@charset "iso-8859-1";
/* CSS Document */
body {
	font-family: "Trebuchet MS", "Lucida Grande", Helvetica, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	background: #fff;
	margin: 0 5 0 0; 
	padding: 0;
	text-align: center; 
	color: #444;
}
form {
	margin:0;
}
a {
	text-decoration:none;
	color:#006699;
}
a:hover {
	text-decoration:underline;
	color:#069;
}
ul {
margin-top:-5px;
}
li {
	margin-left:-25px;
	list-style-position:inside;
	list-style-type: disc;
	list-style-image:url(../imagenes/vineta.gif);
	padding-right:3px;
}
/* MAIN DIV */
#principal {
	width: 749px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color:#FFFFFF;
}
*html#principal {
	height:101%;
}
#top {
	float:left;
	height:92px;
	z-index:1;
	position:relative;
	width:749px;
}
#menu{
	float:left;
	height:31px;
	z-index:5;
	position:relative;
	width:749px;
}
#contenido {
	float:left;
	width:749px;
	position:relative;
	top:0px;
	z-index:15;
	height:auto;
	height:auto !important;	
	min-height:400px;
	overflow:hidden;
	margin-bottom:0px;
}
*html#contenido {
	height:101%;
	bottom:80px;
}
#banner {
	margin-top:2px;
	float:left;
	height:130px;
	z-index:5;
	position:relative;
	width:750px;
}
#buscardominio {
	float:left;
	position:relative;
	width:640px;
	padding-left:130px;
	padding-top:7px;
	height:26px;
	background-image:url(../imagenes/barra_buscar.jpg);
	background-repeat:no-repeat;
}
#imagenderecha{
	position:relative;
	float:right;
	padding-top:5px;
	padding-bottom:5px;	
}
#imagencontenido{
	position:relative;
	float:right;
	height:230px;
}
#doscolumnas {
	float:left;
	position:relative;
	width:350px;
	padding:10px;
}
#unacolumna {
	float:left;
	position:relative;
	padding-top:15px;
	padding-left:30px;
	padding-right:25px;
	width:495px;
}
#tituloseccion{
	z-index:100;
	position:absolute;
	float:left;
	padding-bottom:10px;
	padding-left:35px;
	margin-top:80px;
	color:#FFFFFF;
	font-size:30px;
	font-weight:bold;
	line-height:normal;
	height:35px;
}
#divisorvertical{
	margin-top:15px;
	width:1px;
	height:50px;
	float:left;
	position:relative;
	background-color:#666666;
	height:325px;
}
#divisorvertical2{
	margin-top:15px;
	width:1px;
	height:50px;
	float:left;
	position:relative;
	background-color:#666666;
	height:1475px;
}
#tablita1{
	position:relative;
	float:left;
	width:285px;
	margin-left:5px;
	border-bottom:#333333 solid 1px;
}
#tablita3{
	position:relative;
	float:left;
	width:315px;
	margin-left:5px;
	border-bottom:#333333 solid 1px;
}
#tablita2{
	position:relative;
	float:left;
	width:50px;
	padding-left:10px;
	border-bottom:#333333 solid 1px;
}
#pie {
	float:left;
	position:relative;
	width:749px;
	border-top:#CCCCCC solid 1px;
}
#fondogris{
	background-color:#EFEFEF;
	padding-left:3px;
	padding-right:8px;
	padding-top:15px;
	border:#666666 solid 1px;
}
/*submenu*/
#fondobloque2 {
	position:relative;
	float:left;
	margin-top:6px;
	width:369px;
	height:129px;
	background-image:url(../imagenes/bg_bloque2.jpg);
	background-repeat:repeat-x;
	border:#CCCCCC 1px solid;
}
#textobloque2 {
	padding-top:20px;
	padding-left:23px;
	padding-right:10px;
	text-align:left;
	float:left;
	position:relative;
	width:335px;
}
#lineabloque2 {
	float:left;
	position:relative;
	width:250px;
	background-image:url(../imagenes/linea.jpg);
	background-repeat:repeat-x;
}
#imagenbloque1{
	position:relative;
	float:right;
}
#fondobloque1 {	
	margin-top:4px;
	float:left;
	width:747px;
	height:49px;
	background-image:url(../imagenes/bg_bloque2.jpg);
	background-repeat:repeat-x;
	background-position:center;
	border:#CCCCCC 1px solid;
}
#partebloque1 {
	padding-top:12px;
	padding-left:10px;
	padding-right:15 px;
	text-align:left;
	float:left;
	position:relative;
}
#separadorbloque1{
	position:relative;
	float:left;
	width:15px;
	background-image:url(../imagenes/separador.gif);
	background-repeat:no-repeat;
	background-position:center;
	height:49px;
}
/* TEXTOS */
.textoblanco {
	color:#FFFFFF;
}
.nota {
	font-size:9px;
}
.titulo {
	font-size:14px;
	font-weight:bold;
}
.subtitulo{
	color:#006699;
	font-style:italic;
	padding-left:15px;
}
#indentado{
	padding-left:15px;
}
/* FORMULARIOS */
.textfieldbuscardominio{
	height:12px;
	width:120px;
	margin-bottom:5px;
	font-size:10px;
}