body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
a {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #C00;
}
p {
	font-size: 12px;
	margin: 0px;
	padding-bottom: 10px;
	text-align: justify;
}
.img_ch {
	text-align: center;
	width: 170px;
}
.epigrafe {
	font-size: 10px;
	color: #C00;
	text-align: center;
	padding-top: 10px;
}
.muestrario_gral {
	height: 37px;
}
.img_muestra {
	text-align: center;
	float: left;
	height: 37px;
	width: 39px;
}
.muestra_bco {
	height: 37px;
	width: 156px;
	float: left;
}
.fondo {
	width: 775px;
	height: 700px;
	margin: auto;
	padding-top: 5px;
}
.top {
	background-color: #000;
	height: 80px;
}
.top_izq {
	text-align: center;
	float: left;
	height: 70px;
	width: 150px;
	padding-top: 10px;
}
.top_der {
	font-size: 28px;
	font-weight: 900;
	background-image: url(../imagenes/general/top.jpg);
	background-position: left;
	letter-spacing: 4px;
	text-align: center;
	float: left;
	height: 57px;
	width: 625px;
	padding-top: 23px;
}
.centro {
	height: 590px;
	width: 775px;
}
.barra_izq {
	background-color: #B0A9D3;
	float: left;
	height: 590px;
	width: 150px;
}
.menu_1 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}
.menu_2 {
	text-align: center;
	font-size: 12px;
	padding-bottom: 5px;
}
.menu_3 {
	text-align: center;
	font-size: 12px;
	padding-top: 100px;
}
.contenido {
	background-color: #FFF;
	height: 550px;
	width: 585px;
	float: left;
	padding: 20px;
}
.contenido_der {
	float: left;
	width: 170px;
	padding-left: 20px;
	height: 518px;
}
.contenido_int {
	height: 518px;
	width: 585px;
	padding-bottom: 10px;
}
.contenido_izq {
	float: left;
	height: 518px;
	width: 395px;
}
.contenido_abajo {
	height: 16px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.flecha {
	float: left;
	height: 15px;
	width: 15px;
}
.numero {
	font-size: 12px;
	color: #999;
	text-align: center;
	width: 555px;
	float: left;
}



.pie {
	background-color: #000;
	height: 30px;
	width: 775px;
}
.pie_izq {
	font-size: 12px;
	text-align: center;
	float: left;
	height: 22px;
	padding-top: 8px;
	width: 150px;
}
.pie_der {
	font-size: 12px;
	color: #FFF;
	background-image: url(../imagenes/general/pie.jpg);
	background-repeat: repeat-x;
	text-align: center;
	float: left;
	height: 22px;
	width: 625px;
	padding-top: 8px;
}
.img_gr {
	text-align: center;
	height: 430px;
}
.titulos {
	font-size: 16px;
	font-weight: bold;
	color: #C00;
	height: 19px;
	padding-bottom: 20px;
}
.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	background-color: #FFF;
}
