form {
	padding: 0px;
	margin: 0px;
}

input {
	font-size: 10pt;
	font-family: Tahoma, "Trebuchet MS", Arial;
}

label {
	margin-top: 10px;
	margin-bottom: 10px;
}
textarea {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 100%;
	background-color: #FFF;
	text-align: left;
}
select {
	font-family: Tahoma, "Trebuchet MS", Arial;
	font-size: 100%;
	background-color: #E5E5E5;
	text-align:left;
}

img {
	border: 0;
}


a {
	color: #069;
	text-decoration: none;
}

a:hover {
	color: #069;
	text-decoration: underline;
}

iframe {
	margin: 0px;
	padding: 0px;
	border: 1px solid #666;
}

body {
	background-color: #FFF;
	font-family: Tahoma, "Trebuchet MS", Arial;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	text-align: center;
}
#avisolegal {
	font-size: 12px;
	background-color: #e6e6e6;
}


#web {
	width: 924px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(img/fondoweb.gif);
	background-repeat:  repeat-y;
	position: relative;
	z-index: 1;
}

#menu {
	width: 224px;
	z-index: 10;
	background-image: url(img/www.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 150px;
	overflow: visible;
	visibility: visible;
	height: 190px;
	left: 0px;
	top: 170px;
	position: absolute;
}

#top {
	width: 924px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
}




#logo {
	height: 170px;
	float: left;
	padding-left: 18px;
	width: 197px;
}
#cabecera {
	background-image: url(img/cabecera.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
	width: 709px;
	float: right;
	height: 99px;
	text-align: center;
	color: #000;
	padding: 0px;
}

#central {
	color: #000000;
	top: 0px;
	width: 709px;
	float: right;
	clear: right;
	font-size: 80%;
	background-image: url(img/pag_borde.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin: 0px;
	padding: 0px;
}



/* PIE */
.pie {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	background-color: #C67C0A;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
.pie a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.pie a:hover {
	color: #000000;
	text-decoration: none;
}

/* ZONA DE CONTENIDOS */
#desarrollo {
	color: #000000;
	text-align: left;
	padding-bottom: 0px;
	float: right;
	height: auto !important;
	height: 300px;
	min-height: 400px;
	padding-left: 22px;
	width: 652px;
	margin: 0px;
	padding-top: 24px;
	padding-right: 19px;
	background-color: #E6E6E6;
}
/* estilo para portada */
.pagportada  {
	background-image: url(img/pag_com.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
/* estilo genérico para páginas */
.pagcontenido {
	background-image: url(img/pag_interior.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
/* estilo genérico para dominios */
.pagdominios {
	background-image: url(img/fondo_dominios.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* RUTA DE NAVEGACION */
.titular {
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C67C0A;
	text-align: left;
	padding-bottom: 4px;
}
.titular a {
	text-decoration: none;
	color: #000000;
}
.titular a:hover {
	text-decoration: none;
	color: #C67C0A;
}
.categoria {
	font-weight: normal;
	color: #999999;
	margin-left: 10px;
	padding-left: 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #C67C0A;
}

/* FOTO CON TEXTO ESTATICO */
.fotointerior {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #000000;
}


.clearfloat { /* esta clase debe colocarse en un elemento div o break y debe ser el último elemento antes del cierre de un contenedor que incluya completamente a un elemento flotante */
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
}
/*LOCALIZACION*/

.mapaloc {
	width: 500px;
	margin-bottom: 10px;
	clear: right;
	float: right;
	background-color: #E5E5E5;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	text-align: center;
	margin-right: 10px;
}


/* FORMULARIOS */

#Consulta {
	padding-right: 25px;
	padding-left: 25px;
	text-align: center;
}
#Consulta p {
	text-align: center;
	padding: 5px;
	margin: 0;
}

.campo {
	background-color: #FFF;
	border: 1px solid #666666;
	font-size: 11px;
}

.asterisco {
	color: #A88D27;
	margin-left: 3px;
	font-size: 120%;
	font-weight: bold;
	line-height: 60%;
}

.bloqueizd {
	float: left;
	margin-left: 15px;
	clear: left;
	text-align: left;
}
.bloqueder {
	float: right;
	margin-right: 15px;
	text-align: left;
	clear: right;
}

.bloquecen { /* para TEXTAREA */
	margin-left: auto;
	margin-right: auto;
}

.boton {
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.boton input {
	margin: 5px;
	cursor: pointer;
}

/* PAGINACION ---------------------------------------- */

#paginacion {
	color: #666666;
	margin-top: 10px;
	font-weight: bold;
	width: 740px;
	float: right;
}
#paginacion a {
	text-decoration: none;
	margin-left: 2px;
	margin-right: 2px;
	font-weight: normal;
}
#paginacion a:hover {
	color: #000000;
	text-decoration: underline;
}
#paginacion .paginas {
	clear: left;
	float: left;
	font-size: 90%;
	width: 350px;
}
#paginacion .resultados {
	float: right;
	margin-left: 20px;
	font-size: 90%;
	clear: right;
	width: 100px;
	text-align: right;
}
.adelante {
	font-weight: bold;
	color: #D78633;
	letter-spacing: 0.1em;
	padding-right: 15px;
	padding-left: 5px;
	background-image: url(img/adelante.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
}
.atras {
	font-weight: bold;
	color: #D78633;
	letter-spacing: 0.1em;
	padding-right: 5px;
	padding-left: 15px;
	background-image: url(img/atras.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}

/* CARRITO ------------------------------------------------------- */
#carrito {
	border: 1px solid #FFFFFF;
	font-size: 11px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#carrito td {
padding: 5px;
text-align: center;
background-color: #FFFFFF;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #D8D5D5;
}
#carrito th {
	padding: 5px;
	text-align: center;
	background-color: #D8D5D5;
	font-size: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#carrito a {
color: #800000;
text-decoration: none;
}

