@charset "ISO-8859-1";
/* CSS Document */

body{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url(../images/bg_body.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#9dbeee;
}

#main {	
	margin: 0px auto;
	padding:0px 0px 0px 0px;
	width:990px;
	min-height:900px !important;
	height:auto;
}

#header{
	float:left;
	width:990px;
	height:260px;
	background-image:url(../images/bg_header.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#logo{
	float:left;
	width:243px;
	height:185px;
	padding:75px 0px 0px 112px;
}

#menu{
	float:left;
	width:560px;
	height:70px;
	padding:190px 75px 0px 0px;
}

#menu .item_menu{
	float:left;
	width:140px;
	height:70px;
}

#menu .item_menu a{
	display:block;
	width:140px;
	height:70px;
	border:0;
}

#nosotros{
	background-image:url(../images/btn_nosotros.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#nosotros:hover{
	background-position:bottom;
}

#paquetes{
	background-image:url(../images/btn_paquetes.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#paquetes:hover{
	background-position:bottom;
}

#promociones{
	background-image:url(../images/btn_promociones.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#promociones:hover{
	background-position:bottom;
}

#contacto{
	background-image:url(../images/btn_contacto.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#contacto:hover{
	background-position:bottom;
}

#content{
	float:left;
	width:803px;
	margin:0px 28px 0px 63px;
	padding:20px 47px 20px 49px;
	background-color:#FFF;
}

#banner{
	float:left;
	width:803px;
	height:265px;
}

#content_left{
	float:left;
	width:470px;
	height:220px;
	padding:30px 40px 0px 0px;
}

#content_left .parrafo, #content_left .titulo{
	float:left;
	width:470px;
	height:auto;
	padding:0px 0px 15px 0px;
}

#content_right{
	float:left;
	width:293px;
	height:220px;
	padding:30px 0px 0px 0px;
}

#footer{
	float:left;
	width:899px;
	height:65px;
	background-image:url(../images/bg_footer.png);
	background-position:top;
	background-repeat:no-repeat;
	margin:0px 28px 0px 63px;
}

#copyright{
	float:left;
	width:899px;
	height:auto;
	padding:15px 0px 0px 0px;
}

/* Generales */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6f6e6e;
	line-height:18px;
	text-align:justify;
}

#copyright{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#6f98d4;
	text-align:center;
}

#copyright a{
	color:#6f98d4;
	text-decoration:none;
}

img{border:0;}
