body{
	background-image:url(../imagenes/fondo.jpg);
	background-repeat: repeat-x;
	background-position:top;
	background-color:#1e2631;
	margin:0 auto;
	text-align:center;
	padding-top:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
}
#contenedor{
	width: 930px;
	height:653px;
	background-color:#000000;
	margin:0 auto;
	text-align:center;
	border:7px solid #000000;

}
#cabecera{
	width: 930px;
	height:166px;
	background-image:url(../imagenes/fondo_cabecera.jpg);
	background-repeat:no-repeat;

}
#contenido {
	width: 930px;
	height:487px;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	clear:both;
}
#contenido1{
	width: 930px;
	height:487px;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	background-image: url(../imagenes/fondo_principal.jpg);
	clear:both;
}
#contenido2{
	width: 930px;
	height:487px;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	background-image: url(../imagenes/fondo_servicios.jpg);
	clear:both;
}
#contenido3{
	width: 930px;
	height:487px;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	background-image: url(../imagenes/fondo_contacto.jpg);
	clear:both;
	color: #446590;
}
.azul1{ color:#92cef8;}
.azul2{color:#d2e0ef;}

#menu{
	width:550px;
	height:40px;
	float:right;
	margin-right:15px;
	margin-top:115px;
}
#menu ul{
	list-style:none;
	font-size:13px;
	font-weight:bold;

}
#menu li{
	float:left;
	}
#menu li a{
	color:#FFFFFF;
	text-decoration:none;

}
#menu li a:hover{
	color:#92cef8;
}

.button{
	padding-left:5px;
	padding-right:5px;
	height:25px;
	width:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:11px;
	cursor:pointer;

