*{
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	font: normal normal 11px/130% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	color: #333;
	text-align: left;
}
/**************************************************************
                     ESTRUCTURA PRINCIPAL 
**************************************************************/
#principal {
	width: 1000px;
	/*	margin: 0 auto 0 auto;*//* para centrar*/
/*	text-align: center;*/
	background: #FFF;
	background: url(../img/borde_principal.png);
}
#header {
	width: 900px;
	height: 272px;
	background-color: #FFF;
	background-image: url(../img/v_top2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0px;
}
#main {
	text-align: left;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align: top;
	background-color: #eceded;
	background-image: url(../img/v_top_abajo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer {
	clear: both;
	height: 25px;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #165764;
	vertical-align: bottom;
	
}

/**************************************************************
                     ESTRUCTURA HEADER 
**************************************************************/
.header1 {
	height: 48px;
}
/**************************************************************
                     ESTRUCTURA MAIN 
**************************************************************/
.menu {
	width: 270px;
	float: left;
}
.caja_menu {
	height: 54px;
	background: url(../img/linea_menu.png) no-repeat bottom;
}		
.titu_menu a{
	font-size: 1.2em;
	color: #0991a2;
	margin-left: 22px;
	line-height: 46px;
	text-decoration: none;
}
.titu_menu a:hover{
	color: #CC0000;
}
.titu_menu a:active{
	color: #CC0000;
}

.content {
	width: 520px;
	float: left;
	margin-left: 46px;
}
.content h2 {
	font-size: 1.8em;
	color: #0991a2;
	margin-top: 46px;
	font-weight: normal;
	margin-bottom: 10px;
}
.content h3 {
	font-size: 1.4em;
	color: #0BA8B9;
	margin-top: 16px;
	margin-bottom: 10px;
}
.content p {
	font-size: 1.1em;
	color: #666;
	line-height: 1.3em;
	margin-bottom: 15px;
}
.content p a{
	color: #CC0000;
}

hr { height: 1px; 
color: #c5c7c8;}
/*************************************************************
                    ESTRUCTURA FOOTER
*************************************************************/
#header2 {

	width: 900px;
	height: 272px;
	background-color: #FFF;
	background-image: url(../img/v_top2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 0px;
}
#banderita {
	float: right;
	width: 120px;
	margin-top: 10px;
}
#banderita a {
	float: right;
	width: 100px;
	margin-top: 10px;
	font-family: "Trebuchet MS", Arial, verdana;
	font-size: 11px;
	font-weight: normal;
	color: #AD0C01;
}
#banderita a:hover {
	float: right;
	width: 100px;
	margin-top: 10px;
	font-family: "Trebuchet MS", Arial, verdana;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: underline;
}

