/* CSS Document */

*{
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}

p{
	margin-bottom: 5px;
}

body{
	background-image: url(../IMGS/fondorayado.png);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333;
}

#mum, #cuerpo, #header, #bajos{
	width: 912px;
}

#mum{
	margin-right: auto;
	margin-left: auto;
}

#header{
	height: 137px;
	background-image: url(../IMGS/cabecera.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#logo{
	float: left;
	padding-left: 20px;
	margin-top: 20px;
}

#socios{
	float: right;
	margin-right: 30px;
	margin-top: 27px;
	width: 150px;
	text-align: center;
}

.aclarar{
	clear: both;
}

#cuerpo{
	background-image: url(../IMGS/medio.png);
	background-repeat: repeat-y;
	}

#menu{
	float: left;
	width: 197px;
	padding-left: 16px;
}

#menu li{
	list-style-type: none;
	display: block;
	width: 174px;
	height: 19px;
	background-image:url(../IMGS/botonnegro.png);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	padding: 11px;
	background-color: #000000;
}

#menu li.linkrosa{
	background-image: url(../IMGS/botonrosa.png);
}

#content{
	float: right;
	width: 652px;
	border: 1px solid #ddd;
	padding: 9px;
	margin-right: 18px;
}

#content ul li{
	list-style-image: url(../IMGS/bola.png);
	margin-left: 20px;
	margin-bottom: 3px;
}

#cont_global a{
	color: #922f5c;
	text-decoration: underline;
}

#cont_global a:hover{
	color: #999;
}

#cont_global dd{
	padding-left: 10px;
	background-image:url(../IMGS/flechitagris.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin: 5px;
}

/*#content a{
	color: #922f5c;
	text-decoration: underline;
}

#content a:hover{
	color: #999;
}*/

#ofertas, #topOfertas, #infOfetas{
	width: 652px;
}

#ofertas{
	color: #FFF;
}

#topOfertas{
	background-image: url(../IMGS/topRosa.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 19px;
}

#contOfertas{
	width: 622px;
	background-image: url(../IMGS/middleRosa.png);
	background-repeat: repeat-y;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
}

#infOfetas{
	background-image:url(../IMGS/bottomRosa.png);
	height: 23px;
}

.moreofertas{
	text-align:right;
	display: block;
	border-bottom: 1px #FFF solid;
	padding-bottom: 3px;
	background-image: url(../IMGS/flechita.png);
	background-repeat: no-repeat;
	background-position: 510px;
}

.moreofertas a{
	color: #FFFFFF;
}

.moreofertas a:hover{
	color: #bbb;
}

.gruponoticias{
	width: 652px;
	background-color: #333;
	color: #fff;
	margin-top: 10px;
	padding-bottom: 10px;
}

.cabenoticias{
	background-color: #000;
	padding: 5px;
	font-size: 90%;
}

.noticia{
	margin-top: 10px;
	padding-left: 15px;
	float: left;
	width: 615px;
/*	height: 170px;
*/}

.date{
	float: left;
	width: 45px;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	padding: 2px;
	border: 1px #999 solid;
}

.datelista{
	float: left;
	width: 45px;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	padding: 2px;
}

.dateNoticia{
	float: left;
	width: 50px;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin-bottom: 10px;
	margin-right: 10px;
	border: 1px solid #CCC;
}

.imgNoticia{
	float: left;
	margin-right: 15px;
}

.txtNoticia img{
	width: 130px;
	border: 2px solid #eee;
	float: left;
	margin-top: 3px;
	margin-right: 5px;
}

.txtNoticia{
	float: left;
	width: 550px;
	margin-left: 10px;
}

