* {
	margin: 0;
	padding: 0;
}
img {border: none;}
i {	display: none;}
ul {list-style-type: none;}

a {
	color: #000;
	text-decoration:none;
}

a:hover {
	color: #000;
	text-decoration:underline;
	
}

.amarillo {
	color:#FCD14C;
}

.lilaceo {
	color:#581968;
}

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	background-image:url(../imagenes/fondo-web.jpg);
	background-repeat:repeat-x;
	background-position:top;
	
}



#cabecera, #contenidos, #pie  {
	width: 950px;
	text-align: left;
	margin: 0 auto;
}




/*inicio cabecera*/


#cabecera {
	height: 169px;
	background-image:url(../imagenes/fondo-cabecera.jpg);
	background-repeat:no-repeat;
	background-position: top;

	
}

#cabecera-sup {
	padding: 0 5px;
	height:115px;
}

#logo {
	float:left;
	width:470px;
	height:115px;
	
}

#logo img {
	padding-top: 25px;
	
}

#dire {
	float: right;
	width:470px;
	height:115px;
	text-align:right;
}

#dire a {
	color: #561865;
	text-decoration:none;
}

#dire a:hover {
	color: #561865;
	text-decoration:underline;
}

#dire-sup {
	float:right;
	width:270px;
	height: 50px;
	border-bottom: 1px solid #561865;
	color: #561865;
	text-align:right;
	font-size: 11px;
}

#dire-sup p {
	padding-top: 20px;
}

#dire-inf {
	float:right;
	width:470px;
	height: 55px;
}

#dire-inf {
	padding-top: 5px;
}



#contenidos {
	background-color:#FFF;
}

/*inicio pie*/
#pie {
	height:35px;
	font-size:11px;
	background-image:url(../imagenes/fondo-pie.jpg);
	background-position: top;
	background-repeat:no-repeat;
	
}

#pie p {
	padding: 10px 5px 0 5px;
}

#pie  a {
	text-decoration:underline;
		
}

#pie  a:hover {
	text-decoration:none;
		
}

/*fin pie*/