@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	text-align: justify;
	background-color: #CCC;
	background-position: center;
	background-image: url(imagenes/deco/textura_00.png);
}
.txt_base_normal {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: justify;
}
.txt_base_normal_mas_uno {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	text-align: justify;
}
.txt_informacion_botton {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	font-weight: bold;
}

a {
	color: #FFF;
	font-weight: bold;
	
}
a:link {
	color: #FFF;
	text-decoration: none;
}

a:visited {
	
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #C30;
	text-decoration: none;
}
a:active {
	color: #090;
	text-decoration: none;
}
a.botones {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
a.botones:link {
	color: #FFF;
	text-decoration: none;
}

a.botones:visited {
	color: #FFF;
	text-decoration: none;
}
a.botones:hover {
	color: #F90;
	text-decoration: none;
}
a.botones:active {
	color: #666;
	text-decoration: none;
}
a.peque:link{
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	COLOR: #FFF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}
a.peque:visited{
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	COLOR: #FFF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}
a.peque:hover{
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	COLOR: #F60;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}
a.peque:active{
	FONT-WEIGHT: bold;
	FONT-SIZE: 8pt;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
}

.tabla-base-grande {
	height: 100%;
	width: 100%;
}
.tabla-cuerpo {
	width: 95%;
}
.txt-pie {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #09F;
}

