
body {
    margin: 0;
    padding: 0;
    background: url(images/otono2.jpg) repeat;
	background-attachment: fixed;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;


}
#hueco{
    width: 960px;
    height: 0px;
}


h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    color: #F93D00;;
}


p, ul, ol, pre {
    margin-top: 0;
    line-height: 180%;
}


a {
    text-decoration: none;
    color: blue;
}



/* Header */

#headerIndex {
    position:relative;
    width: 960px;
    height: 213px;
    margin: 0 auto;
    background: url(images/entrada.jpg);
}
#headerHistoria {
    position:relative;
    width: 960px;
    height: 213px;
    margin: 0 auto;
    background: url(images/historia.jpg);
}
#headerTiempo {
    position:relative;
    width: 960px;
    height: 213px;
    margin: 0 auto;
    background: url(images/paisaje.jpg);
}
#headerFiestas {
    position:relative;
    width: 960px;
    height: 213px;
    margin: 0 auto;
    background: url(images/girasoles.jpg);
}
#headerContacto {
    position:relative;
    width: 960px;
    height: 213px;
    margin: 0 auto;
    background: url(images/paja.jpg);
}
#headerAutobuses {
    position:relative;
    width: 960px;
    height: 213px;
    margin: 0 auto;
    background: url(images/siega2.jpg);
}
#headerTelefonos {
    position:relative;
    width: 960px;
    height: 213px;
    margin: 0 auto;
    background: url(images/arboles.jpg);
}
#headerQuever {
    position:relative;
    width: 960px;
    height: 213px;
    margin: 0 auto;
    background: url(images/centeno.jpg);
}
/* Logo */

#logo {
    float: left;
    height: 65px;
    margin-left:-10000px;
    padding-top: 20px;
    text-align: center;

}


#espacio{
    width: 960px;
    height: 20px;

}

#menu {
    width: 960px;
    height: 50px;
    margin: 0 auto;
    padding-left:25px;
	

}

#menu ul {
    margin:  0;
    padding: 0px 0px 0px 0px;
    list-style: none;
    line-height: normal;
	
}

#menu li {
    float: left;
    height: 50px;
}


#menu a {

    display: block;
    margin-right: 0px;
    padding: 14px 8px 5px 15px;
    text-decoration: none;
    font-family: georgia, Arial, Helvetica, sans-serif;
    font-size: 18px;

    color: #FFFFFF;
    border: none;
}


#menu li ul {
    display: none;
    position: absolute;
    top: 1em;
    left: 0;
    list-style-type:none;
    background-color:#9f6428;

    padding:0;


}

#menu ul li ul li {
    float:none;
    font:Verdana, Arial, Helvetica, sans-serif;
    color:#FFFFFF;

    vertical-align:middle;
    text-align:left;
    height:auto;
    border:none;
}

#menu li > ul {
    top: auto;
    left: auto;
}
#menu li:hover ul, #menu li.over ul{
    display: block;
}

#menu li li a:hover {

    text-decoration: underline;
}

#menu li a:hover {

    background-color:#9f6428; 
    text-decoration: underline;

}

#menu li:hover {

    background-color:#9f6428;
	   

}



/* Page */

#page {
    width: 960px;
    margin: 0 auto;
    padding: 0;
    background-color:rgba(255,255,159,0.7);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2FFFF9F,endColorstr=#B2FFFF9F);

}

#page-bgtop {
    padding: 20px 25px;




}


/* Content */

#content {
    float: left;

    padding: 0;
}

.post {
    margin-bottom: 25px;
    width:910px;
    background-color:#FFE090;


}


.post .title {
   
    height: 42px;
    padding: 8px 0 0 20px;
    letter-spacing: -.5px;
    color: #8AB52B;
    background: url(img02.jpg) repeat-x left top;
}


.post .title a {
    color: #FFFFFF;
    border: none;
}

.post .meta {
    padding-bottom: 5px;
    padding-left: 20px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;

}

.post .meta a {
    color: #8AB52B;
}



.post .entry,.post pre {
    padding: 0px 20px 20px 20px;
    padding-bottom: 20px;
    text-align: justify;
    font-family:georgia;
    font-size:17px;


}



/* Footer */

#footer {
    position:relative;
    width: 960px;

    height: 50px;
    margin: 0 auto;
    padding: 0px 0 15px 0;
    font-family: Arial, Helvetica, sans-serif;

}

#footer p {
    margin: 0;
    padding-top: 20px;
    line-height: normal;
    font-size: 9px;
    text-transform: uppercase;
    text-align: center;
    color: #E1F5A6;
}

#footer a {
    color: #FFFFFF;
}



#bandera{
    position:absolute;
    left:10px;
    top:10px;
}

#bandera2{
    position:absolute;
    right:10px;
    top:10px;
}
#logo_titulo{
    position:absolute;
    left:100px;
    top:5px;
}

#tabla{
	font-size:18px;
font-family: Times, Arial, Helvetica, sans-serif;
}
#tabla th{
	
	color:red;		
}
#tabla th,#tabla td{
    text-align:center;
	padding:5px 15px 5px 15px;
	width:200px;
}
#tabla td{
	font-weight:bold;		
}
#fechahora{
    position:absolute;
	width: 960px;
}

