@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	background:url(img/bg.png) repeat-x top;
	background-color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
}

input,textarea{
	font-family:Arial, Helvetica, sans-serif;
}

h1{
	color:#FFF;
	font-size:30px;
}

h2{
	margin:10px 0;
	font-size:20px;
	color:#0152CC;
}

p,ul,ol{
	line-height:140%;
	margin: 10px 0;
}

ul,ol{
	margin: 0 30px;
}

a{
	text-decoration:underline;
	color:white;
}

#wrapper{
	margin:0 auto;
	width:940px;
}

#content{
	background:url(img/bg_content.jpg) no-repeat;
	width:1020px;
	height:780px;
	padding:470px 20px 40px 20px;
	position:relative;
}

#content2{
	background:url(img/bg_content2.jpg) no-repeat;
	width:1020px;
	height:726px;
	padding:470px 20px 40px 20px;
	position:relative;
}

#content a#comprar{
	position:absolute;
	width:160px;
	height:40px;
	top:335px;
	left:450px;
}

#content a#recargar{
	position:absolute;
	width:160px;
	height:40px;
	top:335px;
	left:640px;
}

#content ul#info{
	list-style:none;
	width:900px;
	margin: 0;
}

#content ul#info li.child{
	float:left;
	width:390px;
	padding:0 0 0 50px;
	margin:0 10px 10px 0;
}

#content ul#info li#li1{
	background:none;
	height:150px;
}

#content ul#info li#li2{
	background:none;
	height:100px;
}

#content ul#info li#li3{
	background:none;
	height:110px;
}

#content ul#info li#li4{
	background:none;
	height:110px;
}

#content ul#info li#grafico{
	padding:0;
	width:430px;
	height:265px;
}

#content #contact{
	position:absolute;
	width:740px;
	height:190px;
	top:1040px;
	left:50px;
}

#content #contact p{
	color: #fff;
}

#content #contact .privacidad{
	color: #FFF;
	margin-left:200px;
}


#content #contact label{
	color:#FFF;
	font-weight:bold;
	width:320px;
	float:left;
	clear:both;
	margin:5px 0;
}

#content #contact .input{
	width:320px;
	font-size:14px;
	float:left;
	clear:both;
}

#content #contact .textarea{
	width:320px;
	height:75px;
	font-size:14px;
	float:left;
	clear:both;
}

#content #contact .button{
	background:url(img/button.jpg) no-repeat;
	width:79px;
	height:25px;
	border: 0px none;
	color:#EB0000;
	font-size:15px;
	font-weight:bold;
}

#footer{
	height:110px;
}

#footer p{
	color:#333333;
}

.left{
	float:left;
	display:inline;
}

.right{
	float:right;
	display:inline;
}

br.clear{
	clear:both;
	margin:10px 0;
}


.w360{
	width:320px;
	padding:10px 0;
}

#facebook{
	position: absolute;
	top: 5px;
	left: 950px;
	z-index: 1;
}

#twitter{
	position: absolute;
	top: 5px;
	left: 975px;
	z-index: 1;
}

#youtube{
	position: absolute;
	top: 5px;
	left: 950px;
	z-index: 1;
}

#chat{
	position: absolute;
	top: 5px;
	left: 975px;
	z-index: 1;
}

#quienesomos{
	position: absolute;
	top: 250px;
	left: 0px;
	z-index: 1;
}

#ubicacion{
	position: absolute;
	top: 300px;
	left: 0px;
	z-index: 1;
}

#destinos{
	position: absolute;
	top: 350px;
	left: 0px;
	z-index: 1;
}