/* CSS Document */

body{
	background:#fff; 
	color:#0F0F0F; 
	font:15px/20px Arial, Helvetica, sans-serif; 
	margin:32px 0 0; 
	padding:0;
}

div, ul, h1, h2, h3, li, p, img{
	margin:0; padding:0;
}

ul{
	list-style-type:none;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

/* CABECERA */

#cabecera{
	width:762px;
	height:100px;
	position:relative;
	margin:0 auto;
	padding:0;
}

#cabecera img{
	width:230px;
	height:80px;
	z-index:0;
	padding:0;
	position:absolute;
	margin:0 0 0 11px;
	border:0;
}

/* MENU PANEL*/
#cabecera ul{
	display:block;
	width:732px;
	height:36px;
	position:absolute;
	top:0;
	right:0;
	margin:11px 0 0;
	padding:0 10px 0 0;
	border-bottom:1px solid #AEAEAE;
}

#cabecera ul li{
	float:right;
	font:12px/36px "Trebuchet MS",Arial, Helvetica, sans-serif;
	font-weight:bold;
}

#cabecera ul li a{
	width:100px;
	height:36px;
	display:block;
	padding:0;
	color:#555;
	/*background:#fff; */
	text-decoration:none; 
	text-align:center; 
	margin:0 1px 0 0; 
	top:0px; 
	left:0px;
}

#cabecera ul li a:hover{
	width:100px; 
	height:36px; 
	text-decoration:none; 
	background:url(../imagenes/button.gif) no-repeat 0 0 #AEAEAE; 
	color:#fff;
}

#cabecera ul li.active{
	width:100px;
	display:block;
	height:36px;
	background:url(../imagenes/button.gif) no-repeat 0 0 #AEAEAE;
	color:#fff;
	text-align:center;
	margin:0 1px 0 0;
}

#cabecera ul li.active a{
	color:#fff;
}
/* PENELS PRINCIPALES*/
#paneles{
	width:762px;
	height:270px;
	position:relative;
	margin:0 auto;
	padding:0;
	clear:both;
	display:block;
}

/*
			PANEL1, PANEL1B
*/
#panel1{
	width:246px;
	height:263px;
	position:absolute;
	top:0;
	left:0;
	padding:0px;
	color:#fff;
	background:url(../imagenes/bloque1.jpg) no-repeat 0 0 #FC5F00;
}

#panel1 img{
	position:absolute;
}

#panel1 h2{
	display:block; 
	width:90px; 
	height:47px; 
	margin:54px 0 0 120px; 
	font:18px/18px "Trebuchet MS",Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	text-transform:uppercase; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1;
}

#panel1 p{
	width:163px; 
	display:block; 
	font:12px/18px Arial, Helvetica, sans-serif; 
	font-weight:bold;
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; 
	padding:0; 
	margin:105px 50px 0 38px;
}



#panel2{
	width:246px; 
	height:263px; 
	position:absolute; 
	top:0; 
	left:258px; 
	padding:0px; 
	background:url(../imagenes/bloque2.jpg) no-repeat 0 0; 
	color:#fff;
}

#panel2 img{
	position:absolute;
}

#panel2 h2{
	display:block; 
	width:90px; 
	height:47px; 
	background:none; 
	margin:54px 0 0 103px; 
	font:18px/18px "Trebuchet MS",Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	text-transform:uppercase; 
	padding:0; 
	position:absolute; 
	z-index:1;
}

#panel2 p{
	width:163px; 
	display:block; 
	font:12px/18px Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; 
	padding:0; 
	margin:105px 50px 0 38px;
}

#panel3{
	width:246px; 
	height:263px; 
	position:absolute; 
	top:0; 
	right:0;  
	padding:0px; 
	/*background:url(images/bloque3.jpg) no-repeat 0 0 #FC5F00;*/ 
	color:#fff;
}

#panel3 img{
	position: absolute;
}

#panel3 h2{
	display:block; 
	width:90px; 
	height:47px; 
	background:none; 
	margin:44px 0 0 93px; 
	font:18px/18px "Trebuchet MS",Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	text-transform:uppercase; 
	padding:0; 
	position:absolute; 
	z-index:1;
	line-height:24px;
}

#panel3 p{
	width:163px; 
	display:block; 
	font:12px/18px Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:1; 
	padding:0; 
	margin:105px 50px 0 38px;
}



