/* /////////////////////////////////////////////////////////////////////////
Hoja De Estilos MICROSITE DOMINIOS .TEL
Realizacion: digival.es 
joseignacio.marcos@digival.es
///////////////////////////////////////////////////////////////////////// */
html{
	height:100%; 
}
BODY{
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#333;
	margin:0;
	padding:0;
	height:100%; 
	background:#ebebeb url(../images/bg.gif) repeat-x top;
}
IMG{border:0;}
*{margin:0;padding:0;}
.centro{text-align: center;}
.justif{text-align:justify;}
.alignDer{text-align: right;}
.clear{
	clear: both;
}
.clear0{
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}
P{
	line-height:1.7em;
	margin-bottom:1em;
}
P.nomargin{
	line-height:1.7em;
	margin-bottom:0;
}
a{
	color:#333;
	text-decoration: underline;
	outline:none;
}
a.nounder{
	text-decoration:none;
}
a:hover{
	color:#604584;
	text-decoration:underline;
}
input, select,textarea, button{
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#604584;
	margin:0;
	padding:0;
}
.mtop20{
	margin-top: 20px;
}
.mtop10{
	margin-top:10px;
}
.dnone{
	display: none;
}
.morado{
	color:#604584;
}
.letrapeq{
	font-size: 10px;
}
.borderBottom{
	border-bottom: 1px solid #604584;
}
/* /////////////////////////////////////////////////////////////////////////
DIVS GENERALES
///////////////////////////////////////////////////////////////////////// */
#sitio{
	width: 750px;
	padding: 0px 9px;
	margin: 0px auto;
	font-size: 1.1em;
	height: 100%;
	position: relative;
	background: url(../images/bgCuerpo.png) repeat-y;
}
html>body #sitio{
	min-height: 100%;
	height: auto;
}
#sitioAdmin{
	width: 100%;
	padding: 0px;
	margin: 0px auto;
	font-size: 1.1em;
	height: 100%;
	position: relative;
}
html>body #sitioAdmin{
	min-height: 100%;
	height: auto;
}
#cabecera{
	width: 750px;
	height: 174px;
	overflow: hidden;
	background: url(../images/cabecera.jpg) no-repeat;
}
#sitioAdmin #cabecera{
	width: 100%;
	height: 120px;
	background: #291755 url(../images/cabeceraAdmin.jpg) no-repeat;
}
#izquierda{
	width: 168px;
	padding-left: 16px;
	float: left;
	margin-bottom: 55px;
}
#derecha{
	width: 525px;
	float: right;
	padding-right: 20px;
	margin-bottom: 55px;
}
#footer{
	width: 750px;
	margin: 0px auto;
	font-size: 1.1em;
	height: 35px;
	position: relative;
	margin-top: -35px;
	background: url(../images/bgFooter.gif) no-repeat 0px 0px;
}
/* /////////////////////////////////////////////////////////////////////////
CABECERA
///////////////////////////////////////////////////////////////////////// */
#cabecera h1 a{
	text-indent: -99999px;
	width: 340px;
	float: left;
	height: 110px;
	overflow: hidden;
}
#cabecera ul{
	float: right;
	width: 350px;
	color: #fff;
	list-style: none;
	z-index: 10;
	position: relative;
	margin: 5px 15px 0px 0px;
	display: inline;
	font-size: 0.9em;
}
#cabecera ul li{
	float: right;
	padding: 5px 10px;
	background: url(../images/separador.gif) no-repeat 100% 50%;
}
#cabecera ul li.last{
	background: none;
}
#cabecera ul li a{
	color: #fff;
	text-decoration: none;
}
#cabecera ul li a:hover{
	color: #765898;
	text-decoration: underline;
}
#fecha{
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	margin: 122px 0px 0px 20px;
	line-height: 1.1em;
}
#fecha span{
	font-size: 1.8em;
}

