<!--
body {background-color: #ffffff;
background-repeat: repeat-x;
background-image: url(images/intro_back.jpg);
margin-top: 0px; margin-left: 0px;
border-style: none;
align: center;
}

-->

#pscroller1{
width: 200px;
height: 50px;
border: none;
padding: 5px;
background-color: ECE8C2;
}

#Tabla_01 {
	width: 1001px;
	height: 865px;
 }

TABLE {
    margin-left: auto;
    margin-right: auto
}

a{text-decoration:none}
.texto {font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color:#333;
}	
.text1 {font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;	
}	
.text2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.text3 {font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color:#03C;
	font-weight:bold;
}
p {margin: 5px; 0 15px 0;}
input  {font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666666;
}							
a:link {text-decoration: none; /* for unvisited links */
		font-family: Tahoma, Geneva, sans-serif;
       	font-size: 12px;
	   	color:#000000}
a:visited {text-decoration: none;/* for visited links */
		font-family: Tahoma, Geneva, sans-serif;
       	font-size: 12px;
	   	color:#000000}
a:active {text-decoration: none;/* when link is clicked */
		font-family: Tahoma, Geneva, sans-serif; 
       	font-size: 12px;
	   	color:#000000}
a:hover {text-decoration: underline; color: green;}	/* when mouse is over link */

#commentForm { width: 400px; }
#commentForm label { width: 170px; }
#commentForm textarea { margin-left: 173px; }
#commentForm label.error, #commentForm input.submit { margin-left: 173px; }