/* CUERPO */
#cuerpo{
	width:762px;  
	position:relative; 
	margin:0 auto; 
	padding:0;
}

#cuerpo img.centrada{
	width:550px;
	margin:0 auto;
	display:block;
}

#cuerpo a{
	color:#c7580f;
}

#cuerpo h2{ 
	background:#fff; 
	display:block; 
	width:250px; 
	height:50px; 
	margin:0; 
	font:30px/30px Georgia, "Times New Roman", Times, serif; 
	font-weight:normal; 
	padding:4px 0 0 202px; 
	color:#FF7113;
}

#cuerpo p.interrogacion{
	background:url(../imagenes/symbol.jpg) 0 0 no-repeat #fff; 
	margin:0 0 0 54px; 
	padding:0 42px 35px 150px; 
	color:#0F0F0F;
}

#cuerpo p.dotline{
	background:url(../imagenes/dot-line.gif) 0 0 repeat-x #fff; 
	padding:0; 
	margin:0 40px 0 25px; 
	color:#000;
}

#cuerpo p.capstext{
	font:18px/24px Georgia, "Times New Roman", Times, serif; 
	font-style:italic; 
	color:#555555; 
	padding:2px 10px 10px 25px ; 
	margin:15px 35px 10px 0; 
	border-bottom: 2px dotted;
	border-top:2px dotted;
}

#cuerpo p.more{
	height:26px; 
	padding:0; 
	background:none; 
	margin:0;
}

#cuerpo p.more a{
	width:76px; 
	height:26px; 
	display:block; 
	margin:314px 20px 19px 618px; 
	background:url(../imagenes/more.gif) 0 0 no-repeat #fff; 
	color:#555; 
	text-decoration:none; 
	font:15px/26px "Trebuchet MS",Arial, Helvetica, sans-serif; 
	padding:0 0 0 10px; 
	text-transform:uppercase; 
	position:absolute; 
	top:0px; 
	right:0px;
}

#cuerpo p.more a:hover{
	background:url(../imagenes/more.gif) 0 0 no-repeat #fff; 
	color:#216EBD; 
	text-decoration:none;
}

#cuerpo h3{
	background:#fff; 
	display:block; 
	height:34px; 
	margin:34px 0 12px 0; 
	font:30px/30px Georgia, "Times New Roman", Times, serif; 
	font-weight:normal; 
	padding:0 0 0 20px; 
	color:#FF7113;
}

#cuerpo p{
	margin:10px 0;
}

#cuerpo #testimonial{
	width:283px; 
	height:162px; 
	display:block; 
	background:url(../imagenes/testimonial-bg.gif) 0 0 no-repeat #FFF6DB; 
	padding:32px 33px 0 148px; 
	margin:0 0 0 20px; 
	color:#786321;
}

#cuerpo #testimonial a{
	color:#6a5514;
	font-size:1.1em;
}

#cuerpo #testimonial p{
	background:none; 
	margin:0; 
	padding:0 0 5px 0;
}


#cuerpo #testimonial p span{
	color:#786321 !Important; 
	background:#FFFAED !Important;
}

#cuerpo p.moretwo{
	height:26px; 
	padding:0; 
	background:none; 
	margin:0;
}

#cuerpo p.moretwo a{
	width:76px; 
	height:26px; 
	display:block; 
	margin:0px 0px 0px 196px; 
	background:url(../imagenes/more2.gif) 0 0 no-repeat #FFF5D6; 
	color:#555; 
	text-decoration:none; 
	font:15px/26px "Trebuchet MS",Arial, Helvetica, sans-serif; 
	text-transform:uppercase; 
	padding:0 0 0 10px; 
	top:0px; 
	right:0px;
}

#cuerpo p.moretwo a:hover{
	background:url(../imagenes/more2.gif) 0 0 no-repeat #FFF5D6; 
	color:#216EBD; 
	text-decoration:none;
}

#cuerpo h4{
	background:#fff;
	width:250px;
	height:30px;
	position:absolute;
	right:5px;
	font:30px/30px Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	padding:0px;
	color:#FF7113;
	top: 385px;
}

#cuerpo ul.soluciones{
	width:235px; 
	display:block; 

}

#cuerpo ul.soluciones li{
	font:12px/25px Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	background:url(../imagenes/symbol2.gif) 0 8px no-repeat; 
	padding:0 0 0 30px;
}

