body {
	margin: 0;
	padding: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%; /* antes: 13px */
	color: #000000;
	background-color: #033976;
	background-image: url(img01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


h1, h2, h3 {
	margin-top: 0;
	color: #6E6C00;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1em;
}

h3 {
	font-size: 1em;
}

ul {
	list-style-image: url(img07.gif);
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

p
{	text-decoration: none;
	color: #000;
	margin: 0pt; padding: 0pt;
}

p:hover
{	text-decoration: none;
	color: #000;
	}

p:link
{	text-decoration: none;
	color: #000;
	}


a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* cabecera */

#header {
	width: 980px;
	height: 328px;
	margin: 0 auto;
	background: url(img03.png) no-repeat right top;
}

#logo {
	float: left;
	width: 490px;
	height: 110px;
	margin: 0 auto;
	background: url(img02.png) no-repeat left top;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #033976;
}

#logo h1 {
	padding: 0px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: none;
	padding: 30px 0 0 20px;
	font-size: 90%; /* antes 12px */
	color: #033976;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #033976;
}

/* Menu */

#menu {
	float: right;
	width: 490px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 40px 0 0 25px;
	list-style: none;
}

#menu li {
	display: inline;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 87%; /* antes 11px */
	color: #ffa82d;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
}

#menu a:hover {
	background-image: url(fdo_menu_hover.gif);
	background-repeat:no-repeat;
	background-position:center 0px;
	text-decoration:none;

	color: #76a6d4;
	
}

#menu .current_page_item a {
	background: none;
	margin: 0 3px 0 0;
	padding: 10px 15px 10px 0px;
	color: #FFFFFF;
}

/* contenedor */

#wrapper {
}

/* pagina */

#page {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(img05.jpg);
}
/* pagei sera para que se vea fonfo blanco izquierda y azul derecha */
#pagei {
	width: 980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(img05-2.jpg);
}

#page-bg {
	padding: 11px 24px;
}

#pagei-bg {
	padding: 11px 24px;
}


/* Ultimas noticias */

#latest-post {
	padding: 20px;
	border: 1px dashed #8D8D8D;
}

/* Contenido */

#content {
	float: left;
	width: 400px;
}

#contenti {
	float: left;
	width: 690px;
}


.post {
	padding: 0px 10px 0px 15px;
	line-height: 140%;
}

.post h1 {
	font-weight: normal;
	font-size: 200%; /* antes: 30px */
}

.post h2 {
	font-size: 180%; /* antes: 24px */
}

.title {
	margin: 0;
	font-weight: normal;
	background-position: left top;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 0px;
	color:#C00;	
}

.title_h3 { 
	font-weight: bold;
	background-position: left top;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
	color:#12489E;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #12489E;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0; /* era 10  - validar CSS */
	margin-left: 0;
	text-transform: uppercase;
}

.title a {
	border-bottom: none;
	color:#C00;
}


.title a:hover {
	border-bottom: none;
	color:#C00;
	text-decoration: underline;
}

.byline {
	margin: 0 15px 20px 15px;
	text-transform: uppercase;
}

.espaciob {
	clear: both;

}

