/* CUERPO DE LA WEB  */

body {
	background-color: #000000;
	background-image: url(/img/bg.jpg);
	background-position: top;
	margin: 0px;
	font-family: Verdana;
	font-weight: normal;
	color: #ffffff;
}

a:link {
	color: #fff1b9; 
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #fff1b9; 
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #ffcc00; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ffcc00; 
	text-decoration: underline;
	font-weight: bold;
}

::selection {
	background: #e8e2ef; /* Safari */
	color: #000000;
}

::-moz-selection {
	background: #e8e2ef; /* Firefox */
	color: #000000;
}


/* =========================== */
/* MENU SUPERIOR DE LA WEB */
/* =========================== */
#contenedorMenuSuperiorWeb {
	width: 100%;
	height: 30px;
	position: relative;
    margin: 0 auto;
	z-index: 2;
}

#contenidoMenuSuperiorWeb {
	width: 875px;
	height: 30px;
	margin: 0 auto;
	background-color: #000000;
}

#contenidoMenuSuperiorWebIzquierda {
	width: 15px;
	height: 30px;
	margin: 0 auto;
	float: left;
	display: inline;
}

#contenidoMenuSuperiorWebCentro {
	width: 600px;
	height: 30px;
	margin: 0 auto;
	float: left;
	display: inline;
}

#contenidoMenuSuperiorWebCentroLogo {
	width: 200px;
	height: 200px;
	margin: 0 auto;
	float: left;
	display: inline;
	position: relative;
	background-image: url(../img/logoCRC.png);
	background-position: center;
	background-repeat: no-repeat;
	color: #FFCC00;
	z-index: 2;
}

#contenidoMenuSuperiorWebCentroSeparacionTexto {
	width: 10px;
	height: 50px;
	margin: 0 auto;
	float: left;
	display: inline;
}

#contenidoMenuSuperiorWebCentroTexto {
	width: 390px;
	height: 50px;
	margin: 0 auto;
	padding-top: 6px;
	float: left;
	display: inline;
	color: #FFCC00;
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
}

#contenidoMenuSuperiorWebDerecha {
	width: 260px;
	height: 30px;
	padding-top: 8px;
	margin: 0 auto;
	float: left;
	display: inline;
	color: #FFCC00;
	font-family: Verdana;
	font-size: 0.7em;
	font-weight: normal;
	text-align: center;
}

/* ============================= */
/* IMAGEN CABECERA DE LA WEB */
/* ============================= */
#contenedorImagenCabeceraWeb {
	width: 100%;
	height: 190px;
	position: relative;
    margin: 0 auto;
}

#contenidoImagenCabeceraWeb {
	width: 875px;
	height: 190px;
	border-top: 4px solid #FFCC00;
	margin: 0 auto;
	position: relative;
}

#contenidoImagenCabeceraWeb img {
	width:875px; 
	height:186px; 
	display:block; 
	position:absolute; 
	top:0; 
	left:0; 
	z-index:1; 
}

#contenedorImagenCabeceraWebTexto {
	width: 625px;
	height: 90px;
	margin-top: 20px;
	margin-left: 250px;
	float: left;
	display: inline;
	color: #ffffff;
	background-image: url(../img/letrasCRC.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	position:relative;
	z-index: 2;
}

#contenedorImagenCabeceraWebTextoOficial {
	width: 615px;
	height: 31px;
	margin-top: 10px;
	margin-left: 250px;
	padding-top: 17px;
	padding-left: 10px;
	float: left;
	display: inline;
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	color: #ffcc00;
	position:relative;
	z-index: 2;
}

/* ======================== */
/* MENU PRINCIPAL DE LA WEB */
/* ======================== */
#contenedorMenuWeb {
	width: 100%;
	height: 40px;
	position: relative;
    margin: 0 auto;
}

#contenidoMenuWeb {
	width: 875px;
	height: 40px;
	margin: 0 auto;
	background-color:#000000;
}

