/*
-----------------------------------------------
NIC Estilos Informacion Dominios
Autor:   Edgar Barrios
Version:  29 Dic 2004
Contacto: edgarbarrios@mac.com
----------------------------------------------- */

body {
	background: #4B84AF url("/static/nic-img/bgPagina.gif");
	color: #000;
	text-align: center;
	padding: 0;
	margin: 0;
	}
body, body td {font: 11px/150% verdana, arial, helvetica, sans-serif;}
td p {line-height: 120%;}

.contenedor {
	background-color: #fff;
	width: 630px;
	height: 470px;
	margin: 10px auto;
	text-align: left;
	}

.contenedor2 {
	border: 8px solid #fff;
	height: 454px;
	position: relative;
	}
* html .contenedor2 {height: 470px;}

#header {
	position: absolute;
	top: 0;
	left: 0;
 	background: #fff url("/static/nic-img/dominios/bg_hdr_bluenic.gif") 0 0 repeat-x;
	width:614px;
	height:79px;
	}
#contenido {
	position: absolute;
	top: 79px;
	width: 614px;
	height: 335px;
	overflow: auto;
}
#footer {
	position: relative;
	top: 424px;
	height: 30px;
	overflow: hidden;
	text-align: right;
	background: #333 url("/static/nic-img/dominios/bg_footer.gif") 0 0 repeat-x;
	}

/* Links
----------------------------------------------- */
a {
	color: #358;
	text-decoration: none;
	border-bottom: 1px dotted #469;
	}

a:visited {
	color: #677;
	border-color: #899;
	}

a:hover {
	color: #933;
	border-color: #b55;
	border-bottom-style: solid;
	}

#footer a { border: 0; }



/* Headings
----------------------------------------------- */
h1 {
	margin: 0;
	padding: 20px 20px 8px;
	font: 135%/1.4em "Trebuchet MS", verdana, sans-serif;
	color: #776;
	}
h2 {
	margin: 0;
	font: bold 16px/18px "Trebuchet MS", Arial, verdana, sans-serif;
	padding: 20px 0 20px 20px;
	}
	
h2 a:hover {
	color: #974;
	text-decoration: none;
	}
div.portada h1 {
	font-size: 250%;
	line-height: normal;
	font-weight: bolder;
	padding: 30px 10px 10px 40px;
}


/* Redondeado
----------------------------------------------- */
.tl, .tr, .bl, .br {background: transparent url("/static/nic-img/esquinas.gif") 0 0 no-repeat;}
.tl {background-position: top left;}
.tr {background-position: top right;}
.bl {background-position: bottom left;}
.br {background-position: bottom right;}




/* Misc
----------------------------------------------- */
p, td p { margin: 0 0 .75em; }
hr { display: none; }
.clear { clear: both; }

div.portada p {
	padding-left: 40px;
	font-size: 135%;
	}

.pad20 p { padding: 0 10px 0 20px; }
.noborder {border: 0;}
.gris {color: #666;}
.rojo {color: red;}



/* Footer
----------------------------------------------- */

#footer img {
	border: 0;
	margin: 3px 5px;
	padding: 0;
	}
#footer img.separador {
	margin: 0;
	}


/* Listas
----------------------------------------------- */

ul {
	list-style-image: url("/static/nic-img/bu_azullink.gif");
	margin: 0 0 10px 0;
	padding: 0 0 0 35px;
	}
ul li {margin-top: 8px;}
.portada ul li {margin-top: 0;}

div.portada ul {
	margin: 40px 0 0 40px;
	font-size: 120%;
	line-height: 1.8em;
	}
ol { list-style-image: none; margin-top: 15px;}


/* Tablas
----------------------------------------------- */
table { border: 1px solid #9FDEF6; }
td { font: 11px Verdana, Arial, sans-serif; }
th { background-color: #9FDEF6; }
tr.par { background: #eee; }

