
*{
	/*border: 0px;*/
	color: #ffffff;
	font-family: verdeana, arial, helvetica;
	font-size: 10pt;
}
body{
	background-color: #080e3e;
}
#contenedor{
	width:725px;
	/*height:340px;*/
	
	margin: auto;
}
#imgEncabezado{
	/*background-color: #ff0000;*/
	/*width: 888px;*/
	width: 100%;
	height: 168px;
	background: url("../imagenes/headerMalv.jpg") no-repeat;
	float:left;
	margin-bottom:6px;
}
#encabezado{
	padding-bottom: 6px;
	float:left;
	width: 100%;
}
#botonera{
	/*padding-top: 4px;*/
	background-color: #464a6e;
	width: 100%;
	/*width: 888px;
	height:60px;*/
	float:left;
	
}
#cuerpo{	
	padding: 10px;
	background-color:#464a6e;
	float:left;
	width: 705px;
	overflow: hidden;
}
#pie{
	/*background-color: #cccccc;
	height:40px;	*/
	float:left;
}
.btnPpal{
	width: auto;
	/*height: 39px;*/
	padding:4px 0px;
	float: left;	
	padding: 4px 6px;
	text-align: center;	
	font-family: verdana;
	font-weight: bold;
}
a:link, a :active,  a:visited{
	text-decoration: none;
	color: #ffffff;
} 
a:hover{
	color: #f7fa02;
}
.btnPpal a {
	text-decoration:none;
	/*color: inherit;*/
} 
.titNaranja{
	font-size: 16pt;
	color: #ff6600;
}
.titMalv{
	/*text-align: center;*/
	font-size: 14pt;
}
.titulo{
	background-color: #4b4b4b;
	border: 2px solid #ffffff;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	padding: 4px 6px;
}
.titRojo{
	font-size: 13pt;
	color: #BE2D28;
}

#franjaPie{
	width: 100%;
	height: 20px;
	background-color: #ff6600;
}
#colIzq{
	float: left;
	width: 200px;
	height: 100px;
	background-color: #0d024c;
	padding: 4px 6px;
	
}
#colDer{
	float: left;
	width: 470px;
	margin-left: 10px;
	/*background-color: #00ff00;*/
	padding: 4px 6px;
}

.imgBody{
	padding: 4px 4px;
	
	clear:both;
}
.imgBody img{
	border: 1px solid #888888;
	padding: 4px;
}
.imgBodyAlignLEFT{
	display:inline;
	float:left;
}
.imgBodyAlignRIGHT{
	display:inline;
	float:right;
}
.imgBodyAlignCENTER{
	
	text-align:center;
}

.imgBodyEpig{
	color: #275A95;
	text-align:center;
}