#contenidoMenuWebOpciones {
	width: 875px;
	margin: 0 auto;
}

/* ================================== */
/* CUERPO DEL CONTENIDO DE LA WEB */
/* ================================== */
#contenedorCuerpoWeb {
	width: 100%;
	position: relative;
    margin: 0 auto;
}

#contenidoCuerpoWeb {
	width: 875px;
	height: auto;
	min-height: 1190px;
	margin: 0 auto;
	background-color: #000000;
	background-image: url(../img/bgprin.png);
	background-position: top;
}

#tituloCuerpoWebCapaActualidad {
	width: 480px;
	height: 30px;
	margin: 0 auto;
	float: left;
	display: inline;
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	color: #f1ebe4;
	padding-top: 10px;
}

#tituloCuerpoWebCapaSeparacion{
	width: 30px;
	height: 30px;
	margin: 0 auto;
	float: left;
	display: inline;
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	color: #f1ebe4;
	padding-top: 10px;
}

#tituloCuerpoWebCapaCalendario {
	width: 361px;
	height: 30px;
	margin: 0 auto;
	float: left;
	display: inline;
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	color: #f1ebe4;
	padding-top: 10px;
}

#contenidoCuerpoWebCapaActualidad {
	width: 480px;
	height: 300px;
	margin: 0 auto;
	float: left;
	display: inline;
}

#contenidoWebCapaSeparacion{
	width: 30px;
	height: 300px;
	margin: 0 auto;
	float: left;
	display: inline;
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	color: #f1ebe4;
	padding-top: 10px;
}

#contenidoCuerpoWebCapaCalendario {
	width: 361px;
	height: 300px;
	margin: 0 auto;
	float: left;
	display: inline;
	padding-top: 12px;
	font-family: Verdana;
	font-size: 1em;
	line-height: 20px;
	font-weight: bold;
	color: #f1ebe4;
}

#tituloCuerpoWebCapaHermandades {
	width: 863px;
	height: 30px;
	margin: 0 auto;
	float: left;
	display: inline;
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	color: #f1ebe4;
	padding-top: 10px;
}


#contenidoCuerpoWebCapaHermandades{
	width: 863px;
	height: 510px;
	margin: 0 auto;
	float: left;
	display: inline;
}

#tituloCuerpoWebCapaBanners {
	width: 510px;
	height: 30px;
	margin: 0 auto;
	float: left;
	display: inline;
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	color: #f1ebe4;
	padding-top: 10px;
}

#contenidoCuerpoWebCapaBanners {
	width: 510px;
	height: 260px;
	margin: 0 auto;
	float: left;
	display: inline;
	padding-top: 15px;
}

#contenidoCuerpoWebCapaContactoEstadisticas {
	width: 343px;
	height: 260px;
	margin: 0 auto;
	float: left;
	display: inline;
	margin-left: 10px;
	padding-top: 15px;
}

/* ================== */
/* FOOTER DE LA WEB */
/* ================== */
#contenedorFooterWeb {
	width: 100%;
	height: 620px;
	position: relative;
    margin: 0 auto;
}

#contenidoFooterWeb {
	width: 875px;
	height: 620px;
	margin: 0 auto;
	background-color: #000000;
	border-top: 4px solid #FFCC00;
}

#contenidoFooterWebSuperior {
	width: 875px;
	height: 150px;
	margin: 0 auto;
	float: left;
	display: inline;
}

#contenidoFooterWebSuperiorSeparacion {
	width: 875px;
	height: 10px;
	margin: 0 auto;
	float: left;
	display: inline;
}

#contenidoFooterWebSuperiorSeccion {
	width: 169px;
	height: 150px;
	margin: 0 auto;
	float: left;
	display: inline;
	background-color: #2C2C2C;
}

#contenidoFooterWebSuperiorSeccionSeparacion {
	width: 5px;
	height: 150px;
	margin: 0 auto;
	float: left;
	display: inline;
}

