body{
  font: normal 14px Verdana, Tahoma, Arial, Helvetica, sans-serif;
  text-align: center;
  background-color: black;
  color: white;
}
h1, h2, h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font-variant: small-caps;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif
}
#contenedor {
	 width: 800px;
	 margin: auto;
}

#cabecera{
	width: 100%;
	text-align: right;
	height: 150px;
	border-bottom: white 2px solid;
}
#logo{
	width: 35%;
	float: left;
	height: 100px;
}
#lema{
	float: none;
	height: 100px;
	width: 90%;	
}
#cabecera h1{
	font-size: 200%;
	color: white;
}
#cabecera h2{
	font-size: 180%;
	color:#DDDDDD;
}
#navegacion {
	width: 100%;
	margin: 5px;
	padding: 0;
	text-align: left;
	font-variant: small-caps;
}
#navegacion ul, #navegacion li{
	margin: 0;
	padding: 0;
}
#navegacion li{
	line-height: 30px;
	height: 30px;
	width: 50px;
	display: inline;
	background-image:url(../imagenes/separador.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#navegacion li a{
	width: 100%;
	line-height: 30px;
	height: 30px;
	color: white;
	text-decoration: none;
	text-align: center;
	background-image: none;
	display: inline;
	padding: 5px;
	margin-left: 15px;
	margin-right: 5px;
	outline: none;
}
#navegacion li a:hover{
	background-image:url(../imagenes/bg_sel.png);
	background-position:right bottom;
	background-repeat: no-repeat;
	display: inline;
}
#contenido {
	width: 100%;
	float:none;
	display: block;
}

.cajaverde {
	color: white;
	width: 30%;
	background: url(../imagenes/verde-der.png) repeat-y right;
	float: left;
	margin: 1.5%;
}
.cajaverdepeque {
	font-size: 90%;
	color: white;
	width: 100%;
	background: url(../imagenes/verde-der.png) repeat-y right;
	margin: 1.5%;
}
.cajaverdepeque h2{
	margin-bottom: 2px;
	margin-top: 5px;
	font-size: 100%;
}
.cajaverdepeque a{
	width: 100%;
	color: #33CCCC;
	display: block;
	text-decoration: none;
	outline: none;
}
.cajaverdepeque a:hover{
	color:#66CC00;

}
.cajablanca {
	width: 80%;
	float: right;
}
#menu {
	float: left;
	width: 19%;
	height: 100%;
	}
.verde-bottom {
	height: 100%;
	width:auto;
	margin: 0;
	padding: 0;
	float: none;	
	background:url(../imagenes/verde-bottom.png);
	height: 12px;
}
.verde-bd {
	height: 12px;
	width: 12px;
	float: right;	
	margin: 0;
	padding: 0;
	background:url(../imagenes/verde-bd.png) 0 0;
}

p {
 line-height: 20px;
 padding: 2px 15px;
}

p.lateral {
 line-height: 15px;
 padding: 2px;
 margin:0;
}

em{
 cursor: help;
 text-decoration: underline;
}

a {
	color: #33CCCC;
	text-decoration: none;
}
a:hover {
	color:#66CC00;
}

h3{
 color: #dddddd;
 text-align: right;
 margin-top: -50px;
}


#piepagina{
	width: 100%;
	text-align: right;
	clear:both;	
	float: none;
	border-top: 3px white solid;
	margin-top: 5px;
	font-size: 80%;
}
#piepagina p{
 text-align: right; 
 line-height: 10px;
 padding: 2px;
 margin:0;
}