* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(/img/fondo.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #003366;
	text-align: center;/* hack for ie5*/
}
#web {
	background-color: #FFFFFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
/*	border: thin solid #000000;*/
}
#logo {
	background-image: url(/img/cabecera2.jpg);
	background-repeat: no-repeat;
/*	background-position: center top;*/
	height: 120px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#navbar {
	margin: 0px auto;
	text-align: center;
	padding: 0px;
	width: 900px;
	border: thin solid #000000;
}
#contenido {
	background-color: #FFFFFF;
	height: 800px;
	width: 900px;
	margin-left: auto;
/*	border: thin solid #000000;*/
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 15px;
	text-align:justify;
	font-size: 11px;
	color:#363C3A;
}
#izquierda {
	width:308px;
	text-indent: 2em;
	float:left;
}
#centro {
	width:570px;
	height:800px;
	float:right;
	overflow: auto;
/*	border: thin solid #000000; */
}
#tit_contenido {
	font-style: italic;
	text-align: left;
	margin-right: auto;
	margin-left: 20px;
}
#par_contenido {
	text-align: justify;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
#formu {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}
#targe {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	text-align:right;
	margin-right:40px;
}
#formulario {
	font-size:12px;
}
#pie {
	background-image: url(/img/pie1.jpg);
	background-repeat: no-repeat;
	height: 120px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#estandares {
	float:left;
	border: none #FFFFFF;
	width:300px;
	text-align: center;
}

#firma {
	float:right;
	border: none #FFFFFF;
	height:40px;
	text-align: center;
	width: 700px;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
}
.titulo_firma {
	font-size: 14px;
}
#cabecera_inicio { 
	margin-left:50px;
}
.cabecera_inactivo {
	position:relative;
	width: auto;
	float: left;
	cursor: pointer;
}
#fotos { 
	height: auto;
	text-align:center;
}
#foto { 
	background-image: url(/img/fondo_foto.jpg);
	background-repeat: no-repeat;
	background-position:center;
	width: auto;
	height: auto;
	border: thin solid #000000;
}
.foto {
	width: 240px;
	height: 160px;
	border-style: double;
	margin: 14px;
}
.fotov {
	width: 160px;
	height: 240px;
	border-style: double;
	margin: 8px;
}
a:link {text-decoration:underline; color: #211001;} /* Link no visitado*/
a:visited {text-decoration:underline; color:#211001} /*Link visitado*/
a:active {text-decoration:underline; color: #211001;} /*Link activo*/
a:hover {text-decoration:underline; color: #6A3503;} /*Mouse sobre el link para ponerle borde:  border:#000000 1px solid; */
