/* GENERALES
 *------------------------------------------------------------ */

*{	
	margin:0;
	padding:0;	
}

body{
font-size: 62.5%;
font-family: Arial, Tahoma,Sans-Serif;
color: #333;
background-color:white;	
text-align:center;
}

img{
	border:0;
	
}

a:link,a:visited{
	color:#9F057D;
	text-decoration:underline;
	font-size:1.1em;
	
}
a:hover{
	text-decoration:none;
}



/* LAYOUT
---------------------------------------*/

/*#header,#left,#right,#footer{
	border:1px solid #ccc;
}*/

#header{
clear:both;
height:42px;
background:#fff url(../imgs/fdoHeader.png) repeat-x scroll center top ;
}

#footer{
	margin-top:6em;
	clear:both;
	text-align:center;
	background:#fff url(../imgs/fdoPie3.png) repeat-x;	
}

#footer_cont{
	margin: 0 auto;	
	display:block;
	width: 654px;
	height:290px;
	/*background: url(../imgs/fdoPie.png) no-repeat left top;	*/
}

#fondo{
	
margin: 0 auto;	
background:#fff url(../imgs/fdoImg.png) repeat-x scroll center top;	
//background:#fff url(../imgs/fdoImgIE.png) repeat-x scroll center top;	
}



/* WRAP
 ----------------------------------------------------------------------*/

#wrap{
margin: 0 auto;
width: 659px;
text-align:left;
}

#left{
float:left;
width: 266px;
}

#right{
opacity:0.9;
background-color:#fff;
margin-left:291px;
padding:55px 20px 0px 20px;

}

/* NAVEGACION
----------------------------------------------------------------*/

#menu{

}

#menu ul{
		
	list-style-type:none;	
}

#menu ul li{
	
	display:inline;
	list-style-type:none;	
	text-align:center;
}

#menu ul li a{
	display:inline-block;
	list-style-type:none;
	
	/*border-left:1px solid #ccc;*/
	padding:1.3em 0.7em 0 0.7em;
	height:25px;
	
	
}

#menu ul li a:link,#menu ul li a:visited{
	
	font-size:1.2em;
	color:#9F057D;
	text-decoration:none;	

	

}
#menu ul li a:hover{

	font-weight:bold;	
	background-image:url('../imgs/opcion.png');
	background-repeat:no-repeat;
	background-position:center top;


	
}

.opcionSeleccionada{
	font-weight:bold;	
	background-image:url('../imgs/opcion.png');
	background-repeat:no-repeat;
	background-position:center top;
	
}


/* TEXTOS
 * ------------------------------------------------------------------*/

h1{
	
font-size:1.7em;
color:#9F057D;
padding:1.7em 0 1.7em 0;
		
}

p{
	text-align:left;
	line-height:1.4em;
	font-size:1.2em;
}

.titCuerpo{
	font-weight:bold;
	color:#8AAE07;
	font-size:1.0em;
	
}
.titCuerpo2{
	display:block;
	font-weight:bold;
	color:#8AAE07;
	font-size:1.2em;
	margin:1.1em 0 1.1em 0;
	
}

#mesjPie{
	margin-top:10px;
	text-align:center;
	color:#fff;	
	font-size:1.1em;
}


/* IMAGENES
 * -----------------------------------------------------------*/

#panuelo{
	margin-top:70px;	
}

/*#organiza{
	padding-top:75px;
	top:25em;
}*/


/* OTROS
 * ----------------------------------------------------------*/


#separador{
	display:block;
	height:178px;
}

#separador2{
	display:block;
	height:300px;
}




