body {
	font-family: "Trebuchet MS", Arial;
	margin: 0px;
	background-color: #272E36;
	padding: 0px;
}
.clear {
	clear: both;
 	height: 0;
 	margin: 0;
 	font-size: 1px;
 	line-height: 0px;
}
h1 {
	font-size: 20px;
	color: #B9C3E6;
	float: left;
	margin-top: 10px;
	width: 200px;
	margin-bottom: 0px;
}
h2 {
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 5px;
}
p {
	margin:0;
	padding:0;
}
#container {
	background-color: #272E36;
	padding: 0px;
	width: 775px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#cabecera {
	background-image: url(../imagenes/contacto.jpg);
	margin: 0px;
	height: 235px;
	width: 775px;
	background-color: #272E36;
}
#cabecera ul {
	list-style-type: none;
	float: right;
	display: block;
	width: 210px;
	margin-top: 22px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#cabecera ul li{
	float: left;
}
#cabecera ul li a{
	font-size: 10px !important;
	color: #B7C2DE;
	background-color: #1D242C;
	display: block;
	text-decoration: none;
	width: 65px;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #BCC2E2;
	border-left-color: #BCC2E2;
}
#cabecera ul li a:hover{
	color: #1D242C;
	background-color: #B7C2DE;
}
#nav {
	padding: 0px;
	height: 60px;
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	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: 14px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: center;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #B9C3E6;
	margin-top: 20px;
}
#nav ul li a:hover{
	color: #272E36;
	background-color: #B9C3E6;
}
#nav ul li a.boton_der {
	border: 0;
}
#contenido {
	padding: 0px;
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#bloque_iz {
	margin: 0px;
	padding: 0px;
	width: 435px;
	float: left;
}
#bloque_iz img{
	margin: 10px;
	float: left;
	border: 2px solid #6B747D;
}
#bloque_centro img {
	margin: 10px;
	border: 2px solid #6B747D;
}

.texto {
	font-size: 12px;
	color: #FFFFFF;
}
.subtexto {
	font-style: normal;
	color: #B9C3E6;
	font-size: 12px;
	text-align:center;
}

#bloque_der {
	background-color: #343D46;
	float: right;
	width: 260px;
	margin-right: 0px;
	border: 2px solid #B9C3E6;
	margin-top: 10px;
}


#bloque_der img {
	margin-left: 0px;
	margin-top: 5px;
}
#bloque_centro {
	float: none;
	width: 700px;
}

.texto_der {
	font-size: 10px;
	color: #B9C3E6;
	margin-right: 10px;
	margin-left: 18px;
	margin-top: 10px;
	padding-bottom: 10px;
}
#footer {
	background-color: #1D242C;
	height: 30px;
	margin-top: 15px;
	padding-top: 10px;
}
.copy {
	font-size: 12px;
	font-weight: bold;
	color: #B9C3E6;
	text-align: center;
}
