body {
	font-family: "Trebuchet MS", Arial;
	margin: 0px;
/*	background-color: #272E36; */
	background-color: #000000;
	padding: 0px;
}
.clear {
	clear: both;
 	height: 0;
 	margin: 0;
 	font-size: 1px;
 	line-height: 0px;
}
h1 {
	font-size: 18px;
/*	color: #B9C3E6;*/
	color: #FFD202;
	float: left;
	margin-top: 10px;
	width: 620px;
	margin-bottom: 5px;
}
h2 {
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 5px;
}
p {
	margin:0;
	padding:0;
}
#container {
	background-color: #000000;
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#cabecera {
	background-image: url(../imagenes/cabecera.jpg);
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 292px;
	width: 900px;
}

#nav {
	padding: 0px;
	height: 60px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
	background-image: url(../imagenes/motivo.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#nav ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#nav ul li{
	float: left;
	width: 20%;
	
}
#nav ul li a{
	font-size: 16px;
	color: #FFD202;
	background-color: #272E36;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #B9C3E6;
	text-decoration: none;
	font-weight: bold;
	display: block;
	text-align: center;
	height: 30px;
	padding-top: 6px;

}
#nav ul li a:hover{
	color: #000000;
/*	background-color: #B9C3E6;*/
	background-color: #FFD202;
}

#nav ul li a.selecion {
	color: #000000;
	background-color: #FFD202;
}

#nav ul li a.boton_der {
	border: 0;
}


#contenido {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#bloque_iz {
	margin: 0px;
	padding: 0px;
	width: 875px;
	float: left;
}
#bloque_iz img{
	margin: 10px;
	float: left;
	border: 2px solid #6B747D;
}


#lista_enlaces ul li{
	margin: 0px;
	padding: 19px;
	text-decoration: none;
	list-style-type: none;
}


.texto {
	font-size: 14px;
	color: #FFFFFF;
}

#footer {
	background-color: #1D242C;
	height: 30px;
	margin-top: 15px;
	padding-top: 10px;
}
.copy {
	font-size: 12px;
	font-weight: bold;
	color: #B9C3E6;
	text-align: center;
}
