/* CSS Document */
#contenedor {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../imagenesFront/fondo.gif);
	background-repeat: repeat-x;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin: 0px;
}
#contenedor #cabecera {
	height: 64px;
}
#contenedor #contenido {
	width: 739px;
	float: left;
	margin-right: 29px;
	margin-bottom: 25px;
}
#contenedor #contenido #nota a {
	color: #ff6600;
	text-decoration: underline;
}
#contenedor #contenido #nota a:hover {
	color: #999999;
	text-decoration: none;
}
#contenedor #banner {
	width: 120px;
	float: left;
	height: 600px;
	margin-top: 8px;
	border: 1px solid #CCCCCC;
}
#contenedor #contenido #visual {
	width: 225px;
	height: 168px;
	float: left;
}
#contenedor #contenido #caja {
	height: 144px;
	margin-top: 24px;
	background-color: #EDEDED;
	width: 514px;
	float: left;
	margin-bottom: 0px;
}
#contenedor #contenido #nota {
	height: 48px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-image: url(../imagenesFront/ico_nota.gif);
	background-repeat: no-repeat;
	clear: both;
}
#contenedor #contenido #promo1 {
	height: 135px;
	width: 484px;
	float: left;
	margin-right: 21px;
	background-image: url(../imagenesFront/promo1linea.gif);
	background-repeat: no-repeat;
}
#contenedor #contenido #promo2 {
	height: 135px;
	width: 233px;
	float: left;
	background-image: url(../imagenesFront/promolinea.gif);
	background-repeat: no-repeat;
}
#contenedor #contenido #promo3 {
	height: 110px;
	width: 231px;
	float: left;
	margin-right: 21px;
	background-image: url(../imagenesFront/promolinea.gif);
	background-repeat: no-repeat;
}
#contenedor #contenido #promo4 {
	height: 110px;
	width: 231px;
	float: left;
	margin-right: 21px;
	background-image: url(../imagenesFront/promolinea.gif);
	background-repeat: no-repeat;
}
#contenedor #contenido #promo4 a{
	background-image:none;
	border:none;
	color:#666666;
}
.promo4fondo {
	display: block;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-decoration: none;
	cursor:pointer;
	background-image: url(../imagenesFront/fondoTextoPromo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#contenedor #contenido #promo5 {
	height: 110px;
	width: 232px;
	background-image: url(../imagenesFront/promolinea.gif);
	background-repeat: no-repeat;
	float: left;
}
#contenedor #contenido #promo6 {
	height: 100px;
	width: 480px;
	clear: left;
	float: left;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}
