body{
	font-family: "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
	text-align: center;
	margin: 0;
	background-color: #4A5060;
	background-attachment: fixed;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
}

/********************************************************************************************************************/
a:link{
	color: #FFFFA9;
	font-weight: bold;
	text-decoration: none;
}
a:visited{
	color: #4A5060;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #fff;
}

p{
	line-height: 1.3em;
	text-indent: px;
	margin: 15px 80px 0 60px;
}

h4{
	font-size: 12px;
	letter-spacing: 6px;
	margin: 15px 20px 0px 40px;
}

h3{
	font-size: 12px;
}

h2{
	font-size: 18px;
	letter-spacing: 4px;
	margin: 15px 20px 0 40px;
}

/********************************** reglas del layout ***************************************************************/
#contenedor{
	position: relative;
	width: 750px;
	margin:0 auto;
	
}

#cabecera{
	width: 750px;
	height: 500px;
	background-image: url(img/banner4.jpg);
	
}


#areaTexto{
    width: 750px;
    margin: -10px 0 0 0px;
    // margin: -20px 0 0 204px;
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 388px;
    background-color: #85074E ;
    text-align: left;
    padding: 0px;
	padding-top:10px;
}
/* Explorer>=7 y mozilla */
#contenedor>#areaTexto{
	width: 750px;
	margin: 0 0 0 0px;
}




/*zonas de texto*/
#texto1 h3 span{
	display: none;
}

#texto1 h3{
	background: url(img/05.gif);
	width: 435px;
	height: 60px;
	margin: 15px 20px 0 40px;
}


/********************************************************************************************/
/***************************************** MENU's *******************************************/
#menu{
	position: absolute;
	top: 420px;
	width: 750px;
	padding-bottom: 24px;
	left: 0px;
}

#menu  li {
	list-style-type: none;	
}



#mprincipal {
	float:right;
	width: 500px;
	margin:0;
	padding:0;
	
}

#mextra{
	float:left;
	width: 250px;
	margin:0;
	padding:0;
}
	
#mprincipal ul  {
	padding:0px;
	margin:0px;
	margin-top:-5px;
}

#mprincipal ul li {
	padding:0px;
	float:left;	
	margin-right:2px;

}

#mprincipal li a {
	display: block;
	width:75px;
	height:30px;
    font-size: 0;
	line-height: 0px;
	color:transparent;
}



#mextra ul li{
	float:left;
	margin-left:-2px;
	margin-right:10px;
}

#mextra li a {
	display: block;
	width:30px;
	height:30px;
	color:transparent;
	font-size: 0;
	line-height: 0px;
	padding: 0;
	margin: 0;
	
}

#disclaimer{}

h3.principal{
	color: #2A5158;
	
	height: 14px;
	text-align: left;
	padding: 5px;
}

h3.extra{
	color: #2A5158;
	height: 14px;
	text-align: left;
	padding: 5px;
	border-bottom: none;
}


/***************************************************************************************************************/
/**************************************************Footer*******************************************************/
#footer{
	background: url(img/footer.gif);
	line-height: 45px;
	height: 45px;
	margin: 30px 0px 0px 0px;
	padding: 0 0px 0 0;
	font-weight: bold;
	text-align: right;
}

#footer a{
	text-transform: uppercase;
	font-size: 9px;
	color: #EFECDE;
	text-decoration: none;
}

/*************************************************** End code **************************************************/


