/*----------------------------------------------------------------------------------
	version: 1.1
	author: aweka
	email: css@aweka.es
	website: http://www.navalafuente.es
-----------------------------------------------------------------------------------*/

BODY { 

    text-align: center; 

	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #E0E5DE;
	
  }
  
   img {border: 0px;}

/* ---------------------------- CAPAS ------------------------- */

	#contenedor
	{ 
	   width: 790px; 
	   margin: 0 auto;
	   text-align: center;
	   background: url(images/fondoCuerpo.gif);
	   background-color: white;
	} 

	#cabecera
	{
	    width: 790px;    
	    text-align: left;
	    /*background-color: blue; */
	    padding : 0px 0px 0px 0px;
	}

	#cuerpo
	{
	    width: 790px;    
	    text-align: center;
	    /*background-color: white;*/
	    background: url(images/fondoCuerpo.gif);
	    padding : 0px 0px 0px 0px;
	    margin-left:0px; 
	    float:left;
	}

	#menu
	{
	    width: 195px;
	    color: white;    
	    text-align: left;
	    background-color: #507639;
	    padding : 0px 0px 0px 0px;
	    margin-left:1px;
	    float:left;
	}
	
	#title
	{
	    width: 590px;    
	    text-align: left;
	    background-color: #F4DB76;
	    padding : 4px 0px 4px 0px;
	    margin-left:0px;
	    float:left;
	    font-family : Arial,trebuchet MS,verdana,Helvetica, sans-serif;
        font-size : 12px;
        color: #E14C00;
	}
	
	#pieNoticias
	{
	    width: 580px;    
	    text-align: center;
	    padding : 4px 0px 4px 0px;
	    margin-left:0px;
	    float:left;
	    font-family : Arial,trebuchet MS,verdana,Helvetica, sans-serif;
        font-size : 12px;
        color: #99A173;
	}

	#titleportada
	{
	    width: 470px;    
	    text-align: left;
	    background-color: #F4DB76;
	    padding : 4px 0px 4px 0px;
	    margin-left:0px;
	    float:left;
	    font-family : Arial,trebuchet MS,verdana,Helvetica, sans-serif;
        font-size : 12px;
        color: #E14C00;
	}	
	
	#texto
	{
	    width: 580px;
	    text-align: left;
	    /*background-color: white;*/
	    padding : 0px 0px 0px 5px;
	    float:left; 
	}

	#porta1
	{
	    width: 119px;
	    text-align: right;
	    background-color: white;
	    padding : 0px 0px 0px 0px;
	    float:left; 
	}
	
	#porta2
	{
	    width: 460px;    
	    text-align: right;
	    background-color: white;
	    padding : 0px 0px 0px 0px;
	    float:left; 
	}
	
	#porta3
	{
	    width: 570px; 
	    text-align: right;   
	    background-color: white;
	    padding : 0px 0px 0px 0px;
	    float:left; 
	}
	
	#cp1
	{
	    width: 480px;    
	    /*border:solid 1px white;*/
	    background-color: #FFFCF3;
	    padding : 30px 30px 30px 30px;
	    float:right; 
	}
	
	#cp2
	{
	    width: 555px;
	    /*border:solid 1px white;
	    background-color: #E4EAE4;*/
	    padding : 30px 10px 30px 0px;
	    float:right; 
	}
	
	#cp3
	{
	    width: 480px;    
	    /*border:solid 1px white;*/
	    padding : 30px 30px 30px 30px;
	    float:right; 
	}
	
	#fotospie { 
		width: 790px;
		/*background-color: #291052;*/
		padding : 0px 0px 0px 0px;
		float:left; 
		clear: both;
	}	

	#pie { 
		width: 790px;
		/*background-color: #291052;*/
		background: url(images/pie.jpg);
		padding : 6px 5px 10px 0px;
		float:left; 
		clear: both;
		font-family : verdana,Arial,trebuchet MS,Helvetica, sans-serif;
        font-size : 11px;
        color: #C5D8B3;
	} 
	
	#barra
	{
	    width: 549px;    
	    background: url(images/lineaPuntos.gif) repeat;
	    padding : 2px 2px 2px 2px;
	}
	
	#barra2
	{
	    width: 530px;    
	    background: url(images/lineaPuntos.gif) repeat;
	    padding : 2px 2px 2px 2px;
	}
	
	#salto
	{
	    width: 450px;    
	    padding : 2px 2px 2px 2px;
	}

                  

 /* --------------------------- Tipo de Enlaces ------------------------- */ 

	 a:link, a:visited {text-decoration:none;color:#CB4000;} 
  	 a:hover {text-decoration:underline;color:black;}

  	 /*external {
  	 	background: url(images/imagenEnlace.gif) no-repeat right top;
  	 	padding-right:10px;	
  	 }

	 a [href ^="http:"] {
  	 	background: url(images/imagenEnlace.gif) no-repeat right top;
  	 	padding-right:10px;	
  	 }

  	 a [href ^="http://www.aweka.es"], a [href ^="http://aweka.es"] {
  	 	background-image: none;
  	 	padding-right:0;	
  	 }

	 a [href ^="mailto:"] {
  	 	background-image: url(images/imagenMail.gif) no-repeat right top;
  	 	padding-right:10px;	
  	 }
  	 
  	 a [href$ ^=".pdf"] {
  	 	background-image: url(images/imagenPDF.gif) no-repeat right top;
  	 	padding-right:10px;	
  	 }*/
  	  
/* ----------------------------- Tipos de Listas --------------------------- */ 
 	 
   	 /*ul {
		list-style-type:none;
		list-style-image: url(images/flecha.gif);
	 }*/
	 
/* ----------------------------- Tablas --------------------------- */ 	 
	 
	 table {
	 	border: 0px; 	
	 } 	 
/* --------------------------------- Noticias ---------------------------- */ 
	.news {
		background-color:#DBCED1;
		border:solid 1px black;
		padding : 5px 5px 5px 5px;
	}

	.news img {
		float:right;
	}

	.news p {
		float:left;
	}

/* ---------------------------- Cajas Redondeadas Flexibles ------------------------ */ 

	.box {
		width:20em;
		background-color: #F9F9FF;
		background:#effce7 url(images/bottom-left.gif)no repeat left bottom;
		float:left;
		margin: 5px;
	}
	
	.box-outer {
		background:url(images/bottom-right.gif)no repeat right bottom;
		padding-bottom:5%;
	}

	.box-inner {
		background:url(images/top-left.gif)no repeat left top;
	}

	.box h2 {
		background:url(images/top-right.gif)no repeat right top;
		padding-top:5%;
	}
	
	.box h2, .box p {
		padding-left:5%;
		padding-right: 5%;
	}
	
/* ---------------------------- Cambio de imagen ------------------------ */ 

	h2 {
		width:150px;
		height:35px;
		position:relative;
	}
	
	h2 span {
		background: url (images/imagen.gif) no-repeat;
		position:absolute;
		width:100%;
		height:100%;
	}


/* ---------------------------- Espaciados ------------------------------ */ 
 
	#clear {
		padding: 5px 0px 5px 5px;

  	}
/* ----------------------------------------------------------------------------- */ 