#carrito img {
	border: 0;
	vertical-align: text-bottom;
}
#carrito input {
font-size: 11px;
background-color: #ECE9E9;
margin-right: 3px;
margin-left: 3px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
text-align: right;
}
#carrito .precio {
text-align: right;
padding-right: 15px;
font-weight: normal;
}
#carrito .suma {
text-align: right;
padding-right: 15px;
font-weight: bold;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #CCC8C8;
}
#carrito .cambiar {
color: #FFFFFF;
background-color: #999999;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
font-size: 11px;
padding: 0px;
text-align: center;
cursor: pointer;
}

#carrito .total {
	font-weight: bold;
	color: #1C61AD;
	text-align: right;
}

.faseon {
	color: rgb(255, 255, 255);
	padding-left: 5px;
	padding-right: 5px;
	background-color: #A5A49E;
	background-image: url(img/cart_fase_on.gif);
	background-repeat:  repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DBDBD8;
}

.faseoff {
	color: rgb(255, 255, 255);
	padding-right: 5px;
	padding-left: 5px;
	background-color: #D0D0CE;
	background-image: url(img/cart_fase_off.gif);
	background-repeat:  repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ECECEB;
}
.acciones {
	text-align: center;
	padding: 10px;
}
.acciones img {
	margin-right: 5px;
	margin-left: 5px;
}

#navegador {
	height: 60px;
	background-image: url(img/nav_izd.gif);
	background-repeat:  no-repeat;
	padding-left: 15px;
	margin-bottom: 20px;
	width: auto;
	clear: both;
	border: 0;
	float: left;
	margin-left: 175px;
}
#navegador .anterior {
	background-image: url(img/cart_fase_on.gif);
	background-repeat:  repeat-x;
	float: left;
	height: 40px;
	white-space: nowrap;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 40px;
	color: #999999;
}
#navegador .actual {
	background-image: url(img/nav_cart.gif);
	background-repeat: no-repeat;
	float: left;
	white-space: nowrap;
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 10px;
	background-position: center top;
}
#navegador .posterior {
	background-image: url(img/cart_fase_off.gif);
	background-repeat:  repeat-x;
	float: left;
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 10px;
	white-space: nowrap;
	color: #999999;
}
#navegador .finaloff {
	background-image: url(img/nav_der_off.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	height: 40px;
	width: 15px;
}
#navegador .finalon {
	background-image: url(img/nav_der.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	height: 40px;
	width: 15px;
}
.linea {
	margin-left: auto;
	width: 500px;
	margin-right: auto;
	text-align: left;
	padding-top: 10px;
}
.linea img {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 1px solid #000;
}

#envio td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#envio {
	margin-bottom: 15px;
	border: 1px solid #CCCCCC;
}
#envio caption {
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 5px;
}

.avisolegal {
	background-color: #FFFFFF;
	padding: 15px;
	font-size: 12px;
	text-align: justify;
}

