
/*BODY*/

body, td, input { 
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
} 

body { 
	background-color: #54B7EB;
	font-size: 85%;
	color: #FFFFFF;
}

#body-general {
	color: #FFFFFF;
    background-color: #54B7EB
}


/*LINKS*/

a:link, a:visited { text-decoration: none } 
a:hover, a:active { text-decoration: none }

a { color: #FFFFFF } /*color de los enlaces*/

/*CONCRETOS*/

#titulo {
	font-size: xx-large;
	white-space: nowrap;
	color: #FFFFFF;
}

.estadisticas-1 { color: #000 } /*titulo del sistema de ordenacion en las estadisticas*/

.frame-1 { color: #C8171A } /*texto del referente en el frame superior*/
.frame-2 { /*texto cuando es largo del referente en el frame superior*/
	color: #1E1F20;
	font-size: x-large
} 

.sizeb { font-size: xx-large }

.general-1 { color: #1E1F20 } /*colores superiores de la pag principal*/
.general-2 { color: #1E1F20 }

.buscadores-titulo { color: #1E1F20 } /*color de "los que más buscan*/
.buscadores-punto { color: #FF0000 } /*color de los puntos en "los que más buscan*/
.buscadores-nombre { color: #1E1F20 }
.buscadores-veces { color: #008080 }

.favoritos-titulo { color: #FFF } /*titulo cuando has elegido webs favoritas */

.personalizar-titulo {
	text-align: center;
	color: #33CCFF;
	font-size: 5px
}

#tres-links {
	font-size: 14px;
	text-align: center;
}

.nw { white-space: nowrap; }

.td-right {
	width: 100%;
    font-size: 12px;
}

#banderas {
	white-space: nowrap;
}



/*BUSCADOR*/

#b {
	background: url(../imagenes/search-bg.png) no-repeat;
	height: 24px;
	width: 280px;
	z-index: 1;
}

#bi {
	margin: 2px 8px 0 5px;
	padding-left: 20px;
	border: none;
	background: none;
	width: 250px;
	font-size: 130%;
	color: #9C9C9C;
}


/*BOTONES*/

.botona, .botonb, .botonc, .buscar {
	border-style: solid;
	text-align: center;
	font-size: 110%;
	border-width: 1px;
	cursor: pointer;
}

.botona{
	border-color:#82e420;
	background-color:#DAFD7C;
	color:#000000
}

.botonb{
	border-color:#5C80C4;
	background-color:#002785;
	color:#FFFFFF
}

.botonc{
	border-color:#008080;
	background-color:#960015;
	color:#FFFFFF
}

.buscar{
	border-color:#FFFFFF;
	background-color:#000000;
	color:#FFFFFF
}


/*MODULO*/

.modulo-top {
	height: 5px;
	display: block;
	position: relative;
	margin: 0 5px;
	background: url(../imagenes/trans-bg1.png);
}

.modulo-bot {
	height: 5px;
	display: block;
	position: relative;
	margin: 0 5px;
	background: url(../imagenes/trans-bg1.png);
}

.modulo {
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0;
	padding: 10px 0;
	background: url(../imagenes/trans-bg1.png);
}

.titulo {
	border-bottom: 1px solid #3D3D3D;
	color: #FFFFFF;
	margin: 0 15px 10px;
	padding: 0 0 5px;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.contenido {
	padding: 0 15px;
	line-height: 1.5;
}

.modulo-top, .modulo-bot {
	height: 5px;
	display: block;
	position: relative;
	margin: 0 5px;
	background: url(../imagenes/trans-bg1.png);
}

.modulo-top .tl, .modulo-top .tr, .modulo-bot .bl, .modulo-bot .br {
	height: 5px;
	width: 5px;
	position: absolute;
	line-height: 5px;
}

.modulo-top .tl, .modulo-bot .bl {
	top: 0; left: -5px;
}

.modulo-top .tr, .modulo-bot .br {
	top: 0; right: -5px;
}

.modulo-top .tl {background: url(../imagenes/corner-tl.png);}
.modulo-top .tr {background: url(../imagenes/corner-tr.png);}

.modulo-bot .bl {background: url(../imagenes/corner-bl.png);}
.modulo-bot .br {background: url(../imagenes/corner-br.png);}


/*
.modulo {
  border: 2px solid #FFB70E;
  margin-bottom: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px
}

.titulo a {
	color: #000
}

.modulo .titulo {
  color: #000;
  text-align: center;
  padding: 1px 8px;
  border-bottom: 1px solid #FFB70E;
  background: #FFEAB6 url("http://nkdkxg.bay.livefilestore.com/y1prn6d5nJadqlmghXEuNAi_zv5-gmm6Im6jKq3jPrgcccr8gJIW96RASYGQE-GkIjiR8Rp7o_od91-nhorSB3bfg/block_back1.gif") repeat-x;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-radius-topright: 6px;
  -webkit-border-radius-topleft: 6px
}

.modulo .contenido {
  padding: 4px 8px
}*/