/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 background-image: url("../ima/fondo_cabecera.jpg");
 background-repeat:repeat-x;
 font-size: 1em;
 font-family: Arial, Helvetica, sans-serif;
 color: #661655;
 text-align: left;
 line-height: 1.4em;
 text-indent: 1.2em;
} 

p{
 margin: 20px 0px 0px 0px ; 
 padding:0;
 }
 
#contenedor{ 
 width:780px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
 
 
} 
 
#cabecera{
 margin:0; 
 padding:0; 
 height:166px; 
 width:780px; 
 
} 
#ico {float:left; clear:left; width:310px;}

#contenido{
 background-color:#F3EBF1;
 background-image: url("../ima/tapa.gif");
 background-repeat: no-repeat;
 background-position:bottom;
 
 }
#contenido a:link {
text-decoration : none;
 color: #661655;
}
#contenido a:visited {
text-decoration : none;
 color: #661655;
}
#contenido a:active {
text-decoration : none;
 color: #661655;
}
#contenido a:hover {
text-decoration : underline;
 color: #661655;
}
 
#banner{
background-image: url(../ima/banner.jpg);
background-repeat: no-repeat;
height:239px;
width:100%;
}
#titulo{
float:right;
margin-right:100px;
line-height: 3em;
} 
 
 #titulo2{
float:right;
margin-right:250px;
line-height: 3em;
text-align:left;
} 

 #titulo3{
float:right;
margin-right:330px;
line-height: 3em;
text-align:left;
} 


#slogan{
float:right;
clear:right;
margin-top:42px;
margin-right:30px;
line-height: 1.7em;
width:390px;
font-family: Georgia, serif;
font-style:oblique;
font-size:1.1em
} 

#slogan2{
float:right;
text-align:justify;
clear:right;
margin-top:42px;
margin-right:250px;
line-height: 1.7em;
width:350px;
font-family: Georgia, serif;
font-style:oblique;
font-size:1.1em
} 
			
.col_der{ 
 float: right; 
 display:inline; 
 position: relative; 
 width:340px;
 padding:0px 30px 0px 20px;
 margin:0px;

 }
 .col_izq{ 
 float: left; 
 display:inline; 
 position: relative; 
 width:340px; 
 padding:0px 20px 0px 30px;
  margin:0px;
 }
 
#mas_info {
height:42px;
margin-top:80px;
width:390px;
float:right;
background-color:#999999;
background-image: url(../ima/mas-info.gif);
background-repeat: no-repeat;
background-position:left top;
}

#mas_info_contenido {
background-color:#e8d9e5;
background-image: url(../ima/tapa.gif);
background-repeat: no-repeat;
background-position:right bottom;
vertical-align:bottom;
 float: right; 
 display:inline; 
 position: relative; 
 width:340px;
 padding:0px 30px 0px 20px;
 margin:0px;
 font-size: 0.9em;
 text-align: left;
 line-height: 1.1em;
 text-indent: 0em;  
}
.titulo_mini{
 color: #661655;
 font-size: 1em;
 line-height: 1.1em;
 text-indent: 0em;
 text-align: left;
 font-weight:bold;
}



#pie{
 height:200px; 
  background-color:#FFFFFF; 
 clear:both;
 text-align:center;
 
  font-size: 0.7em;
 font-family: Arial, Helvetica, sans-serif;
 color: #661655;
 line-height: 1.4em;
 text-indent: 1.2em;
 } 
 
#pie a:link {
text-decoration : none;
 color: #661655;
}
#pie a:visited {
text-decoration : none;
 color: #661655;
}
#pie a:active {
text-decoration : none;
 color: #661655;
}
#pie a:hover {
text-decoration : underline;
 color: #661655;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


/*MENU*/

#menu {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 460px;
}
#menu li {
	float: left;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #661655;	
	margin: 0px 0px 0px 4px;
	padding: 0px;
	
}
#menu a {
	background: #ffa302 url("../ima/menu_off.jpg") bottom right no-repeat;
	color: #ffa302;	
	width: 111px;
	padding: 8px 0px 8px 0px;
	margin: 0px;
	text-decoration: none;
	display: block;
}
#menu a:hover {
	background: #ffa302 url("../ima/menu_on.jpg") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}

#menu_on a{
	background: #ffa302 url("../ima/menu_on.jpg") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
