/* CSS Document */
body {
	background-image: url(../images/recursos/fondoWeb.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#web {
	width:880px;
	height:auto;
	margin:auto;
	background-image: url(../images/recursos/fondoMenu.gif);
	background-repeat: repeat-y;
}
#central {
	width:602px;
	height:inherit;
	margin:auto;
	float:left;
}

#cabecera {
	width:602px;
	height:266px;
	margin:auto;
	background-image: url(../images/recursos/fondoWeb.gif);
	background-repeat: repeat-x;
}
#menu {
	width:278px;
	height: 550px;
	background-color:#fcfbf8;
	float:right;
}
#pie {
	background-color:#fcfbf8;
	width:258px;
	height:auto;
	text-align:right;
	padding:10px;
	float:right;
}
#contenido {
	width:auto;
	height: inherit;
	margin-right:100px;
}
#contenidoFoto {
	width:auto;
}
.direccion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cbcbcb;
	text-decoration: none;
	font-weight: bold;
}
.raya {
	border-bottom:#f0efed solid 1px;
	width: 225px;
	height:1px;
	clear:both;
	margin-top:10px;
	margin-bottom:10px;
	}
	
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #8a1439;
	text-decoration: none;
}
.lema{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5f5f5f;
	text-decoration: none;

}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5f5f5f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.texto a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
	text-decoration: none;
}
.texto a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
	text-decoration: underline;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #939393;
	text-decoration: none;
}
.frase {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5f5f5f;
	text-decoration: none;
}

.globales {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 color:#bcbcbc;
 text-decoration: none;
}
.caja {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #999999;
}
.Estilo1 {font-size: 20px}
.Estilo2 {font-size: 12px}