/*--------------------- ESTRUCTURA PRINCIPAL --------------------------*/

html,body {
height:100%;
font: 11px verdana,serif;
color: #787776;
background: #eeeeee;
}

a{
color: #787776;
text-decoration:none;
}

input,select, textarea{
font-size:11px;
border:1px solid #E8E3E9;
background: #fff url(../gfx/bg_input.gif) repeat-x top;
padding:2px;
}

#main{
margin:0px auto 0 auto;
width:884px;
background: #D3D0D0;
position:relative;
border: #ccc 1px solid;
}

#sombra{
margin:0px auto 0 auto;
width:984px;
background: #fff url(../gfx/sombra.jpg);
background-repeat: repeat-y;
display: table;
}

#sombraFin{
margin:0px auto 0 auto;
width:984px;
background: #fff url(../gfx/sombrafin.png);
background-repeat: no-repeat;
height:50px;
}

/*--------------------- CABECERA --------------------------*/

#header{
height:150px;
}

#header2{
background: #fff;
padding: 5px 0 5px 0;
border-top: 1px dotted;
border-bottom: 1px dotted;
border-color: #ccc;
}

#header2 div{
padding-left: 5px;
}

#header2 div+div{
text-align:right;
}

/*--------------------- MENU --------------------------*/

#menu{
background: #F0EDEE url(../gfx/stripe.png);
background-repeat: repeat-x; 
}

#menu ul{
padding:5px 0 0 2px;
}

ul.seccion{
margin-bottom: 5px;
}

ul.seccion img{
cursor: pointer;
}

ul.seccion li{
padding:2px 0 2px 0;
display:none;
border-top: 1px dotted;
}

ul.seccion li a{
padding:5px 5px 5px 20px;
color: #553333;
font-weight:normal;
}

#banners_menu{
margin: 30px 0 50px 0;
}

#banners_menu a img{
padding:5px 0 5px 40px;
}

/*--------------------- CONTENIDO --------------------------*/

#modulo{
background: #F0EDEE url(../gfx/stripe.png);
background-repeat: repeat-x; 
padding: 10px 0 10px 0;
}

#contenido{
padding: 0px 10px 5px 5px;	
text-align: justify;
color: #666;
min-height: 500px !important;
/*background: transparent url(../gfx/fondo_presentacion.png);
background-position: center;
background-repeat: no-repeat;*/
}

#contenido ul{
margin-left:10px;
}

#contenido ul li{
margin-left:20px;
list-style-type: square;
padding:5px;
}

#contenido ul li label, #contenido label span{
color: #9F595C;
font-family: tahoma;
font-weight: bold;
}

.titulo{
font: 20px arial;
font-weight:bold;
font-variant: small-caps;
margin-left:10px;
color:#6F6F6F;
border-bottom: #CDD8CA 4px solid;
letter-spacing: 3px;
text-shadow: #aaa 5px 1px 6px;
}

.foto{
display:block;
margin: 0 0 0 10px;
font: 15px arial;
text-align:right;
clear:both;
}

.foto p{
text-align:right !important;
}

.goservicio{
float:right;
padding-right:10px;
}

.goservicio a{
color:black;
font-style:italic;
font-weight:bold
}

#tamanoTexto{
float:right;
margin-top:5px;
margin-right:10px;
font-family:	Arial,sans-serif;
font-size:	11px;
}

#tamanoTexto img{
cursor:pointer;
}

#tamanoTexto img+img{
margin-left:10px;
}

/*--------------------- CALENDARIO --------------------------*/

#calendario{
border: #999 1px solid !important;
background: transparent url(../gfx/fondo3.png);
cursor: crosshair;
-moz-box-shadow: 2px 2px 3px #999;-webkit-box-shadow: 2px 2px 3px #999;
}


#calendario td{
padding: 3px;
border: 0;
text-align: center;
width:22px;
}


#calendario th{
color: #444;
text-align: center;
font-family: arial;
font-weight: bold;
background: transparent url(../gfx/fondobarra.gif);
background-repeat: repeat-x;
font-size: 16px;
padding: 3px;
}

#calendario th img{
vertical-align:middle;
}

.filaDia{
background: #888;
font-family: arial;
}

.filaDia td{
padding: 0px !important;
text-align: center;
font-weight:bold;
color: white;
}

.diaCompleto{
background: #FFFAAE;
color: #333;
cursor: help;
-moz-box-shadow: 0px 0px 1px #999; -moz-border-radius: 50px;-webkit-border-radius:50px;-webkit-box-shadow: 0px 0px 2px #999;
}

.diaNormal{
border: #999 1px solid;
}

/*--------------------- PIE --------------------------*/

#footer{
border-top: #ccc 1px dotted;
background: #fff url(../gfx/stripe.png);
background-repeat: repeat-x; 
min-height: 40px;
padding: 3px 0 3px 0;
}

#modulo p{
margin:10px;
text-align:justify;
}

/*---------------------------- MODULOS -----------------------------------------*/

#infoAyuntamiento p b{
font-weight: bold;
color:  #006;
}

#infoAyuntamiento p{	
	text-align:right;
}

#infoAyuntamiento p.titulo{
	padding-right:30px;
	text-align:right;
}