#contenedor #contenido #contacto {
	height: 100px;
	width: 236px;
	float: left;
	margin-left: 21px;
}
#contenedor #contenido #pie {
	height: 94px;
	clear: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
}
#contenedor #cabecera .logo {
	float: left;
}
#contenedor #cabecera .menu {
	list-style-type: none;
	margin: 0px;
}
#contenedor #cabecera .menu li {
	display: inline;
}
#contenedor #cabecera .menu a {
	display: block;
	height: auto;
	float: left;
	padding: 10px 15px;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(../imagenesFront/menuSep.gif);
	background-repeat: no-repeat;
	background-position: right;
	margin-top: 25px;
}
#contenedor #cabecera .menu a:hover {
	color: #666666;
}
#contenedor #contenido #nota p {
	margin: 5px 0px 0px 32px;
	font-size: 11px;
	color: #666666;
}
.textosPromos {
	margin: 0px;
	padding: 8px;
	text-align: justify;
	height: 58px;
	color: #666666;
	margin-top: 8px;
}
.textosPromos b {
	color: #FF6600;
	font-weight: bold;
}
#contenedor #cabecera .botonAcceso img{
	border:none;
}
#contenedor #cabecera .botonAcceso img{
	float:right;
	margin-right:3px;
	margin-top: 5px;
}
#cajaRegistro {
	background-image: url(../imagenesFront/fondoCaja.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 80px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #F5F5F5;
	overflow: hidden;
}
.cajainputregistro {
	font-size: 14px;
	border: 1px solid #0099FF;
	width: 300px;
	margin-left: 60px;
	margin-top: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 12px;
}
.botonAccion {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../imagenesFront/fondoBotonAccion.gif);
	padding: 3px;
	border: 1px solid #999999;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFBE5C;
	padding-right: 10px;
	padding-left: 8px;
	width: 130px;
	margin-bottom: 12px;
}
.bajoCaja {
	list-style-type: none;
	margin-top: 0px;
	margin-left:20px;
}
html>body .bajoCaja {
	margin-left:-20px;
}
.bajoCaja li {
	display: inline;
}
#contenedor #contenido #caja .bajoCaja li a {
	display: block;
	float: left;
	padding: 5px 15px;
	background-color: #EDEDED;
	color: #666666;
	text-decoration: none;
	background-image: url(../imagenesFront/bajocajaSep.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#contenedor #contenido #caja .bajoCaja li a:hover {
	color:#3399FF;
}
.promos a {
	display: block;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-decoration: none;
	cursor:pointer;
	background-image: url(../imagenesFront/fondoTextoPromo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.promos a:hover {
	border-right: 1px solid  #FF6600;
	border-bottom: 1px solid #FF6600;
	border-left: 1px solid #FF6600;
	background-image: url(../imagenesFront/fondoTextoPromoH.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.promo1 a {
	display: block;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-decoration: none;
	cursor:pointer;
	background-image: url(../imagenesFront/fondoTextoPromo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.promo1 a:hover {
	border-right: 1px solid  #FF6600;
	border-bottom: 1px solid #FF6600;
	border-left: 1px solid #FF6600;
	background-image: url(../imagenesFront/fondoTextoPromoH.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.promo2 a {
	display: block;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-decoration: none;
	cursor:pointer;
	background-image: url(../imagenesFront/fondoTextoPromo97.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.promo2 a:hover {
	border-right: 1px solid  #FF6600;
	border-bottom: 1px solid #FF6600;
	border-left: 1px solid #FF6600;
	background-image: url(../imagenesFront/fondoTextoPromoH97.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
form {
	margin: 0px;
}
.globo {
	height: auto;
	width: 259px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	position: absolute;
	display: none;
}
#minilabel {
	background-color: #FFFFCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 240px;
	text-align: center;
}
.globo p {
	background-color: #FFFFCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	margin: 0px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
#checksDominios {
	background-color: #f5f5f5;
	height: 26px;
	display: block;
	padding-left: 20px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#checksDominios a{
	text-decoration:none;
	padding-top:4px;
	display: block;
	margin-left: 425px;
}
#checksDominios label {
	color: #666666;
	display: inline;
	float: left;
	margin-left: 15px;
}
#botTransferir {
cursor:pointer;
}
.valoresuDom {
	margin-top: 30px;
	margin-left: 85px;
}
.enlacePromo4 {
	margin-right: auto;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FFC266;
	font-weight: bold;
	display: block;
	padding: 5px 10px;
	margin-top: 5px;
	text-align: center;
	width: 250px;
	background-image: url(../imagenesFront/fondoBotonAccion.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #666;
	margin-left: auto;
}
.enlacePromo4:hover {
	color:#666666;
}
#subDoms {
	height: 59px;
	position: absolute;
	top: 0px;
	z-index: 2;
	width: 152px;
	margin-left: 565px;
	*margin-left: 340px;
}
#subDoms a {
	text-align: center;
	padding: 8px;
	display: block;
	font-size: 11px;
	color: #666;
	text-decoration: none;
	background-position: bottom;
	background-color: #EDEDED;
	font-weight: bold;
}
#subDoms a:hover {
	background-color:#666666;
	background-image: none;
	color: #FFFFFF;
}
#subdomShow {
}
/*ROTATIVO DOMINIOS NUEVOS/////////////////////////*/
#contenedorDoms {
	position:absolute;
}
#contenedorDoms div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height:20px;
	padding-left:10px;
}
#contenedorDoms a{
	background:none;
	border:none;
	display:compact;
	width:auto;
	color:#FF6600;
	text-decoration:underline;
	font-size:10px;
}
#contenedorDoms a:hover{
	text-decoration:none;
}
#contenedorDoms a span{
	font-size:8px;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}
.contenedor{
	width:200px;
	height:65px;
	overflow:hidden;
	position:absolute;
	margin-top:-70px;
	*margin-top:-50px;
}
.cajaDoms {
	display: block;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-decoration: none;
	background-image: url(../imagenesFront/fondoTextoPromo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.textosPromoDoms {
	margin: 0px;
	padding: 8px;
	text-align: justify;
	height: 58px;
	*height:39px;
	color: #666666;
	margin-top: 8px;
}
.textosPromos1 a {
	display: compact;
	background-image:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: auto;
	float: left;
	color: #FF6600;
	margin: 0px;
}
.textosPromos1 a:hover {
	text-decoration:underline;
	display: compact;
	background-image:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: auto;
	float: left;
	color: #FF6600;
	margin: 0px;
}
.textosPromos1 {
	display: block;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-image: url(../imagenesFront/fondoTextoPromo97.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin:0px;
	margin: 0px;
	padding: 8px;
	text-align: justify;
	height: 80px;
	color: #666666;
	margin-top: 9px;
}
.textosPromos2 {
	display: block;
	margin:0px;
	margin: 0px;
	padding: 8px;
	text-align: justify;
	height: 80px;
	color: #666666;
	margin-top: 9px;
}
.promos {
	margin-bottom:10px;
}
#botRenovar {
	cursor: pointer;
}
#visual a img{
	border:none;
}
