body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background:url(images/bg.jpg) fixed	;
	color:#111144;
}

h1{
	text-align:left;
	font-size: 1.2em;
}

h2{
	text-align:left;
	font-size: 1em;
}

a{
	color:#008040;
	text-decoration:none;
}
a:hover{
	
	border-bottom:dotted 1px #008040;
}
#top{
	margin:auto;
	width:900px;
	height:160px;
	cursor:pointer;
	margin-bottom:10px;
	background:url(images/banner.png) no-repeat;

}


#Contenedor{
	width:900px;
	margin:auto;
	border:solid 1px #CEF6D1;
	background:url(images/fondoArcaVertical.png) repeat-y right top #F6FDF7 ;
}

.notificacion{
	display:block;
	text-align:center;
	font-size:1.5em;
}

#finContenedor{
	clear:both;
}

/* Contenido
-------------------------------------------------*/
#contenido{
	width:600px;
	min-height: 400px;
float:left;
	overflow:hidden;
}

#Contenido h1{

}

#Contenido p{
	text-align:justify;

}

#Pie{
	font-size:.8em;
	padding:3px;
	width: 900px;
	border: solid 1px #CEF6D1;
	background:white;
	clear:both;
	text-align:center;
	margin:auto;
	margin-top:10px;
}

#enlacesPie{
	font-size:.8em;
	padding:3px;
	width: 900px;
	border: solid 1px #CEF6D1;
	background:white;
	clear:both;
	text-align:center;
	margin:auto;
	margin-top:10px;
}


.noticia{
	width:620px;
	background: url(images/news_mid.png) repeat-y -11px;
}

.noticia span.infoNoticia{
	display:block;
	text-align:center;
	font-size:0.8em;
	font-style:italic;
}

.cuerpoNoticia{
	width:90%;
	margin:auto;
	padding-right:20px;

}

.noticia h1{
	text-align:center;
	background: url(images/news_top.png) no-repeat;
	padding-top:1em;
	height:30px;
	margin-left:-11px;;
}


.pieNoticia{
	background: url(images/news_bot.png) no-repeat;
	height:30px;
	display:block;
	clear:both;
	text-align:right;
	margin-left:-11px;
}

.historiaInicio{
	margin:auto;
	margin-bottom:10px;
	width:860px;
	border:solid 1px #CEF6D1;
	background:white;
	padding:20px;
}

#historiaInicio p{
	font-style:italic;
}

#enlaceHistorico{
	display:block;
	text-align:center;
	margin:3px;
	margin-bottom:6px;
}

/*Mapa de google
-----------------------------------------*/
#map{
	width:510px;
	height:600px;
	border:solid 1px #008040;
	margin:auto;
}


/*Patrocinadores
------------------------*/
#patrocinadores{
	width:100px;
	float:left;
	text-align:center;
	margin:auto;
	text-decoration:none;
	border:solid 1px;
}

#patrocinadores span a{

	text-decoration:none;
}

#patrocinadores span img{
	margin-top:10px;
	border:none;
}


/*
Bloque de menu lateral
---------------------------------*/
#menuLateral{
	width:130px;
	float:left;
	padding:10px;
	margin-top:10px;
}

#menuLateral img{
	border:none;
}

#menuLateral a{
	border:none;
}
/* Bloque de menu principal
---------------------------------*/
#barraMenu{
	width: 900px;
	height:40px;
	margin:auto;
	margin-bottom:10px;
	background:white;
	text-align:center;
	color:#008040;
	font-size:.9em;
}

#barraMenu ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

#barraMenu ul li{
	float:left;		
	height:40px;
	width:100px;
	line-height:40px;
	background: url(images/fondoItemMenu.png) no-repeat;
	cursor:pointer;
}

#barraMenu ul li:hover{
	background: url(images/fondoItemMenuDentro.png) no-repeat;
	cursor:pointer;
}



/*Listado de webs amigas*/
#wamigas ul{
	list-style:none;
	margin:0;
	padding:0;
	margin-top:1em;
}

#wamigas ul li{
	height:20px;
	margin: 0px;
	padding-left: 25px;
	padding-top: 6px;
	width:100%;
	font-size:1.2em;
}