#contenidoFooterWebInferior {
	width: 870px;
	height: 295px;
	margin: 0 auto;
	float: left;
	display: inline;
	margin-top: 15px;
	text-align: justify;
}

#contenidoFooterWebInferior h2{
	margin-top: 0.5em;
	margin-left: 0.3em;
	font-family: Verdana;
	/font-size: 1em;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffcc00;
}

#contenidoFooterWebInferiorTexto {
	font-family: Verdana;
	font-size: 0.7em;
	font-weight: normal;
	text-align: justify;
	color: #cccccc;
	padding-left: 2em;
	padding-right: 2em;
	/line-height:120%;
}

#contenidoFooterWeb h2 {
	margin-top: 0.5em;
	margin-left: 0.3em;
	font-family: Verdana;
	/font-size: 1em;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffcc00;
}

#contenidoFooterWebSuperior ul li {
	font-family: Verdana;
	font-size: 0.7em;
	font-weight: normal;
	color: #cccccc;
}

#contenidoFooterWebSuperior ul li:hover{
	font-family: Verdana;
	font-size: 0.7em;
	font-weight: normal;
	color: #ffcc00;
}

#contenidoFooterWebSuperior li a {
	font-family: Verdana;
	font-size: 0.8em;
	/font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	color: #cccccc;
}

#contenidoFooterWebSuperior li a:hover {
	font-family: Verdana;
	font-size: 0.8em;
	/font-size: 0.9em;
	font-weight: normal;
	text-decoration: underline;
	color: #ffcc00;
}

/* ==================== */
/* ESTILOS GENERALES */
/* ==================== */
.item {
	width: 123px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	background: #000000;
	background-image: url(../img/bgmenu.png);
	background-position: top;
	border-left: 2px solid #ffcc00;
}

.item a {
	color: #000000;
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}

.item:hover {
	width: 123px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	background: #000000;
	background-image: url(../img/bgmenuhover.png);
	background-position: top;
	border-left: 2px solid #ffcc00;
}

.item a:hover {
	color: #0b275c;
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}

.item:hover a {
	color: #0b275c;
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}

.inicio {
	width: 125px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	background: #000000;
	background-image: url(../img/bgmenu.png);
}

.inicio a {
	color: #000000;
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}

.inicio:hover {
	width: 125px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	background: #000000;
	background-image: url(../img/bgmenuhover.png);
	background-position: top;
	color: #000;
}

.inicio a:hover {
	color: #0b275c;
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}

.inicio:hover a {
	color: #0b275c;
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
}

.functions {
	width: 865px;
	height: 100px;
	background-color: #dabe66;
	color:#000000;
	padding: 5px;
}

.clear { 
	clear:both; 
}

a.masNoticias {
	color: #a497b9;
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
}

a.masNoticias:hover {
	color: #ffcc00;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: underline;
	text-align: right;
}

a.small:link {
	color: #cccccc; 
	font-weight: normal;
	font-family: Verdana;
	font-size: 0.8em;
	/font-size: 0.9em;	
	text-decoration: none;
}

a.small:visited {
	color: #cccccc; 
	font-weight: normal; 
	font-family: Verdana;
	font-size: 0.8em;
	/font-size: 0.9em;	
	text-decoration: none;
}

a.small:active {
	color: #ffcc00; 
	font-weight: normal; 
	font-family: Verdana;
	font-size: 0.8em;
	/font-size: 0.9em;	
	text-decoration: none;
}

a.small:hover {
	color: #ffcc00; 
	font-family: Verdana;
	font-size: 0.8em;
	/font-size: 0.9em;	
	text-decoration: underline;
}

img.w3cvalidate {
	border: 0px;
	width:88px;
	height:31px;
	padding-left: 10px;
}

font.small {
	color: #FFCC00; 
	font-weight: bold; 
	font-family: Verdana;
	font-size: 0.8em;
	/font-size: 0.9em;	
	text-decoration: none;
	text-transform: uppercase;
}