.avisolegal .titular{
	color:#CC0000;
	font-size:14px;
	font-weight:bold;
}


/*   COMUNES  */

.aviso {
	text-align: center;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-image: url(img/aviso.png);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	color: #1871A8;
	margin-bottom: 10px;
	border: 1px solid #0066CC;
	margin-top: 10px;
	width: 434px;
	background-color: #FFF;
}
.error {
	text-align: center;
	border: 1px dashed #CC0000;
	color: #CC0000;
	background-image: url(img/alerta.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	white-space: normal;
	margin-left: 0px;
	clear: both;
}
.fotoizq {
	float: left;
	margin-right: 10px;
	border: 0;
}
.fotoder {
	float: right;
	margin-left: 15px;
	border: 0;
}
.alcarrito {
	float: right;
	clear: right;
	margin-top: 10px;
}

.fotobig {
	text-align: center;
	float: right;
	width: 280px;
}

.miniatura {
	margin-bottom: 5px;
}
.camposh {
	visibility:hidden;
	display: none;
}

#telefono {
	background-image: url(img/telefono.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 89px;
	width: 200px;
	font-size: 11px;
	padding-top: 10px;
	padding-left: 21px;
	color: #CCC;
}

#pestanas {
	float: left;
	width: 488px;
	padding-top: 71px;
}

#pestanas ul {
	list-style-type: none;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#pestanas ul li {
	float: left;
	font-size: 12px;
	font-weight: bold;
	background-image: url(img/pestana.gif);
	background-position: right bottom;
	padding: 0px;
	margin-left: 0px;
}

#pestanas ul li a { color: #E6E6E6; }

#pestanas ul li a:hover {
	color: #FFF;
	text-decoration: none;
}


#pestanas ul li div {
	background-image: url(img/tag_inicio_off.gif);
	height: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 10px;
}

#pestanas ul .marcado div {
	background-image: url(img/tag_inicio.gif);
	padding-left: 20px;
}

#pestanas ul .marcado { background-image: url(img/petana_activa.gif); }

#telefono a { color: #666; }


#dominios {
	background-image: url(img/dominios.gif);
	background-repeat: no-repeat;
	float: left;
	width: 465px;
	padding-top: 20px;
	padding-right: 13px;
	padding-bottom: 13px;
	padding-left: 13px;
	height: 77px;
}
#domconsulta {
	background: transparent;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-left: 12px;
	height: 18px;
	width: 170px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}

#dominios #extensiones { color: #FFF; }

#extensiones td {
	padding-right: 10px;
	padding-bottom: 5px;
	line-height: 20px;
	height: 12px;
	white-space: nowrap;
	margin: 0px;
	padding-top: 3px;
	padding-left: 0px;
}

#info {
	clear: both;
	width: 652px;
	float: left;
}

#bancen {
	float: left;
	margin-bottom: 18px;
}

#banpekizq {
	float: left;
	margin-right: 19px;
}

#proveedores {
	height: 50px;
	clear: both;
}

#findepagina {
	background-image: url(img/pagina_pie.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 17px;
}

#bander { float: right; }

#banpekder { float: left; }

#pie {
	clear: both;
	font-size: 11px;
	color: #CCC;
	height: 31px;
	padding-top: 35px;
	padding-right: 20px;
	padding-left: 243px;
	background-image: url(img/pie_puntonet.gif);
	background-repeat: no-repeat;
	text-align: center;
}

#pie a { color: #CCC; }

#checkdom {
	background-image: url(img/fondo_dominios_reg.jpg);
	background-repeat: no-repeat;
	background-color: #C7D8E2;
	height: 139px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#checkdom .interior {
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#checkdom .botones {
	float: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 90px;
	text-align: right;
}

#extensiones input {
	float: left;
	vertical-align: bottom;
}

.nota {
	float: left;
	width: 364px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	margin-top: 10px;
	background-color: #F0F0F0;
	background-image: url(img/fondo_aviso.gif);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 100px;
	color: #535353;
	font-size: 11px;
	text-align: justify;
}

#listadominios {
	background-color: #FFF;
	margin-bottom: 20px;
}

#listadominios td, #listadominios th { padding: 5px; 
}

#listadominios th {
	background-color: #CCC;
	text-align: center;
}


