/* CSS Document */
#banner .txt h2{
	color:#4CB5F6;
	font-size:24px;
	margin:0 0 5px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#banner .txt h3{
	color:#E09400;
	font-size:17px;
	margin:0 0 10px 0;
	font-style:italic;
}
#banner .txt p{
	font-size:14px;
	margin:0;
	font-style:italic;
}
#banner img{
	float:right;
	margin:12px 12px 0 0;
}
#banner object{
	float:right;
	margin:12px 12px 0 0;
}
#navegacion{
	color:#666;
	margin-bottom:6px;
}
#navegacion a{
	color:#4CB5F6;
	text-decoration:none;
	font-weight:bold;
}
#navegacion a:hover{
	text-decoration:underline;
}
#navegacion .gris{
	color:#666;
}
#content{
	border-top:4px solid #4CB5F6;
	background-color:#E9F5FC;
	padding:10px;
	color:#666;
	min-height: 520px;
  	height: auto !important;
 	height: 520px;
	margin-bottom:10px;
}

#content h4{
	display:none;
}
#content input{
	background-color:#fff;
	border:1px solid #4CB5F6;
	color:#4CB5F6;
}
#content .submit{
	background-color:#E9F5FC;
	color:#fff;
	border:none;
	font-size:14px;
	font-weight:bold;
	cursor:pointer;
	text-align:left;
	background-image:url('../img/dominios/submit.gif');
	background-repeat:no-repeat;
	width:236px;
	height:27px;
	padding-left:15px;
}
#submenu{
	background-image:url('../img/subdominios.gif');
	background-repeat:no-repeat;
	height:73px;
	width:225px;
	margin-left:5px;
	margin-bottom:10px;
	padding:30px 10px 0 20px;
}
#submenu ul{
	margin:0;
	padding:0;
}
#submenu ul li{
	margin:0;
	padding:0;
	list-style:none;
	line-height:150%;
}
#submenu ul li a{
	background-image:url('../img/off.gif');
	background-repeat:no-repeat;
	background-position:center left;
	padding-left:15px;
	color:#4CB5F6;
	text-decoration:none;
}
#submenu ul li a:hover{
	background-image:url(../img/on.gif);
	color:#1682C5;
}
.dest{
	font-weight:bold;
}
#precios{
	width:252px;
	height:158px;
	background-image:url('../img/bgdom.gif');
	background-repeat:no-repeat;
	padding:10px 18px 5px 7px;
	margin-top:15px;
	float:right;
}
#precios th{
	background-color:#4CB5F6;
	color:#fff;
	height:30px;
}
#precios .sub{
	border-bottom:1px dotted #4CB5F6;
}
.precio{
	color:#4CB5F6;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:22px;
}
.size{
	font-size:18px;
	font-weight:bold;
}
.tamtlf{
	font-size:200%;
}
.margin{
	margin:15px 0 15px 0;
}
#content h5{
	color:#4CB5F6;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	margin:0;
	padding:0;
}
#content h6{
	color:#4CB5F6;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	margin:0;
	padding:0;
}
.atras{
	color:#4CB5F6;
	font-weight:bold;
	text-decoration:none;
	background-image:url('../img/dominios/atras.gif');
	background-repeat:no-repeat;
	padding-left:15px;
	background-position:left;
}
.atras:hover{
	text-decoration:underline;
}
.siguiente{
	color:#4CB5F6;
	font-weight:bold;
	text-decoration:none;
	background-image:url('../img/dominios/siguiente.gif');
	background-repeat:no-repeat;
	padding-right:15px;
	background-position:right;
}
.siguiente:hover{
	text-decoration:underline;
}
.inicio{
	color:#4CB5F6;
	font-weight:bold;
	text-decoration:none;
	background-image:url('../img/dominios/subir.gif');
	background-repeat:no-repeat;
	padding-left:18px;
	background-position:left;
}
.inicio:hover{
	text-decoration:underline;
}
#content a{
	color:#4CB5F6;
	font-weight:bold;
	text-decoration:none;
}
#content a:hover{
	text-decoration:underline;
}
.none{
	list-style:none;
}