#movil{
	width: 158px;
	height: 377px;
	position: absolute;
	background: url(../images/movil.jpg) no-repeat;
	overflow: hidden;
	right:9px;
	top: 0px;
	z-index: 1;
}
.iconos{
	margin: 10px 0px 10px 20px;
}
/* /////////////////////////////////////////////////////////////////////////
IZQUIERDA
///////////////////////////////////////////////////////////////////////// */
.cajaIzquierda{
	margin-bottom: 20px;
	background: url(../images/bgIzquierda.gif) repeat-y;
	position: relative;
	padding: 0px 12px;
}
.nav{
	list-style: none;
	font-weight: bold;
}
.nav li a{
	width: 144px;
	padding: 5px 0px 10px 0px;
	display: block;
	text-decoration: none;
}
.nav li a:hover{
	color: #FF6600;
	text-decoration: none;
}
.cajaIzquierda h2{
	width: 156px;
	height: 31px;
	display: block;
	background: url(../images/bgCabIzquierda.gif) no-repeat;
	color: #fff;
	font-size: 1.1em;
	padding: 0px 0px 0px 12px;
	margin:0px 0px 8px -12px;
	line-height: 35px;
	overflow: hidden;
}
.cajaIzquierda .finalIzquierda{
	width: 168px;
	height: 12px;
	display: block;
	clear: both;
	background: url(../images/bgFinalIzquierda.gif) no-repeat;
	margin:5px 0px 0px -12px;
	overflow: hidden;
}
#formulario_login{
	text-align: center;
}
#formulario_login label{
	width: 58px;
	text-align: right;
	float: left;
	clear: left;
	margin: 6px 0px 6px 0px;
}
#formulario_login input{
	width: 80px;
	border: 1px solid #999999;
	margin: 6px 0px 6px 0px;
}
#formulario_login a{
	color: #604584;
	text-decoration: none;
	margin: 6px 0px 6px 0px;
	display: block;
	clear: both;
}
#formulario_login a.olvidoBoton{
	font-weight: bold;
	
}
#formulario_login a:hover{
	text-decoration: underline;
}
#formulario_login .botonUser{
	width: 80px;
	border: 1px solid #999999;
	margin-bottom: 3px;
	background: #E3E2DD;
	color: #604584;
	font-weight: bold;
	cursor: pointer;
}
.contactos img{
	margin: 5px 0px;
}
.listaErrores{
	list-style: none;
	margin-bottom: 15px;
}
.listaErrores li{
	background: url(../images/icolista.gif) no-repeat 5px 8px;
	padding-left: 15px;
	line-height: 20px;
}
/* /////////////////////////////////////////////////////////////////////////
DERECHA
///////////////////////////////////////////////////////////////////////// */
.movilDerecha{
	width: 158px;
	height: 115px;
	overflow: hidden;
	float: right;
	position: relative;
	background: url(../images/movil_derecha.jpg) no-repeat;
	margin-right: -20px;
}
h3{
	color: #604584;
	font-size: 1.1em;
	border-bottom: 1px solid #604584;
	padding-bottom: 1px;
	margin-bottom: 0.7em;
	margin-top: 2em;
	clear: both;
}
#derecha h2{
	font-size: 1.6em;
	color: #604584;
	font-weight: bold;
	width: 354px;
	height: 29px;
	text-indent: -99999px;
	margin-bottom: 0.5em;
}
.dominiostel{
	background: url(../images/h2_dominiostel.gif) no-repeat;
}
.reservar{
	width: 450px;
	background: url(../images/h2_reservar.gif) no-repeat;
	border-bottom: 1px solid #604584;
}
.misdatos{
	background: url(../images/h2_misdatos.gif) no-repeat;
	border-bottom: 1px solid #604584;
}
.misregistros{
	background: url(../images/h2_misregistros.gif) no-repeat;
	border-bottom: 1px solid #604584;
}
.editar{
	background: url(../images/h2_editar.gif) no-repeat;
	border-bottom: 1px solid #604584;
}
.sunrise{
	background: url(../images/h2_sunrise.gif) no-repeat;
	border-bottom: 1px solid #604584;
}
.abiertaprioritaria{
	background: url(../images/h2_abiertaprioritaria.gif) no-repeat;
	border-bottom: 1px solid #604584;
}
.abiertageneral{
	background: url(../images/h2_abiertageneral.gif) no-repeat;
	border-bottom: 1px solid #604584;
}
.guia{
	background: url(../images/h2_guia.gif) no-repeat;
	border-bottom: 1px solid #604584;
}
.faq{
	background: url(../images/h2_faq.gif) no-repeat;
	border-bottom: 1px solid #604584;
}
.contacto{
	background: url(../images/h2_contacto.gif) no-repeat;
	border-bottom: 1px solid #604584;
}
.contrato{
	background: url(../images/h2_contrato.gif) no-repeat;
	border-bottom: 1px solid #604584;
}
.bordeAbajo{
	border-bottom: 1px solid #604584;
	padding-bottom: 10px;
}
#opcionFase{
	width: 525px;
	overflow: hidden;
	margin-bottom: 1em;
}
.contFases{
	height: 27px;
	width: 525px;
	overflow: hidden;
	background: url(../images/bgOpciones.gif) repeat-x 0px 10px;
	padding-top: 10px;
	clear: both;
}
.fases{
	width: 49%;
	float: left;
	height: 27px;
}
.faseMed{
	border-left: 2px solid #fff; 
	border-right: 2px solid #fff; 
}
.fases input{
	margin: 4px 0px 0px 10px !important;  
	margin: 0px 0px 0px 10px;  
	float: left;
}
.fases label{
	color: #fff;
	display: block;
	float: left;
	margin: 2px 0px 0px 5px !important;  
	margin: 0px 0px 0px 5px;  
}
.faseactiva{
	background: url(../images/faseactivo.gif) no-repeat 50% bottom ;
	font-weight: bold;
}
#opcionFase textarea{
	width: 340px;
	height: 95px;
	margin-top: 2px;
	border: 1px solid #4f3775;
	padding: 3px;
	float: left;
	margin-right: 2px;
}
.descripcionDominios{
	text-align: justify;
	font-size:0.9em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height: 66px;
	width: 174px;
	float: right;
}
#opcionFase button{
	width: 174px;
	height: 29px;
	float: right;
	color: #2f1c5a;
	font-weight: bold;
	border: none;
	background: url(../images/bgBoton.gif) no-repeat;
	cursor: pointer;
}
#opcionFase button:hover{
	color: #604584;
}
.infoFases P{
	margin-bottom: 0.5em
}
.precioFase{
	color: #604584;
	font-weight: bold;
}
.precioFase strong{
	color: #990000;
	font-size: 1.2em;
}

