
/*******************************/
/*       			           */
/*    	  CSS Alexios   	   */
/*                 			   */
/*******************************/



/*******************************/
/*       			           */
/*  		Elements  		   */
/*                 			   */
/*******************************/


/*******************************/
/*  		Inicio  		   */
/*******************************/

#content_inicio {
}


/*******************************/
/*  	 Servicios  		   */
/*******************************/

#content_servicios .ficha_servicios{
	width:150px;
	height:320px;
	float:left;
	margin:10px 0 0 10px;
}
#content_servicios .ficha_servicios h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#6F5E47;
	margin:0;
	padding:0;
}
#content_servicios h3 a { color:#6F5E47; text-decoration:none }
#content_servicios h3 a:hover { color:#333333; text-decoration:none; border-bottom:none }

#content_servicios p a { color:#666666; text-decoration:none }
#content_servicios p a:hover { color:#333333; text-decoration:none; border-bottom:none }

.servicios_item_more {
	width:58px;
	height:17px;
	background-image:url(../img/bt_more.gif);
	margin:0 0 0 92px;
}
.servicios_item_more p {
	font-size:10px;
	padding:0 0 0 13px;
}
p.servicios_texto {
	height:145px;
	text-align:left;
}


/*******************************/
/*      Servicios Ficha 	   */
/*******************************/

#content_servicios_ficha {

}


/*******************************/
/*  	  Noticias  		   */
/*******************************/

#content_noticias .noticia_ficha{
	width:150px;
	height:130px;
	float:left;
	margin:10px 0 0 10px;
	background-image:url(../img/bg_news.jpg);
}

.content_ficha_uptitle {
	font-weight:bold;
	font-size:10px;
	margin:5px 8px 5px 8px;
}
.content_ficha_uptitle span{
	font-style:italic;
}
.content_ficha_title {
	font-size:10px;
	margin:5px 8px 5px 8px;
	height:70px;
}
#content_noticias a { color:#6F5E47; text-decoration:none; border:none; }
#content_noticias a:hover { color:#333333; text-decoration:none; border:none; }

.content_ficha_more {
	width:58px;
	height:17px;
	background-image:url(../img/bt_more.gif);
	margin:10px 0 10px 80px;
}
.content_ficha_more p{
	font-size:10px;
	padding:2px 0 0 5px;
}


#paginador a { color:#6F5E47; text-decoration:none; border:none; }
#paginador a:hover { color:#333333; text-decoration:none; border:none; }

#content_noticias h2 a { color:#333333; text-decoration:none }
#content_noticias h2 a:hover { color:#333333; text-decoration:none; border-bottom:1px solid #333333 }

/*******************************/
/*  	 Ubicacion  		   */
/*******************************/

#content_ubicacion i {
	color:#333333;
}
#contacto_mapa {
	width:500px;
	height:350px;
	border:5px solid #6F5E47;
}



/*******************************/
/*  	Formulario Contacto    */
/*******************************/

#contacto_form {
	margin-top:20px;
}
#contacto_form fieldset {
	width:490px;
	border:1px solid #333333;
	padding:10px;
}
#contacto_form legend {
	color:#222222;
	font-weight:bold;
}
#contacto_form label {
	color:#222222;
	float:left;
	width:140px;
	margin:10px 0 0 0;
}
#contacto_form input, #contacto_form textarea {
	background-color:#EEEEEE;
	border: 1px solid #686868;
	width:330px;
	height:auto;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:10px 0 0 0;
	padding:0;
}
#contacto_form input:focus, #contacto_form textarea:focus {
	background-color:#FFFFFF;
}
#contacto_form input#contacto_boton {
	width:80px;
	height:18px;
	margin-left:250px;
}