#wamigas ul li:hover{
	text-decoration:underline;
	
}

#wamigas li a{
	color:#EF8AD8;
	display:block;
	padding: 0em;
	text-decoration:none;
}




/*Estilos de calendario
-----------------------------------------*/
.calendarioMes{
	padding:1px;
	margin:0px;
	width:156px;
	height:150px;
	background:url(images/fondomes.png) no-repeat;
}
.calendarioMes span{
 	text-align:center;
 	display:block;
 	margin:4px;
 	padding:2px;
 	font-weight:bold;
}

.calendarioMes ul{
	margin:0px;
	padding:0px;
}

.calendarioMes ul li{
	text-align:center;
	width:18px;
	float:left;
	display:block;
	margin:2px;
	color:#008040;
	cursor:pointer;
}

.calendarioAno{
	padding:0px;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:10px;
	margin-top:10px;
	float:left;
}

.tablaCalFinde{
	width:100%;
	border:solid 1px;
}
.tablaCalFinde td{
	border:solid 1px;
}

.leyendaCalendario{
	clear:both;
}
.leyendaCalendario ul{
	list-style:none;
}
.leyendaCalendario li{
	float:left;
	width:45%;
	margin:4px;
}
.leyendaCalendario span{
	margin-right:4px;
}

.tablaCalendario{
	border-collapse:collapse;
	border:solid 1px;
	text-align:center;
	color:#008040;
	cursor:default;
}

.tablaCalendario th{
	background-color: #CEF6D1;
	font-size: 0.8em;
	font-weight: bold;
	border-right:solid 1px;
}


.tablaCalendario tr{
	border-bottom:solid 1px;
	background-color: #F6FDF7;
}

.tablaCalendario tr:hover{
	background-color:#CEF6D1;
}

.tablaCalendario td{
	border-left:solid 1px;
	
}
.tablaCalendario td+td{

}

/*
.tablaCalendario td+td{
	background-color: #F6FDF7;
	text-align:center;
	font-weight:bold;
	font-size:0.8em;
}

*/
.filaTablaCalendarioPar{
	background-color: #fff;
}


/* Formularios
-------------------------------------------------------------*/


form label{
	color:#008040;
}
form legend{
	color:#008040;
}
form fieldset{
	border:1px solid #008040;
	text-align:left;
	color:#111144;
	margin-top:10px;
	margin-bottom:10px;
}

form input{
	border:1px solid #008040;
	color:#3A8064;
}

form input:focus{
	background:#CEF6D1;
}

form div{
  margin: 10px;

}
form div label{
	width:25%;
	float:left;
}

form textarea{
	border:1px solid #008040;
	color:#C0C0C0;
}
form select{
	border:1px solid #008040;
	color:#EF8AD8;
}

form span{
	display:block;
	float:right;
	width:75%;
	text-align:justify;
}

.submitbtn{
	text-align:center;
	margin:10px;
}
.listaNumerada{
	list-style-type: upper-roman;
}

#msgFormulario{
	color:red;
	font-weight:bold;
}


/* Tabla de dos columnas para la ficha 
-------------------------------------------------------------*/
ul.tabla2columnas {

	list-style:none;
	width:300px;
	margin:auto;
}

ul.tabla2columnas li {
	display:inline;
	float: left;
	width:40%;
	padding-left:1em;
	padding-right:1em;
	margin-top:1em;
	text-align:left;
	font-size:1.2em;
}

/* tabla de inscripciones
----------------*/

.tablaInscris{
	width:100%;
	text-align:center;
	border-spacing:0px;
	border-collapse:collapse;
}
.tablaInscris tr{
	background:#F2FDF2;
}
.tablaInscris tr:hover{
	background:#D9F8DC;
	cursor:pointer;
}
#tablaInscirisprimeraTr {
	background:#CEF6D1;
}

/* Listado por mangas de inscripciones
------------------------------------------*/

.mangas ul{
	list-style:none;
	float:left;
	margin:auto;
	margin-top:10px;
	width:40%;
}

.mangas ul li{
	text-transform:capitalize;
	padding-left:10px;
	cursor:pointer;
}

.mangas ul li:hover{
	background:#D9F8DC;
}