.dominiosReservar{
	border-bottom: 1px solid #604584;
}
.dominiosReservar P{
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	clear: left;
	overflow: hidden;
	display: block;
}
.dominiosReservar P.ultimoDominio{
	border-bottom: none;
	padding-bottom: 0px;
}
.dominiosReservar span{
	float: left;
	width: 220px;
	padding-left: 20px;
}
.dominiosReservar img, .dominiosReservar input{
	vertical-align: middle;
	margin-right: 3px;
}
.dominiosReservar input{
	width: 13px;
}
.faseReserva{
	border-bottom: 1px solid #604584;
	padding-top: 10px;
}
.faseReserva P{
	padding-left: 20px;
}
.faseReserva P.faseReser{
	margin-bottom: 0.5em;
	color: #604584;
}
.filaform{
	clear: both;
	width: 525px;
	overflow: hidden;
}
.filaform label, .filaform .label{
	float: left;
	width: 170px;
	text-align: right;
	padding-right: 10px; 
}
.filaform label.noLabel{
	float: none;
	width: auto;
	text-align: left;
	padding: 0px;
}
.filaform .altoMas{
	width: 300px;
	float: left;
}
.filaform .comboform{
	width: 250px;
	border: 1px solid #B4B5B2;
	background: #fff;
}
.filaform textarea.comboform{
	height: 80px;
}
.comboformPeq{
	width: 30px;
}
.comboformMed{
	width: 150px;
}
.combocuenta10{
	width: 110px;
}
.combocuenta2{
	width: 20px;
}
.combocuenta4{
	width: 45px;
}
.cuentaBanc{
	float: left;
	margin-right: 5px;
}
.botonReservar{
	width: 174px;
	height: 29px;
	color: #2f1c5a;
	font-weight: bold;
	border: none;
	background: url(../images/bgBoton.gif) no-repeat;
	cursor: pointer;
}
#lstTipoTelefono{
	width: 50px;
}
.errorForm{
	color: #930000;
	clear: both;
	display: block;
	margin-left: 180px;
}
.centro .errorForm{
	margin-left: 0px;
}
.paddCheck{
	padding-left: 180px;
}
.paddCheck .errorForm{
	margin-left: 0px;
}
.loginError{
	color: #930000;
}
.finalizada{
	background: url(../images/finalizada.gif) no-repeat 370px 60px;
}
.finalizada2{
	background: url(../images/finalizada.gif) no-repeat 370px 50px;
}
/* /////////////////////////////////////////////////////////////////////////
TABLE MIS REGISTROS
///////////////////////////////////////////////////////////////////////// */
.misregistrosTable{
	border-collapse: collapse;
	border-bottom: 2px solid #604584;
	width: 100%;
	clear: both;
}
.misregistrosTable thead{
	background: #604584;
	color: #fff;
}
.misregistrosTable thead th{
	padding: 5px;
}
.misregistrosTable tbody tr{
	border-bottom: 1px solid #ddd;
}
.misregistrosTable tbody td{
	padding: 8px;
	text-align: center;
}
.misregistrosTable tbody td.miDominio{
	font-weight: bold;
	text-align: left;
	color: #604584;
}
.paginador{
	margin-top: 40px;
	text-align: center;
}
.paginador strong{
	margin:  0px 5px;
}
.paginador a{
	margin: 0px 5px;
}
.paginador img{
	vertical-align: middle;
}
fieldset{
	border:0 solid #604584;
	margin-bottom:20px;
	display:block;
	width:525px;
	border-bottom:1px solid #604584;
	padding:0px 0px 10px 0px;
}
legend{
	font-weight:bold;
	color:#604584;
	border-bottom:1px solid #604584;
	padding-bottom:3px;
	display:block;
	width:525px;
}
legend span{
	display:block;
	width:525px;
	margin:0;
	padding:0;
}
/* /////////////////////////////////////////////////////////////////////////
FOOTER
///////////////////////////////////////////////////////////////////////// */
.foot1{
	width: 168px;
	height: 30px;
	text-indent: -9999px;
	margin-bottom: 0px;
	background: url(../images/foot1.gif) no-repeat;
	position: absolute;
	left: 9px;
	top: 0px;
}
.foot2{
	width: 492px;
	height: 30px;
	text-indent: -9999px;
	margin-bottom: 0px;
	background: url(../images/foot2.gif) no-repeat;
	position: absolute;
	right: 9px;
	top: 0px;
}
