@charset "utf-8";
/* CSS Document */
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-image: url("../ima/fondo.jpg");
 background-position: 14px 0px;
 font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
 font-size:1em;
} 
 
#contenedor{ 
 width:960px;
 text-align:left;  
margin-left:auto; 
 margin-right:auto; 
background-image: url("../ima/fondo_contenedor.jpg");
 background-repeat:repeat-y;


} 
 
#izq_cabecera{
 width:400px; 
 height:480px;
 float:left; 
 position:relative; 
 background-image: url("../ima/izq_cabecera.jpg"); 
 }
 
#der_cabecera{
 height:480px;
 float: right; 
 display:inline; 
 position: relative; 
 width:560px; 
 font-style:oblique;
 color:#700509;
 }
	 #contacto{
	 margin:11px 0 0 10px;
	 font-size:1.2em;
	 /*font-weight:bold;*/
	 
	 }
	 #contacto a {
	 text-decoration:none;
	 color:#700509;
	 }
	  #contacto img {
	  vertical-align: text-top;
	  margin-top: -2px;
	 }
	 #slogan h1{
	 font-weight:normal;
	 text-align:center;
	 font-size:1.8em;
	 margin:10px 50px 0px 0px;
	 }
	 
	 
	 
 #izq_central{
 width:400px;
 height:405px;
 float:left; 
 position:relative; 
 background-image: url("../ima/izq_central_fondo.jpg");
 background-repeat:no-repeat;
 font-style:oblique;
 color:#700509;
 font-size:1.2em;


 }
	 #izq_central ul {
	 	margin:36px 0px 0px 62px;
		list-style-image: url("../ima/ico_list.gif");
		}
	#izq_central li {
		margin-top:7px;
		}
	#izq_central img {
		margin:13px 0px 0px 67px;
		 border:0px;
		}
 
#der_central{
 height:405px;
 float: right; 
 display:inline; 
 position: relative; 
 width:560px; 
 background-image: url("../ima/der_central_fondo.jpg");
 background-repeat:no-repeat;
 }
 	#der_central h2{
		font-weight:normal;
		font-size:1.5em;
		margin:32px 0px 0px 12px;
		color:#700509;
		}
	#der_central p{
		font-size:0.9em;
		margin:14px 60px 0px 12px;
		line-height:17px;
		}
	.imago {
		font-size: 1em;
		font-weight: bold;
		color:#700509;
		}
 
#footer{
 clear:both;
 color:#700509;
 font-style:oblique;
 
 } 
 	#footer img{
		 margin-top:-5px;
		 float:left;
		 margin-left:230px;
		 
		 } 
 

 
 /* *** 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 */  


/* Easy Slider */
#rotativo{
	 margin:30px 0px 0px 45px;}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:420px;
		height:300px;
		overflow:hidden; 
		
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display: block;
		width:126px;
		height:39px;
		position:relative;
		/*left:-30px;
		top:71px;*/
		z-index:1100;
		}	
	#nextBtn, #slider1next{ 
		left:322px;
		top:-49px;
		}
	#prevBtn, #slider1prev{ 
		left:-28px;
		top:-10px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display: block;
		position:relative;
		width:126px;
		height:39px;
		background:url(../ima/btn_anterior.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../ima/btn_siguiente.gif) no-repeat 0 0;	
		}	
		
	
/* // Easy Slider */

