@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body{
	text-align:center;
	background:url(../imagenes/rombo_fondo.png) repeat;
}

#contenedor {
	width:800px;
	text-align:left;
	margin:0 auto;
	background:#F9FAFA;
/*	border:#000 thin inset;*/
}

#cabezal {
	height:205px;
	border-bottom-color:#4D4D4D;
	border-bottom-width:thin;
	border-bottom-style:solid;
}

#logo {
	background:url(../imagenes/logo.png) top center no-repeat;
	float:left;
	height:175px;
	width:175px;
}

#navegacion {
	padding-top:160px;
	padding-left:200px;
}

#navegacion ul {
	list-style-type:none;
	font:14px Verdana, Geneva, sans-serif, Corbel;
	letter-spacing:2px;	
	
}

#navegacion ul li {
	float:left;
}

#navegacion ul li a {
	text-decoration:none;
	color:#4E5D72;
	display:block;
	margin:0;
	padding:0 12px;
	border-left:#BABABA thin solid;
}

#navegacion ul .sin_borde a {
	border-left:none;
}


#imagenes {
	height:350px;
	width:630px;
	text-align:center;
	margin:30px auto;
	border:solid medium #4D4D4D;
}

#textos_home {
	background:url(../imagenes/linea_separacion.png) top center no-repeat;
	height:310px;
	width:650px;
	text-align:center;
	margin:0 auto;
}

#textos_home p {
	font:14px Verdana, Geneva, sans-serif, Corbel;
	color:#4E5D72;
	letter-spacing:1px;
	line-height:22px;
}

#pie {
	height:230px;
}

#contacto {
	height:45px;
	background:#FAF8F7;
	background:url(../imagenes/contacto_txt.png) center left no-repeat;
	border-bottom:#4D4D4D thin inset;
	border-top:#4D4D4D thin inset;
}

#textos_contacto {
	float:left;
}

#textos_contacto p {
	font:11px Verdana, Geneva, sans-serif, Corbel;
	color:#4E5D72;
	letter-spacing:1px;
	padding:7px 10px;
}

#textos_contacto a {
	text-decoration:none;
}

#textos_contacto a:hover {
	text-decoration:underline;
	color:#4E5D72;
}

#textos_contacto img {
	border:none;
	text-decoration:none;
}

#imagen_pie {
	height:120px;
	width:125px;
	float:right;
	padding:25px 30px 0 0; 
	background:url(../imagenes/imagen_pie.png) left no-repeat;
}

#contador_visitas {
	padding:5px 10px;
}