.entry {
	text-align:left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.entry .imageni {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.entry ul {
	margin: 0;
	list-style-image: none;
	list-style-type: disc;
}

.entry li {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.entry li a{
	color: #000;
	font-style: normal;
	text-decoration: underline;
}
.entry p {
	color: #000;
}

.entry p a{
	color: #000;
	font-style: normal;
	font-weight: bold;
}

.entry p a:hover{
	color: #000;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

.entry .pregunta {
	color: #CC0000;
}

.entry .rojo {
	color: #CC0000;
}

.entry .rojo a{
	color: #CC0000;
	font-style: normal;
	font-weight: bold;
}

.entry .rojo a:hover{
	color: #CC0000;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

.entry .enlacesn {
	color: #F98F00;
	padding: 5px;
}

.entry .enlacesn a{
	color: #F98F00;
	font-style: normal;
}

.entry .enlacesn a:hover{
	color: #F98F00;
	font-style: normal;
	text-decoration: underline;
}

.links {
	font-size: 87%; /* antes: 11px */
}

.links a {
	display: block;
	border: none;
	color: #C00;
}

.links a:hover {
}

.links .more {
	float: right;
	text-transform: uppercase;
}
.vermas {
	float: right;
	
}
.vermas a{
	color:#C00;
	
}

.links .comments {
	float: left;
	padding-left: 20px;
}
/* Sidebars */

#sidebar1 {
}

#sidebar2 {
}

#sidebar3 {
}

.sidebar {
	width: 270px;
	padding-right: 20px;
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
	padding: 0px 15px;
}

.sidebar li li {
	padding: 8px 0 8px 0px;
	border-bottom: #2C5FAB solid 1px;
}


.sidebar li h2 {
	margin: 0 0 10px 0;
	padding: 7px 15px 5px 15px;
	background: url(img07.jpg) no-repeat left top;
	font-size: 100%; /* antes: 16px */
	font-weight: normal;
	color: #FFFFFF;
}

.sidebar p {
	color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}


.sidebar3 {
	width: 270px;
	padding-right: 10px;
	float: left;
}

.sidebar3 a{
	color: #FFFFFF;
	font-weight: bold;
}

.sidebar3 a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}


.sidebar3 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar3 li {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.sidebar3 li ul {
	padding: 0px 15px;
}


.sidebar3 li h2 {
	margin: 0 0 10px 0;
	padding: 7px 15px 5px 15px;
	background: url(img07.jpg) no-repeat left top;
	font-size: 100%; /* antes: 16px */
	font-weight: normal;
	color: #FFFFFF;
}

.sidebar3 p {
	padding: 0px 15px;
	color: #FFFFFF;
}


#s {
	margin: 0;
	padding: 2px 2px;
	width: 165px;
	height: 18px;
	border: none;
	background: #FFFFFF;
	font-size: 75%; /* antes: 10px */
	color: #000000;
}

#x {
	margin: 1px 0 0 0;
	padding: 2px 5px;
	height: 24px;
	border: none;
	background: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 75%; /* antes: 10px */
	color: #FFFFFF;
}

#flash_home{
	width: 250px;
	height: 83px;
	float: right;
	margin-bottom: 5px;
	margin-right: 5px;
}

#titular_carrusel-h{
	width: 200px;
	float: none;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF9900;
	margin-left: 23px;
	font-weight: bolder;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#carrusel-h{
	width: 270px;
	height: 200px;
	float: none;
	margin-bottom: 5px;
	clear: both;
}

#texto-cherry{
	width: 250px;
	height: auto;
	float: none;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	clear: both;
}

#texto-cherry p{
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/* Footer */

#footer {
	width: 980px;
	height: 70px;
	background: url(img06.jpg) no-repeat left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}

#footer p {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 85%; /* antes: 11px */
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#footer a {
	color: #569DF5;
}

#footer a:hover {
	color: #569DF5;
	text-decoration: underline;
}

#footer-i {
	width: 980px;
	height: 70px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	background-image: url(img06-i.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer-i p {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 85%; /* antes: 11px */
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#footer-i a {
	color: #569DF5;
}

#footer-i a:hover {
	color: #569DF5;
	text-decoration: underline;
}

/* engloba a las vi�etas, antes del UL */
.lista {
	left: 20px;
	margin-left: 5px;
	padding-left: 25px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
}

.sidebar3 UL
{
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 20px;
	MARGIN: 0px;
	PADDING-TOP: 5px;
	LIST-STYLE-TYPE: disc;
}

.sidebar3 UL LI
{
	FONT-WEIGHT: normal;
	COLOR: #FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 87%; /* antes: 13px */
	list-style-position: outside;
	padding-top: 4px;
	padding-left: 4px;
	list-style-image: url(tn.gif);
}

