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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000;
}

a {
	text-decoration: none;
}
/******************************************************************/
.roller {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 28px;
	color:#FFF;
}
.roller2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color:#FFF;
}
.botones {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color:#FFF;
	display:block;
	padding: 3px 4px 2px 4px;
}
.botones:hover {
	color: #999;
	background-image:url(imagenes/flecha.png);
	background-repeat:no-repeat;
	background-position:left;
}
/******************************************************************/

.titulos {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color:#FFF;
}

.titulos_small {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
}
.titulos_small2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #999;
}
.titulos_big {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
}
.titulos_big:hover {
	color: #999;
}

/********************************************************************/

.texto_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color:#CCC;
}

.link_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
}
.link_12:hover {
	color: #666;
}
/*********************************************************************/

.link_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #999;
}
.link_normal:hover {
	color: #FFF;
}

/*************************************************************************/
.fotter {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color:#FFF
}
.fotter_link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #999;
}
.fotter_link:hover {
	color: #FFF;
}