/* CSS Document */

#centrado {
	position:relative;
	width:1024px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#centro_head{
	position:relative;
	margin-right: auto;
	margin-left: auto;
	width:1024px;
	z-index: 1;
}
#cabecera {
	position:relative;
	width:100%;
	height:97px;
	background-image: url(../img/cabezal.celeste.gif);
	background-repeat: repeat-x;
	background-color: #348CBC;
	z-index: 1;
}
#logo {
	position:absolute;
	width:248px;
	height:97px;
	z-index:1;
	left: 32px;
	top: 0px;
}
#foto_principal {
	position:absolute;
	width:422px;
	height:367px;
	background-image: url(../img/imagen.grande.gris.jpg);
	left: 300px;
	z-index: 500;
	top: 0px;
}
#cuerpo {
	position:relative;
	width:1024px;
	padding-bottom: 15px;

}
#pie {
	position:relative;
	width:100%;
	height:40px;
	z-index:1;
	background-image: url(../img/pie.gris.gif);
	

	clear: both;
	text-align: center;
	font-size: 10px;
	padding-top: 15px;
}
#buscador {
	position:absolute;
	width:200px;
	height:30px;
	z-index:51;
	left: 745px;
	top: 30px;
}
#bloque_izq {
	position:relative;
	width:258px;
	z-index:1;
	float: left;
	padding-left: 42px;

}
#bienvenidos {
	position:relative;
	width:173px;
	height:191px;
	z-index:1;
	background-image: url(../img/bienvenidos.gif);
	top: 18px;
	padding-right: 25px;
	padding-left: 25px;
	padding-top: 10px;
	color:#FFFFFF;
	font-size:12px;
}

#anuncios_izq {
	position:relative;
	width:168px;
	z-index:2;
	margin-top: 10px;
	top: 30px;
	height: 600px;
	margin-bottom: 50px;
}
body {
	background-color: #FFFFFF;
	font-family:"Tahoma";
	color:#676767;
	margin-top:0px;

}
#bannergrafico{
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:728px;
	height:90px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	top: 5px;
}
#contenido {
	position:relative;
	width:385px;
	z-index:2;
	float: left;
	margin-top: 283px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #999999;
	border-left-color: #999999;
	padding-right: 10px;
	padding-left: 23px;
	font-size:12px;
}
#separador{
clear:both;
}
#menu {
	position:relative;
	width:262px;
	z-index:3;
	float: left;
	margin-top: 10px;
}
#menu ol{
padding:0px;
margin:0px;
}

#menu li{
border-bottom:1px dashed #999999;
padding-bottom:3px;
padding-left:30px;
list-style:none;
line-height:18px;
}
#menu li a:hover{
color:#348CBC;
}
a{
color:#676767;
font-weight:bold;
}
a:hover{
text-decoration:none;
}
#menu li a{
font-size:14px;

text-decoration:none;
font-weight:bold;

}
#centro{
margin-top:10px;
}
#carta{
	border:1px solid #000000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-left: 3px;
	margin-top: 5px;
}
