@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(imagenes/fondo01.jpg);
	background-repeat:  repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #999999;
}
.fondo_contenido01 {
	background-image: url(imagenes/fondo_contenido01.png);
	background-repeat:  no-repeat;
}
.creditos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	padding: 12px;
}
.vinculos_texto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.tabla_contenido01{
	padding-left: 30px;
	padding-right: 30px;
	text-align:justify;
	padding-top:10px;
}
.campo_formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	height: 15px;
	background-color: #FFFFFF;
}
.campo_formulario2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	width: 260px;
}
.campo_formulario2b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCCCCC;
	
}
.boton_formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	border-style:solid;
	border-width:2px;
	border-color:#A71111;
	background-color: #FFFFFF;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.tabla_contenido01 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: justify;
	text-indent: 30px;	
}
.destacado01{
font-size: 14px;
font-weight:bold;
color:#AA0000;
}
.destacado02{
font-size: 14px;
font-weight:bold;
color:#000000;
}
.destacado03{
font-size: 11px;
font-weight:bold;
color:#000000;
}
.destacado03 a:link{
color:#000000;
}
.destacado03 a:hover{
color:#AA0000;
}
.destacado04{
font-size: 17px;
font-weight:bold;
color:#AA0000;
}
.volver{
line-height:18px;
display:block;
width:125px;
font-weight:bold;
text-align:right;
margin-top:25px;
background-image:url(imagenes/volver.gif);
background-repeat:no-repeat;
background-position:top left;
float:right;
}
.volver a:link{
color:#000000;
}
.volver a:visited{
color:#000000;
}
.volver a:hover{
color:#AA0000;
}
.volver a:active{
color:#000000;
}
.galeria input{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
	background-color:#FFFFFF;
	border:0px;
}
#english{
/*position:absolute;*/
top:0;
right:0;
padding-right:20px;
background-image:url(imagenes/gb.gif);
background-repeat:no-repeat;
background-position:right;
text-align:right;
font-size:10px;
}
#english a{
color: #000000;
}