.mangas span{
	clear:both;
	display:block;
	font-size:.8em;
	text-align:center;
	padding-left:40px;
	padding-right:40px;
	padding-top:10px;
	padding-bottom:10px;

}


/* Tabla de rankings y clasificaciones
---------------------------------------*/
.tablaRanking{
	width:100%;
	text-align:left;
	border-spacing:0px;
	border-collapse:collapse;
	background-color:#F2FDF2;
}

.rankTrOdd {
	background-color:#D9F8DC;
}
.tablaRanking tr{
	text-transform:capitalize;
}
.tablaRanking tr:hover{
	background:#008040;
	color:#fff;
	cursor:default;
}

.tablaRankingPrimeraTr {
	font-weight:bold;
}
/* Popups
-----------------------------------------*/
.popupbdy{
	background: #E2F4DA;
	border:solid 1px #008040;

}

.popuphdr{
	background:#008040;
	border:solid 1px #008040;
	text-align:center;
}


/*
Listado de socios
----------------------------------------*/
.tablaSocios{
	width:100%;
	text-align:left;
	border-spacing:0px;
	border-collapse:collapse;
}
.tablaSocios tr{
	background:#F2FDF2;
}
.tablaSocios tr:hover{
	background:#D9F8DC;
	cursor:pointer;
}
#tablaSociosprimeraTr {
	background:#CEF6D1;
}



/*Galeria de fotos
---------------------------------------*/

#miniaturas{
	width:400px;
	height:150px;
	background:url(images/agujeroCarrete.png) repeat-x black;
}
#miniaturasRight{
	width:8px;
	height:150px;
	background:url(images/agujeroCarreteRight.png) no-repeat black;
	float:left;
}
#miniaturasLeft{
	width:8px;
	height:150px;
	background:url(images/agujeroCarreteLeft.png) no-repeat black;
	float:left;
}
#miniaturas ul{
	list-style:none;
	padding:0;
	margin:0;
	float:left;
}
#miniaturas ul li{
	width:100px;
	height:100px;
	float:left;
	margin-top:20px;
	margin-bottom:30px;
	background-repeat:no-repeat;
	background-position:center;
	cursor:pointer;
}

#miniaturas ul li:hover{
	margin-top:15px;
}
#galeria{
	width:510px;
	margin:auto;
	overflow:hidden;
}

#galImgGrande{
	min-height:300px;
	
}


#contornoImgGrande{
	text-align:center;
	clear:both;
}

#contornoImgGrande img{
	background-color:#fff;
	border: 1px solid #a9a9a9;
	padding:4px;
	margin: auto;
	cursor:pointer;
}

#botonAvanzaMiniatura{
	width:20px;
	height:80px;
	float:right;
	cursor:pointer;
	margin-top:-120px;
}

#botonAvanzaMiniatura:hover{
	background:url(images/flechaGal1r.png) no-repeat center ;
}

#botonRetrocedeMiniatura{
	width:20px;
	height:80px;
	float:left;
	cursor:pointer;
	margin-top:-120px;
}
#botonRetrocedeMiniatura:hover{
	background:url(images/flechaGal1l.png) no-repeat center ;
}
.tituloGaleria{
	text-align:center;
	font-size: 1.1em;
	font-weight:bold;
}
.autorGaleria{
	text-align:center;
}
.descripcionGaleria{
	text-align:center;
	width:300px;
	margin:auto;
	padding:10px;
	font-style:italic;
	
}

#indiceGalerias{
	list-style:none;
	padding:0;
	margin:0;
	float:left;
	color:#111144;
}
#indiceGalerias li{
	width:140px;
	height:140px;
	float:left;
	padding:10px;
	text-align:center;
	margin-right:5px;
	background:url(images/fondogaleriaplano.png) no-repeat;
	cursor:pointer;
}

#indiceGalerias li:hover{
	padding-top:12px;
	padding-left:12px;
	padding-bottom:8px;
	padding-right:8px;
	background:url(images/fondogaleria.png) no-repeat;
}


#indiceGalerias li span{
	display:block;
	height:40px;
	overflow:hidden;
}

#indiceGalerias li img{
	border:solid 1px #a9a9a9;
	padding:2px;
}