/* CSS Document */

BODY {
	SCROLLBAR-FACE-COLOR: #fa9506;
	SCROLLBAR-HIGHLIGHT-COLOR: white;
    SCROLLBAR-SHADOW-COLOR: #F7F7F7;
    SCROLLBAR-3DLIGHT-COLOR: buttonface;
    SCROLLBAR-ARROW-COLOR: #4A4A4A;
    SCROLLBAR-TRACK-COLOR: #fdbf03;
    SCROLLBAR-DARKSHADOW-COLOR: buttonshadow;
    SCROLLBAR-BASE-COLOR: #0254CA;
	text-align: center;
	FONT-FAMILY: Tahoma,"Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;

}

#footer {
	FONT-SIZE: 12px; 
	COLOR: #ffffff; 
	text-align:center;
	margin-top:10px;
	margin-bottom: 10px;
	padding-bottom:10px;
}

.text {
	FONT-SIZE: 16px; COLOR: #444444; FONT-FAMILY: "Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif
}
.friends {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: "Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif
}

/* ENLACES */
a {
	COLOR: #444444;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color: #000;
}

a.thumb:hover img { border: 1px dashed #000; }
a.thumb img { border: 1px solid #000; width:180px; height:135;}

.table_thumbs{
	width: 752px;
	margin: 5px 0 0px 10px;
	border: 0px;
}

/* para IE */
.table_thumbs img{
	margin-bottom: -15px;
}
/* resto navegadores */
html>body .table_thumbs img{
	margin-bottom: 0px;
}


/*********** TOP3 ************/
.tabletop3{
	width: 770px;
	border: 0;
	padding: 10px;
	text-align: center;
	margin:15px auto;
}

.tabletop3 td{
	width: 33%;
}

.tabletop3 td a{
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color:#FDDA04;

}

.tabletop3 td a:hover{
	text-decoration: underline;
	font-size: 24px;
	color:#FDDA04;
}

.tabletop3 .desc{
	color:#FDDA04;
	font-size: 12px;
	text-transform:uppercase;
}

/*********** CATEGORIAS ************/
#navlist{
	text-align:center;
	display: block;
	margin-top: 10px;
	line-height: 25px;
	margin-right: 35px;

}
#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
}
#navlist li a{
	text-decoration: none;
	color:#000;
	font-size: 20px;
}
#navlist li a:hover{
	text-decoration: underline;
}

/*********** TOP GENERAL ************/
table .topgeneral{
	width: 700px;
    margin: 0 auto;
}

.topgeneral{
	border: 0;
	text-align:center;
}
.topgeneral .primeros{
	font-size: 20px;
}
.topgeneral .segundos{
	font-size: 20px;
}
.topgeneral .terceros{
	font-size: 20px;
}
.topgeneral a{
	text-decoration: none;
	font-size: 20px;
	color: #000;
}

.topgeneral a:hover{
	text-decoration: underline;
	font-size: 20px;
}

/*********** OTROS ************/
.ad_text_bottom{
	margin: 10px 0 12px 0;
	line-height: 25px;
	text-align:center;	
	font-size: 20px;
}

/************* ARCHIVOS **************/

.masgalerias {
  font-weight: bold;
  font-size: 25px;
  margin:10px;
  color:#FDDA04;
}

.masgalerias a{
  color:#FDDA04;
}

.masgalerias a:hover{
  color:#FDDA04;
  text-decoration: underline;
}

.pages_table{
  display: inline; 
  font-size:25px;
}

.pages_td{
  line-height: 18px;
  font-weight: bold;
}

/* index */

.warning {
	color: white;
}

.enter a:hover {
	text-decoration: underline;
	color: #FFE401!important;
}