.preciototal {
	text-align: right;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-weight: bold;
	color: #FFF;
	background-color: #F29133;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}

.piedetabla {
	background-color: #F29133;
	text-align: right;
}

.bloque {
	float: left;
	clear: both;
	width: 484px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bloquetexto {
	float: left;
	clear: both;
	width: 484px;
	text-align: justify;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
}

.antepie {
	background-color: #F3D1AF;
	text-align: right;
}
.bloque input {
	margin-right: 10px;
	margin-left: 10px;
}

.requisitos {
	background-image: url(img/fondo_datos.gif);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	width: 442px;
	background-position: right top;
	font-size: 11px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border: 1px solid #CCC;
	background-color: #EBEBEB;
	margin-bottom: 20px;
}

.registro {
	background-image: url(img/fondo_registro.gif);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	width: 442px;
	background-position: right top;
	font-size: 11px;
	text-align: justify;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border: 1px solid #CCC;
	background-color: #C5C5C5;
}

#info #mensaje { height: 50px; }

#tarifas {
	background-color: #000;
	text-align: center;
	margin-top: 20px;
	color: #000;
}

.extension {
	margin-right: 3px;
	margin-left: 3px;
}
.pvp1, .pvp2, .pvp3, .pvp4, .pvp5, .pvp6, .pvp7 {
	background-repeat: repeat-x;
	}
.pvp1 {
	background-color: #70A9B0;
	background-image: url(img/pvp1.png);
}

.pvp2 {
	background-color: #9EAF23;
	background-image: url(img/pvp2.png);
}

.pvp3 {
	background-color: #C8952B;
	background-image: url(img/pvp3.png);
}

.pvp4 {
	background-color: #C27AC6;
	background-image: url(img/pvp4.png);
}

.pvp5 {
	background-color: #7F95E3;
	background-image: url(img/pvp5.png);
}

.pvp7 {
	background-color: #949494;
	background-image: url(img/pvp7.png);
	color: #FFF;
}
.invertido {
	background-color: #3D3D3D;
	background-image: url(img/pvp6.png);
	color: #F3B738;
	background-repeat: repeat-x;
	height: 25px;
	font-size: 15px;
	font-weight: bold;
}
#planes td { padding: 8px; }



#tarifas th { color: #FFF; }

.epigrafe {
	padding: 5px;
	float: left;
	width: 474px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #069;
	clear: both;
	text-align: left;
	margin-bottom: 20px;
}

.epigrafe .volver {
	clear: right;
	float: right;
}

.epigrafe p {
	clear: left;
	float: left;
	font-weight: bold;
}

.infor {
	float: left;
	width: 380px;
	margin-bottom: 20px;
	border: 1px solid #CCC;
	margin-top: 10px;
	background-color: #F0F0F0;
	background-image: url(img/fondo_info.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 80px;
	color: #535353;
	font-size: 11px;
	text-align: justify;
	clear: both;
}

.incluidos { list-style-image: url(img/incluido.png); }

.incluidos li {
	margin-bottom: 10px;
	padding-left: 5px;
	margin-left: 5px;
}

.pagempresa {
	background-image: url(img/fondo_empresa.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.pagcontactar {
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(img/fondo_contactar.gif);
}

.confirmacion {
	background-image: url(img/mail_sent.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 100px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.paghosting {
	background-image: url(img/fondo_hosting.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.banerancho { margin-bottom: 10px; }

.planinicial { background-color: #808D1D; 
}

.planestandar { background-color: #977120; 
}

.planavanzado { background-color: #99449D; 
}

.plansuperior { background-color: #2645AE; 
}

.planinicial, .planestandar, .planavanzado, .plansuperior {
	font-weight: bold;
	color: white;
	text-align: center;
}

.solicitar {
	background-color: #CCC;
	color: #FFF;
	font-size: 11px;
	text-align: center;
}

.solicitar a { color: #000; }

.detalle {
	margin-bottom: 10px;
	border: 1px solid #CCC;
	margin-top: 10px;
	background-color: #F0F0F0;
	color: #535353;
	font-size: 11px;
	text-align: justify;
	padding: 20px;
}

#comunes {
	font-size: 11px;
	color: #666;
}
.fotomarcoizda {
	background-color: #FFF;
	padding: 15px;
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	border: 1px solid #666;
}

.fotomarcodcha {
	background-color: #FFF;
	padding: 15px;
	float: right;
	margin-bottom: 5px;
	border: 1px solid #666;
	margin-left: 15px;
}
#eliminapedido, #continua, #envia {
	cursor: pointer;
	}
