@charset "utf-8";
/* CSS Document por Accanto Creativos*/
















@import "estilos/menu.css";					/* cabecera menú */
@import "estilos/cabecera.css";				/* cabecera imagen */
@import "estilos/pie.css";			   		/* pie de página  */
@import "estilos/reticula.css";			    /* estilos layout  */
@import "estilos/wp.css";					/* centrales  */
@import "estilos/login.css";			    /* zona privada  */
@import "estilos/blog.css";					/* blog  */
@import "estilos/botones.css";					/* search  */
@import "estilos/tabla.css";					/* tabla  */
/* propiedades globales */
















*{
  margin: 0;
  padding: 0;
}
































body {
	font-family:"Tahoma", verdana;
	font-size:11px;
	color:#959390;
	background:#8b8d8e;
 	min-height:100%;
  	height:auto !important; /* ie6 ignores it */
	height:100%; /* fix */
	position: relative;	
}
















#wrap{
	margin: 0 auto ; 
	/*position:absolute;*/
	width:1024px;
	left:50%;
	/*margin-left:-512px;*/
	background-color:#faf8f9;
	background-image:url(../images/mapa.jpg);
	background-repeat:repeat-x;
}
















.left {float:left; width:auto;}
.right {float:right; width:auto;}
div.clearcontent{ clear: left; width:100%;}
















































/* elementos generales */
















a { color: #FF6319; text-decoration:none; }
a:hover { color: #FF6319; text-decoration: none; }
.hide { visibility:hidden; }
p { padding-bottom:10px; }
















.entry img{ float:center; border:none; margin-top:0px; margin-right:20px; margin-bottom:10px}
img{ float:left; margin-top:0px; margin-right:20px; margin-bottom:20px; border:none; }












































/* titulares */
















h1{
  font-family:"Tahoma", verdana;
}
















h2{
  font-family:"Tahoma", verdana;
  font-size: 28px;
}
















h3{
  font-family:"Tahoma", verdana;
  font-size: 150%;
  font-weight: normal;
  color: #ff6600;
  margin:0;
  padding:0;
}
















h4{
  font-family:"Tahoma", verdana;
  font-size: 125%;
  font-weight: normal;
}
















h5{
  font-family:"Tahoma", verdana;
  font-size: 115%;
  font-weight: normal;
  text-transform: uppercase;
  font-style: italic;
}
















h6{
  font-family:"Tahoma", verdana;
  font-size: 110%;
  font-weight: bold;
}
































ul{



}
















b{
  color: #ff6600;
}

























































































































