
/*
Colores:
#4E 38 0F
#4E 14 14
#721D1D

Fondo (marrón oscuro): #4E1414;
Marrón claro: #916A1e;
Crema fondo texto: #FFF9E9;
Crema: #FCE6AA;
Crema semioscuro - fondo menu: #DDC994;
*/

/* CSS OBLIGATORIO */


body {
    font-family:Geneva, Verdana;
    font-size:10pt;
    color:;
    background-color:#527B43;
  }


#menu {
    background-color : #476E39;
    font-family : Arial;
    font-size : 9pt;
    font-weight : bold;
    height : 30px;
    position : absolute;
    text-align : left;
    top : 120px;
    width : 100%;
	border-top: 1px #006600 solid;
  }


#menu li {
    cursor:pointer;
    padding:2px;
    float:left;
    color:#FFECD9;
    min-width:80px;
    text-align:center;
	padding-top: 8px;
	padding-bottom: 6px;
  }


#menu ul {
    list-style-type : none;
    padding:0px;
    margin:0px;
  }


#menu li:hover {
	cursor: pointer;
	background-color:#005900;
  }

#menu .selected {
    color:#FFECD9;
    background-color:#005900;
  }

#submenu {
    background-color : #F1EDD0;
    font-family : Geneva;
    font-size : 8pt;
    font-weight : bold;
    position : relative;
	margin-top: 15px;
    text-align : left;
    width:170px;
    overflow:hidden;
    height:100%;
    float:none;
	margin-bottom: 20px;
	
  }


#submenu li {
    cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
    margin-left:10px;
    margin-top:10px;
    color:#FFECD9;
    text-align:left;
    text-indent:10px;
    min-height:15px;
    padding-top:5px;
    vertical-align:middle;
    width:150px;
    background-image:url(imagenes/fondo_submenu.png);
	background-position:top;
  }

#submenu li:hover {
	color:#FFFFFF;
	cursor: pointer;
  }
  
#submenu .selected {
	color:#FFECD9;
    background-image:url(imagenes/fondo_submenu_act.png);
}

#submenu ul {
    list-style-type : none;
    padding:0px;
    margin:0px;
    height:100%;
  }



#lang {
    position:absolute;
    left:600px;
    top:10px;
    font-size:9pt;
    font-weight:bold;
    font-family:Arial;
  }


#lang li {
    float:left;
    list-style-position:inside;
    list-style-type:none;
    cursor:pointer;
    width:60px;
    text-align:center;
    color:#FFECD9;
  }

#lang li:hover{
        color:#AA5500;
}

#lang .selected {
    color:#4E1414;
  }


#noticias {
    border:1px dotted #4E1414;
    background-color:white;
    font-family:Geneva;
    font-size:10pt;
  }

#noticias .noticia{
padding:10px;
}

#noticias .titulonoticia {
    font-weight:bold;
    color:#4E1414;
  }


#noticias .contenidoNoticia {
    font-size:9pt;
  }

/* <- OBLIGATORIO */

#noticias .titularInfo{
width:100%;
background-color:#4E1414;
color:#FFFFFF;
text-indent : 10px;
font-size:12pt;
font-weight:bold;
}


#tablaprincipal {
     background-color:#476E39;
    background-position:top left;
    background-repeat:repeat-y;
    position:absolute;
    top:0px;
    left:50%;
    margin-left:-520px;
	margin-bottom: 50px;
  }


#superiorlogo {
    height:139px;
    background-image:url('imagenes/top.png');
    background-position:top left;
    background-repeat:no-repeat;
    position:relative;
    top:0px;
    left:0px;
    width:900px;
  }


#contenido {
    color:#666666;
    padding:10px;
    width:auto;
	background-color: #F1EDD0;
	min-width:710px;
  }


#contenido a {
    color:#A72727;
    text-decoration:none;
  }


#contenido a:hover {
    color:#FFE77D;
  }


#galeria {
    background-color:#527B43;
    width: 900px;
    height:125px;
    overflow:hidden;
    position:relative;
}


.fotogaleria 
{
    width:150px;
    overflow:hidden;
    cursor:pointer;
    border:1px solid #476E39;
}


.fotogaleria:hover {
    border:1px solid #FFF9e9;
  }


.fotogaleriaGrande {
    cursor:pointer;
    border:1px solid #FFFFFF;
  }


.fotogaleriaGrande:hover {
    border:1px solid #476E39;
  }


#capatransparente {
    position:absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    z-index: 10;
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    visibility:hidden;
  }


#capafoto {
    position:absolute;
    z-index:11;
    top:50px;
    width:auto;
    left:50%;
    margin-left:-450px;
    height:auto;
    display:none;
  }
  
#imagenSuperior {
 	margin-top: 12px;
	height: 360px;
	width: 900px;
	background-attachment:fixed;
	min-width:900px;
	min-height: 360px;
 }
 
 #tablaImagenSuperior {
 	height:372px; 
	width: 900px; 
	overflow:hidden;
	background-color:#476E39; 
}
	
#pieDePagina {
	display: inline;
	background-image:url(imagenes/patchwork_fondo_down.png);
	width: 930px;
	height: 15px;
	position: absolute;
	margin-left: 55px;
}