.more, .moreclear{
	border-bottom: 1px #ddd solid;
	height: 18px;
	padding-right: 12px;
	background-image: url(../IMGS/fondomas.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	text-align: right;
	padding-top: 3px;
	color: #000;
	margin-top: 3px;
}

.moreclear{
	clear: both;
	}

.grupoactividades{
	width: 652px;
	background-color: #eee;
	margin-top: 10px;
	padding-bottom: 10px;
	min-height:200px;
}

.cabeactividades{
	background-color: #ccc;
	padding: 5px;
	font-size: 90%;
}

.actividadNon{
	float: left;
	width: 290px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 15px;
	height: 110px;
}

.actividadPar{
	float: left;
	width: 290px;
	padding-left: 15px;
/*	padding-right: 15px;
*/	border-left: dotted 1px #999;
	margin-top: 15px;
	height: 110px;
}

#form{
	float: right;
	width: 415px;
	padding-left: 10px;
	border-left: 1px #CCC solid;
}

	
#bajos{
	background-image: url(../IMGS/inf.png);
	background-repeat:no-repeat;
	height: 20px;
}


#pinrel{
	margin-left: auto;
	margin-right: auto;
	background-color: #333;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 90%;
	width: 860px;
	margin-top: 10px;
	padding: 15px;
}

#pieIz{
	float: left;
}

#pieDch{
	float: right;
	text-align: right;
}

#desarrollo{
	margin-left: auto;
	margin-right: auto;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 90%;
	width: 890px;
	margin-top: 10px;
	text-align: right;
	color: #999;
}

#desarrollo a{
	text-decoration: underline;
	color: #999;
}

#desarrollo a:hover{
	color: #CCC;
}

/*LISTADOS*/

.noticiaenLista{
	margin-top: 10px;
	background-color: #eee;
	padding-top: 10px;
	padding-bottom: 10px;
}

.txtActenLista{
	padding: 10px;
	margin-top: 10px;
	background-color: #eee;
	}
	
.txtNoticiaenlista{
	float: left;
	width: 400px;
}

.imgNoticiaenlista{
	float: left;
	margin-right: 15px;
	padding: 3px;
	border: 1px solid #999;
}

.imgNoticiaenlista img{
	width: 160px;
}

.ofertasenLista{
	margin-top: 10px;
	background-color: #eee;
	padding-bottom: 10px;
}

.ofertasenLista p{
	padding: 0px 10px 0px 10px;
}

/*txt*/

a.socios{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	color: #922f5c;
	text-decoration: underline;
	font-size: 150%;
}

a.socios:hover{
	color: #333;
}

a.link{
	font-size: 110%;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #fff;
	font-weight: bold;
}

a.link:hover{
	color:#CCC;
}

a.masinfo{
	font-size: 90%;
	color: #000;
}

a.masinfo:hover{
	color: #e74a92;
}

.titofertas{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
}

h3.listaofertas{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
	background-color: #e74a92;
	color: #FFF;
	padding: 3px;
	margin-bottom: 10px;
}

a.titnoticias{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #FFF;
}


a.titnoticias:hover{
	color:#e74a92;
}

a.titactividades{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #e74a92;
}

a.titactividades:hover{
	color:#333;
}

a.aviso{
	color: #FFF;
}

a.aviso:hover{
	color: #ccc;
}

.dia{
	color: #e74a92;
	font-size: 220%;
}

.mes{
	color: #e74a92;
	font-size: 130%;
}

.year{
	color:#999;
}

h2{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 150%;
	text-transform: uppercase;
	color: #e74a92;
	margin-bottom: 15px;
}

p.destaca1{
	background-color: #666;
	color: #FFFFFF;
	padding:5px;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 10px;
}

p.destaca2{
	background-color: #666;
	color: #FFFFFF;
	padding:5px;
	font-weight: bold;
	font-size: 110%;
	margin: 0px;
}

p.destaca3{
	background-color: #ddd;
	padding:5px;
	margin: 0px;}
	
p.destaca4{
	background-color: #e74a92;
	padding:20px;
	margin: 20px;
	color: #FFFFFF;
	text-align: center;
	}
	
