BODY
{
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	SCROLLBAR-FACE-COLOR: #efefef;
	SCROLLBAR-HIGHLIGHT-COLOR: white;
	SCROLLBAR-SHADOW-COLOR: #c4c4c4;
	SCROLLBAR-3DLIGHT-COLOR: #c4c4c4;
	SCROLLBAR-ARROW-COLOR: #7a7a7a;
	SCROLLBAR-DARKSHADOW-COLOR: #e9e9e9;
	SCROLLBAR-BASE-COLOR: #ff4500;
	margin: 0; /* es recomendable ajustar a cero el margen y el relleno del elemento body para lograr la compatibilidad con la configuración predeterminada de los diversos navegadores */
	padding: 0;
	text-align: center; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	overflow: auto;
	background-color: #cec7c7;
	line-height: 1.7em;
}
#contenedora {
	text-align: left;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#imgtop {
	background-image: url(../images/top2.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 38px;
	clear: both;
}
#imgpie {
	background-image: url(../images/pie2.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 44px;
	clear: both;
	text-align: center;
}
#contencpo {
	background-image: url(../images/fondo2.png);
	background-repeat:  repeat-y;
	margin-left: 0px;
}
#contencpo2 {
	background-repeat: no-repeat;
	background-position: 6px 30px;
}
#contencpo3 {
	background-repeat: no-repeat;
	background-position: 1090px 150px;
}


#principal {
	border: 1px solid #7e4533;
	background-repeat:  repeat-y;
	margin-left: 33px;
	margin-right: 35px;
}





#encabezado {
	background-image: url(../images/baner.gif);
}

#logotipo {
	background-position: center center;
}
#cpobody {
	background-image: url(../images/lateralizq.jpg);
	background-repeat:  repeat-y;
	background-position: left top;
	float: left;
	width: 100%;
}
#lateralizq {
	width: 210px;
	float: left;
	height: 100%;
	margin-right: 10px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#cuerpo {
	padding-bottom: 15px;
	padding-right: 5px;
	padding-left: 2px;
	margin-right: 2px;
	width: 640px;
	height: 100%;
	overflow: auto;
	float: left;
}

#pie {
	padding-top: 3px;
	height: 50px;
	background-repeat: repeat-x;
	background-color: #660000;
}



#pie a:hover {
	color: #990000;
}
#piemenu {
	background-image: url(../images/fondobarra.jpg);
	background-repeat:  repeat-x;
	background-position: top;
	margin-top: 4px;
	height: 22px;
	padding-top: 5px;
	text-align: center;
}
#piemenu a:link, #piemenu a:visited {
	color: #333333;
}
#pie_text {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 30px;
	padding: 2px;
}
#pie_text a:link, #pie_text a:visited {
	color: #FFCC33;
	text-decoration: none;
}

.limpiar {
	clear:both;
	font-size:1px;
	height:1px;
	line-height:0;
	margin:0;
	padding:0;
}
.oculta {
	visibility: hidden;
	display: none;
}

