/*
body { 
	background : #FFFFFF; 
	margin: auto; 
	margin-top: 0px; 
	color: #777777;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Verdana, Georgia, Geneva, sans-serif;
	line-height: 18px;
	text-align: center;	
	background-repeat: repeat-x;
	} 
*/
#recuadro {
clear: both;
width: auto;
padding: 10px 10px 10px 10px;
margin: 10px 0px 0px 0px;
float: center; 
border: solid 1px;
background-color: #EEEEEE;
border-color: #E2E2E2;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 10px;
}
.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 12px;
}

	/*	
	a:link    { color: #777777; font-weight: bold; text-decoration: none; } 
	a:visited { color: #777777; font-weight: bold; text-decoration: none; } 
	a:hover   { color: #000000; font-weight: bold; text-decoration: none; } 
	a:active  { color: #777777; font-weight: bold;}   	
	*/
	a:link    {
	color: #4C4C4C;
	text-decoration: none;
	font-weight: bold;
} /* vínculos no visitados */
	a:visited {
	color: #4C4C4C;
	text-decoration: none;
	font-weight: bold;
} /* vínculos visitados */
	a:hover   {
	color: #976F3B;
	text-decoration: none;
	font-weight: bold;
} /* el usuario señala el vínculo */
	a:active  {
	color: #999999;
	font-weight: bold;
}   /* vínculos activos */	


/* otros */

.arial10txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.submenu1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.submenu2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.arial11txt {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.arial11form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #666666;
}
.bordeGris1 {
	border: 1px solid #999999;
}
.enlaces1 {
	color: #B18852;
}
