body {
	background: #015D32 ;
	padding:0;
	margin:0;
	border:0;
	text-align: center;
	font-family : verdana;	
	font-size: 8pt;			
}
div#pagina{
	width: 740px;
	height: 100%;
	background-image: url(../img/fondo.jpg);
	background-repeat : no-repeat;
	background-color : #AAE07E;	
}
/* ----------------------- cabecera  ------------------*/
div#cabecera{
	height: 205px;
	background-image: url(../img/fondocabecera.jpg);	
	background-repeat : no-repeat;	
	background-position : center;	
}
div#logocabecera {
	margin-right: 54em;
	text-align: center;
}

div#menu {
	margin-top: 80px; 
	margin-bottom: -20px;
	width: 740px;
	text-align:right;
	color: #5AAA6F;
}

#menu li {
	padding-right: 1em;
	display: inline;
}

#menu a {
	color: #fff;
	text-decoration:none;	
}

div#menu a:hover {
	color: #5AAA6F;
}

/*------------------- contenido ---------------------*/
div#contenido {
/*	border: 1px solid #000;	*/
	text-align: left;
	padding: 1em;
}

div#contenido a{
	color: #fff;
	text-decoration:none;
	font-weight:bold;	
}

div#contenido a:hover {
	color: #146343;
	font-weight:bold;
}

div#usuarios {
	width:15em;
	border:0.1em solid #146343;
	padding:0.01em;
	background:#ccff99;
}	

div#cuadro_usuarios {
	background:#fff;
	border:0.1em solid #000;
	width:8em;
}

div#imagen_izquierda {
	float: left;
	margin-top: -0.4em;	
}		

h1 {
	font-size: 8pt;
	color: #fff;
	padding: 0.3em;
	text-align: left;
	margin-bottom: 0em;
	background-color: #146343;
}

h2 {
	font-size: 8pt;
	color: #146343;
	text-align: left;
	margin-bottom: 1em;
	border-bottom: 1px solid #146343;		
}

div#cuadro_menu {
	border: 0.1em solid #146343;
	text-align: center;
	padding: 2em;
	font-weight:bold;
	color: #ffffff;
}

div#cuadro_menu1 {
	border: 0.1em solid #146343;
	text-align: center;
	color: #000;
}

div#cuadro_fotos {
	border: 0.1em solid #146343;
	height:100%;
	padding-bottom:1em;
}

div#cuadro_fotos img{
	float:left;
	padding:0.1em;
	border:0.1em solid #146343;
}

div#texto_centro {
	float: left;
	width: 250px;
	text-align: center;
}	

div#texto_centro1 {
	float: left;
	width: 480px;
	text-align: left;
}	
#texto_centro1 img{
	margin-left: 5em;
	margin-top: 1em;
}
div#texto_centro1 a {
	color: #fff;
	text-decoration:none;	
}	
div#texto_centro1 a:hover {
	color: #22845B;
	font-weight: bold;	
}
	
div#recuadro {
	margin-left: 5em;
	float: left;
	width: 150px;
	text-align: center;
	background-color : #22845B;
	border: 1px solid #1A6E4B;		
}	
.titulorecuadro {
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 1em;	
	padding-bottom: 0.5em;	
	color: #fff;
	font-weight : bold;
	border-bottom: 1px solid #1A6E4B;		
}	

.textoenlace{
	text-align: left;
	padding-left: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 1.4em;	
}			
.textoenlace a{
	color: #fff;
	text-decoration:none;	
}	
.textoenlace a:hover {
	color: #22845B;
	font-weight: bold;	
}

.textoenlace1{
	text-align: left;
	padding-left: 5em;
	margin-top: 0.5em;
	margin-bottom: 1.4em;	
}			
.textoenlace1 a{
	color: #fff;
	text-decoration:none;	
}	
.textoenlace1 a:hover {
	color: #22845B;
	font-weight: bold;	
}

#tabla th, td {
	padding-left:4px;
	padding-right:4px;	
	text-align:right;	
	padding-bottom:10px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 11px;
	text-align:left;	
}

#tabla th {
	font-weight: bolder;			
}

div#volver{
	width: 760px;
	text-align: center;
	font-family:  Verdana, sans-serif;
	font-size: 10px;
}

div#volver a {
	color: #fff;
	text-decoration: none;	
}

div#volver :hover{
	color: #AAE07E;
}


/* recuadro de promociones*/
div#promocionesdestacadas{	
	float: right;
	width: 480px;
}

#titulorecuadro{
	text-align: center;
	background-color: #146343;
	width: 198px;
	color: #fff;
	font-weight: bold;
	font-size: 8pt;
	padding: 4 4 4 4px;
} 
#contenidorecuadro{ 
	border: 1px solid #000;	
	float: left;
   width: 198px; 
	text-align: center;
   font-size: 8pt; 
   padding: 5 5 5 5px; 
   margin: 0 10 0 10px; 	
   background-color: #ffffcc; 
} 