.sidebar3 UL LI A
{
	FONT-WEIGHT: bold;
	COLOR: #EDB761;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 120%; /* antes: 13px */
	text-decoration: none;
	padding-left: 3px;
}

.sidebar3 UL LI A:hover
{
	FONT-WEIGHT: bold;
	COLOR: #EDB761;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 120%; /* antes: 13px */
	text-decoration: underline;
	padding-left: 3px;
}

.tablaCSS {

}

.tablaCSS table {
	width: 100%;
	vertical-align: middle;
}
.tablaCSS table caption{
	vertical-align: middle;
	font-size: 85%; /* antes: 11px */
	font-weight: bold;
	color: #000000;
	text-align: left;
	background-color: #FFBE66;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	padding-left: 5px;
}
.tablaCSS table tr{
	vertical-align: middle;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%; /* antes: 12px */
	color: #000000;
	text-align: center;
}
.tablaCSS table tr .amarillo{
	background-color: #EDD190;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%; /* antes: 12px */
	color: #000000;
}
.tablaCSS table th{
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	border: 1px solid #666666;
	color: #FFFFFF;
	padding-bottom: 5px;
}
.tablaCSS table th .blanco A{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%; /* antes 11px */
	color: #FFFFFF;
	text-decoration: none;
}
.tablaCSS table th .blanco A:hover{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%; /* antes 11px */
	color: #FFFFFF;
	text-decoration: underline;	
}
.tablaCSS table tr th .azul{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%; /* antes 11px */
	color: #FFFFFF;
	background-color: #024699;
}

.tablaCSS table td{
	padding: 5px;
	margin: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
	background-color: #FFFFFF;
	text-align: center;
}
.tablaCSS table td A{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%; /* antes 11px */
	color: #000000;
	text-decoration: underline;
}
.tablaCSS table td A:hover{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%; /* antes 11px */
	color: #000000;
	text-decoration: none;
}
.tablaCSS table td .negro{
	font-weight: bold;
}


#registro {
	width:550px; 
	padding:2px; 
	border: 2px dashed #12489E;
	background-color:#ADC9F5;
}
#registro fieldset {
	border:0;
	background-color: #ADC9F5;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
#registro legend{
	font-family: "Trebuchet MS", Verdana;
	color:#12489E;
	padding-top: 0;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 1.6em;
	font-weight: bold;
}
#registro p label {
	font-size: 100%; /* habia:  font:bold 12px; */
	font-family: "Trebuchet MS", Verdana;
	float: left;
	width: 28%;
	text-align:left;
	color: #000000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#registro p textarea,select {
	float: left;
	text-align:left;
	color: #000000;
	border: 1px solid #999999;
	font-family: "Trebuchet MS", Verdana;
	font-size: 1em;
}
#registro fieldset .botones {
	text-align:center;
	font-family: "Trebuchet MS", Verdana;
	font-size: 1em;
	width: 100%;
	float: right;
	margin-top: 10px;
}
#registro p input {
	float: left;
	text-align:left;
	color: #000000;
	border: 1px solid #999999;
	font-family: "Trebuchet MS", Verdana;
	font-size: 1em;

}

#registro p br {clear: left;}


.tablaCSS-c {

}

.tablaCSS-c table {
	width: 100%;
	vertical-align: middle;
}
.tablaCSS-c table tr{
	vertical-align: middle;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%; /* antes 12px */
	color: #000000;
	text-align: center;
}

.tablaCSS-c table td{
	padding: 5px;
	margin: 0px;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	width: 50%;
}
.tablaCSS-c table td A{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%; /* antes: 11px */
	color: #000000;
	text-decoration: underline;
}
.tablaCSS-c table td A:hover{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%; /* antes: 11px */
	color: #000000;
	text-decoration: none;
}

/* habia esto:  inicio whois  */ /* WHOIS */
#container {
	margin: auto;
	width: 500px;
	/*border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	*/
	background-color: #FFFFFF;
}

#container #header #header_left {
	float: left;
	background-image: url(header_left.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 45px;
}
#container #header #header_right {
	background-image: url(header_right.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 6px;
	float: right;
}