#cuerpo ul.soluciones span{ 
	background:url(../imagenes/dot-line.gif) repeat-x 0 100%; 
	height:25px; 
	display:block;
}


#cuerpo ul.lista{
	width:90%px; 
	display:block; 

}

#cuerpo ul.lista li{
	font:12px/25px Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	background:url(../imagenes/symbol2.gif) 0 8px no-repeat; 
	padding:5px 0 5px 30px;
}

#cuerpo ul.lista span{ 
	background:url(../imagenes/dot-line.gif) repeat-x 0 100%; 
	height:25px; 
	display:block;
}

/* FOOTER PANEL*/
#footer{
	width:100%;
	background:#DCDCDC; 
	color:#4C4C4C; 
	font-size:12px;
	clear:both;
}

#footercuerpo{
	width:762px;
	height:133px;
	position:relative; 
	margin:0 auto; 
	padding:0;
}

#footer ul{
	width:380px; 
	display:block; 
	position:absolute; 
	right:10px; 
	top:33px; 
}

#footer li{
	float:left; 
	font:12px/15px Arial, Helvetica, sans-serif; 
	font-weight:normal;
}

#footer ul li a{
	padding:0 6px; 
	color:#4C4C4C; 
	background:#DCDCDC; 
	text-decoration:none;
}

#footer ul li a:hover{
	text-decoration:underline;
}

#footer ul li a.padl{
	padding:0 0 0 6px;
}

#footer p.copyright{
	background:#DCDCDC;
	display:block;
	position:absolute;
	top:54px;
	right:45px;
	color:#A64200;
	width: 243px;
}

#footer ul.validado{
	position:absolute; 
	top:34px; 
	left:29px;
	width:200px;
}

#footer ul.validado li{
	width:86px; 
	height:31px; 
	display:block; 
	background:url(../imagenes/html-img.gif) no-repeat 0 0 #DCDCDC; 
	text-decoration:none; 
	font:14px/31px "Trebuchet MS",Arial, Helvetica, sans-serif; 
	color:#2F2F2F; 
	text-transform:uppercase; 
	padding:0 0 0 10px; 
}

#footer ul.validado li a{
	background:#fff;
}

#contenido_izquierda{
	float:left;
	width:490px;
	overflow:auto;
	position:relative;
}

#contenido_derecha{
	float:right;
	width:265px;
	position:relative;
}

table.planes_alojamiento{
	border:0;
	width:100%;
	padding:0;
	margin:0;
}

table.planes_alojamiento caption{
	font-size:.9em;
	margin-bottom:10px;
}

table.planes_alojamiento th{
	color:#fff;
	padding:10px;
	text-align:center;
	background:#5185c0;
}

table.planes_alojamiento .caracteristica{
	background:#fff;
}

table.planes_alojamiento tr td{
	padding:6px;
}

table.planes_alojamiento tr:hover{
	background:#dbe7f4;
}

table.planes_alojamiento tr.precio{
	background:#fff;
	font-weight:bold;
	color:#505050;
}

#whois{
	background:url(../imagenes/buscador-dominios.jpg);
	width:550px;
	margin:15px auto;
	height:150px;
	position:relative;
	padding:0;
}

#whois input.caja{
	position:absolute;
	top:55px;
	left:115px;
	padding:4px;
	width:300px;
	font-size:1.2em;
	color:#333333;
}

#whois input.boton{
	position:absolute;
	top:60px;
	left:450px;
}

#whois h3{
	position:absolute;
	background:none;
	top:10px;
	left:80px;
	display:block;
	margin:0;
	padding:0;
	color:#fff;
	font-size:1.6em;
}



#registro_dominio{
	width:550px;
	margin:0 auto;
}

#registro_dominio legend{
	font-size:1.2em;
	color:#FF7113;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#registro_dominio input, select, textarea{
	display:block;
	padding:3px;
	margin-bottom:15px;
	width:470px;
}

#registro_dominio textarea{
	width:350px;
	height:100px;
}

#registro_dominio input.boton{
	width:100px;
	margin:10px auto;
}

#registro_dominio label{
	padding:100px 0;
}

#registro_dominio fieldset{
	margin-top:30px;
}

p.error{
	background:#feeded;
	padding:6px;
	border:2px solid #ffdbdb;
	text-align:center;
	display:none;
}