
/* Layout Stylesheet */ 

body {
 margin:0;
 background:#2a530d;
 text-align:center;
 padding:0;
 font-family:Arial, Helvetica, sans-serif;
 font-size: 11px;
 }

#outer {
 text-align:left;
 border:1px solid #FFF;
 width:740px;
 margin:auto;
 padding: 0 2px;
 }

#hdr {
 height:114px; 
 color: #333333;
 border-right: 1px solid #FFF;
 border-left: 1px solid #FFF;
 background-image:url(../img/cabecera.jpg);
 background-position:top left;
 background-repeat:no-repeat;
}

#bar {
 height:25px;
 background:#889f77;
 color: #333333;
 border:1px solid #ffffff;	
 }

#bodyblock {
 position:relative;
 background: #2a530d;
 color: #333333;
 width:738px;
 padding:0;
 background-image:url(../img/fondo_texto.gif);
 background-repeat:repeat-y;
 background-position: top left;
  border-right: 1px solid #FFF;
  border-left: 1px solid #FFF;
 }

#l-col {
 float:right;
 color: #333333;
 width:220px;

 }

#cont {
 width:510px;
 background:#889f77;
 background-image:url(../img/fondo-principal.jpg);
 background-position:left top;
 background-repeat:no-repeat;
 color: #333333;
 border:solid #FFF;	
 border-width:0 1px 0 0;
 text-align:left;
 height: 333px;
 }
 /*PARA QUE FIREFOX NO FIJE EL TAMAŅO */
html>body #cont {
	height: auto;
	min-height: 333px;		
}

#ftr {
	background: #fff;
 color: #333333;
 border:solid #FFF;
 border-width:1px 1px 0 1px;
 margin:0;
 padding: 0;
 text-align: center;
 }
 #ftr table {
 	margin: 0 auto;
 }
 #ftr p {
 	text-decoration: underline;
 	margin: 0;
 	padding: 5px;
 	font-size: 12px;
 	color: black;
 }
 #ftr img {
 	margin: 10px 30px;
 }
 
#menu {
	padding: 0;
	margin: 6px 10px;
}
#menu li {
	list-style: none;
	margin: 0;
	display: inline;
}
#menu li a {
	color: #000;
	background-image:url(../img/fondo_lenguetas.gif);
	background-color: #fff;
	background-position: left top;
	text-decoration: none;
	background-repeat: no-repeat;
	padding: 2px 6px 2px 10px;
	font-size: 9px;
	font-weight: bold;
}
#menu li a:hover {
	color: #000;
	background-image:url(../img/fondo_lenguetas_o.gif);
	background-color: #fff594;
	background-position: left top;
	text-decoration: underline;
}
#menu li a.activo {
	color: #000;
	background-image:url(../img/fondo_lenguetas_o.gif);
	background-color: #fff594;
	background-position: left top;
	text-decoration: none;
	background-repeat: no-repeat;
	padding: 2px 6px 2px 10px;	
}
#derecha {
	padding: 0 10px;
	margin: 5px 0 30px 4px;
	text-align: left;
}
#derecha li {
	list-style:url(../img/bolo_decha.gif);
}
#derecha li a {
	color: #fff594;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}
#derecha li a:hover {
	color: #fff;
	text-decoration: underline;
}
#l-col h1{
	margin: 0 0 10px 0;
	margin-left: -4px;
	background-color: #829e70;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
.pieFoto {
	font-size: 9px;
	color: #000;
	background-color: #FFF;
	padding: 1px;
	width: 160px;
}

.pieFotonot {
	font-size: 9px;
	color: #000;
	background-color: #FFF;
	padding: 1px;
	
	
	
	
}