#container #content {
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%; /* antes: 12px */
	font-weight: normal;
	color: #666666;
	width: 500px;
}
#container #footer {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%; /* antes: 12px */
	color: #999999;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#container #footer a {
	color: #999999;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%; /* antes: 10px */
}

#container #header #header_main {
	float: left;
	padding: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%; /* antes: 12px */
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.botontabla
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%; /* antes: 13px */
	color: #FFFFFF;
	background-color: #12489E;
	border: 1px solid #0B2B60;
}

.botontabla a
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%; /* antes: 13px */
	color: #FFFFFF;
	background-color: #12489E;
	border: 1px solid #0B2B60;
}

.botontabla a:hover
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 90%; /* antes: 13px */
	color: #000000;
	background-color: #FF9933;
	border: 1px solid #0B2B60;
}

#button-link 
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 110%; /* antes: 13px */
	color: #FFFFFF;
	background-color: #2661A2;
	border: 1px solid #0B2B60;
	display: block;
	width: 90%;
	height: 25px;
	text-decoration: none;
	margin: 5px;
	font-weight: bold;

}

#button-link:hover
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 110%; /* antes: 13px */
	color: #FFFFFF;
	background-color: #4988CD;
	border: 1px solid #0B2B60;
	display: block;
	width: 90%;
	height: 25px;
	margin: 5px;
	font-weight: bold;
	text-decoration: underline;
}
#button-link:active {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 110%; /* antes: 13px */
	color: #000000;
	background-color: #FF9933;
	border: 1px solid #0B2B60;
}	

#button-link2 
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 110%; /* antes: 13px */
	color: #FFFFFF;
	background-color: #2661A2;
	border: 1px solid #0B2B60;
	display: block;
	width: 300px;
	height: 25px;
	text-decoration: none;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;

}

#button-link2:hover
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 110%; /* antes: 13px */
	color: #FFFFFF;
	background-color: #4988CD;
	border: 1px solid #0B2B60;
	display: block;
	width: 300px;
	height: 25px;
	margin: 5px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	text-decoration: underline;
}
#button-link2:active {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 110%; /* antes: 13px */
	color: #000000;
	background-color: #FF9933;
	border: 1px solid #0B2B60;
}	

.centrar-boton    {
	text-align: center;

}

.sbtn    {
	background-image: url(button.gif);
	border: 1px solid #000033;
	height: 22px;
	width: 82px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%; /* antes: 12px */
	color: #FFFFFF;
	font-weight: bold;
	background-position: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}

button {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%; /* antes: 12px */
	font-weight: bold;
	color: #FFFFFF;
	height: 22px;
	width: 82px;
	background-image: url(button.gif);
}
#container #content #form1 legend {
	padding: 5px;
}
form {
	margin: auto;
	margin-top:20px;
	margin-bottom:20px;
}

#container #header {
	padding: 0px;
	background-image: url(header_bg.gif);
	background-repeat: repeat-x;
	height: 42px;
	margin: 0px;
	width: 500px;
}

.dtable2{
	width:90%;
	margin:auto;
	border:1px solid #ccc;
	border-collapse:collapse;
}

.dtable{
	width:90%;
	margin:auto;
	border:1px solid #ccc;
	border-collapse:collapse;
}

.dtable th  {
    padding:5px;
	background-image: url(hbg.gif);
	background-repeat: repeat-x;
    color:#fff;
}

.dtable2 th  {
    padding:5px;
	background-image: url(hbg.gif);
	background-repeat: repeat-x;
    color:#fff;
}

.dtable td{
	padding:5px;
    border:1px solid #CCC;
}

.dtable2 td{
	padding:7px;
}

.ava {
    color:#009900;
    text-align:center;
}

.tak {
    color:#CC0000;
    text-align:center;
}

.tr2 {
    background-color:#F1F1F1
}

input {
    color: #555;
}

/* habia esto: fin whois */

