body {
	font-family: Verdana, Geneva, sans-serif;
	background: #CCC;
	float: none;
}

#contenedor {
	background: #999;
	width: 900px;
	margin:auto;
}

#contenedor #encabezado {
	clear: both;
	padding-left: 10px;
	border-bottom: 3px solid #333;
	background: #3F752F;
	width: 890px;
	height:150px;
}

#contenedor #encabezado img {
	margin-top: 2px;
	margin-left: -10px;
}

#Contenedor #Encabezado p {
	font-size: 24px;
	color: #FFF;
	text-align: center;
}

#contenedor #contenido #Contenedor #Encabezado p a, #contenedor #contenido #Contenedor #Encabezado p a:link, #contenedor #contenido #Contenedor #Encabezado p a:visited   {
	background: #3F752F;
	color: #FFF;
	text-decoration: underline;
	font-size: 22px;
}


#contenedor #contenido #Contenedor #Encabezado p a:hover, #contenedor #contenido #Contenedor #Encabezado p a:active{
	color:#000;	
}


#contenedor #menu {
	float: left;
	width: 198px;
	height:35px;;
	border-right: 2px solid #333;
}

#contenedor #menu a, #contenedor #menu a:link, #contenedor #menu a:visited {
	display: block;
	color: #000;
	text-decoration: none;
	background: #3F752F url(fondos/fondobtn.png) repeat-x;
	height: 25px;
	width: 200px;
	border-right: 3px solid #333;
	border-bottom: 3px solid #333;
}
	

#contenedor #menu a:hover, #contenedor #menu a:active {
	color: #CCC;
}

#contenedor #contenido {
	float: right;
	background: #3F752F;
	width: 670px;
	padding:15px;
	min-height:1000px;
}
#contenedor #contenido h1 {
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	color: #000;
}
#contenedor #contenido h2 {
	background: #333;
	font-size: 20px;
	color: #FFF;
	text-align: left;
	padding-left: 30px;
	margin-left: -5px;
	margin-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#contenedor #contenido a, #contenedor #contenido a:link, #contenedor #contenido a:visited {
	color: #000;
	background: #999;
	text-decoration:none;
	font-size: 16px;
}

#contenedor #contenido a:hover, #contenedor #contenido a:active {
	color: #666;
	text-decoration:none
}

.fotoizquierda{
	float:left;
	margin: auto 8px;
	border:solid #CCC;
	}

.textoblanco {
	color:#fff
}	


#contenedor #pie {
	clear: both;
	font-size: 11px;
	text-align: center;
	background: #666;
	color: #FFF;
}
#contenedor #contenido #botones {
	background: #0C3;
}