p.destaca5{
	background-color: #eee;
	padding:10px;
	margin: 0px;
	text-align: center;
	border: 1px #999 solid;
	margin: 20px;
	}
	

.fotoDch{
	float: right;
	padding: 3px;
	border: 1px #CCC solid;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 270px;
}

.fotoDchG{
	float: right;
	padding: 3px;
	border: 1px #CCC solid;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 320px;
}

.telgrande{
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 130%;
}

#txtUbi{
	float: left;
	width: 200px;
	
}

.planoUbi{
	float: right;
	margin-left: 10px;
}

.planoUbi img{
	border: 1px solid #CCC;
	padding: 3px;
}

iframe{
	width: 425px;
	height: 350px;
	border: 1px solid #CCC;
	padding: 3px;
}

.destacagrande{
	font-size: 120%;
}

.luz{
	color: #e74a92;
}

.error{
	padding: 5px;
	border: 1px #666666 solid;
	margin-top:10px;
	margin-bottom: 10px;
	font-size: 120%;
}

.galeria-instalaciones{
	background-color: #eee;
	padding: 5px;
	text-align: center;
}
.galeria-instalaciones dt{
	display: inline;
	
	}
	
.galeria-instalaciones img{
	border: 1px #CCC solid;
	padding: 2px;
	margin: 5px;
	}


/*form*/

label{
	float: left;
	width: 100px;
	
}

.labelaviso{
	float: none;
	width: 100%;
}

input{
	padding: 3px;
	margin-bottom: 10px;
	border-bottom-color: #ccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #333;
}

textarea{
	padding: 3px;
	margin-bottom: 10px;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
}

.boton{
	float: left;
	background-color: #000000;
	color: #eeeeee;
	padding: 2px;
	cursor: pointer;
	margin-top: 10px;
}




/*-----------     Sólo para ADMINISTRACIÓN     JMGLMar2010      ------------------*/

p.destaca1 a{
	text-decoration:underline;
	color:#f9bed9;
}

#form.admin{
	width:100%;
	}
	
#form.admin label{
	width:150px;
}
	
#form.admin label.checklabel{
	width:100%;
	}
	
#form.admin input.check{
	border:0;
	}
	
#form.admin input.guardar{
	background:url(../IMGS/botonrosa.png) no-repeat;
	padding:10px 18px;
	color:#FFF;
	margin:5px;
	font-weight:bold;
	}
	
#form.admin input, #form.admin select{
	border:1px solid #CCC;
	padding:2px;
	}
	
#form.admin select option{
	text-align:right;
	}
	
#form.admin fieldset{
	border:1px solid #999;
	padding:15px;
	}
	
#form.admin fieldset fieldset{
	border:1px solid #ccc;
	margin-bottom:15px;
}
	
#form.admin #titulo{
	width:46em;
}



p.actualizacion, div.actualizacion{
	width:350px;
	margin:20px auto;
	padding:20px 20px 60px 20px;
	border:1px dashed #999;
	text-align:left;
	background-color:#FFF;
	
	}
	
p.actualizacion{
	background:url(../noticias/img/loading.gif) bottom no-repeat #FFF;
	text-align:center;
	}
	
	
p.paginacion{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:right;
	margin:10px 0;
	}
	
p.paginacion a{
	color: #e74a92;
	text-decoration:underline;
}

p.paginacion a:hover{
	text-decoration:none;
}

p.paginacion a:visited{
	color: #bbb;
}


ul#galeria_admin li{
	list-style:none;
	float:left;
	margin:5px;
}
ul#galeria_admin li img{
	border:1px solid #000;
}


ul#galeria_admin.galeria_flotante{
	float:right;
	width:55%;
}

ul#selector_albumes{
	float:left;
	width:35%;
}

ul#selector_albumes li{
	margin-bottom:15px;
	list-style:none;
	background:url(../IMGS/folder_yellow.png) top left no-repeat;
	padding:2px 2px 5px 25px;
}