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

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(fondo.png);
	background-repeat: no-repeat;
	background-position: top center;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #FC0;
	text-decoration: none;
}
a:active {
	color: #000;
	text-decoration: none;
}
.header {
	background-image: url(header.png);
	background-repeat: repeat-x;
	height: 79px;
	text-align: center;
}
.logo {
	margin: auto;
	width: 310px;
	height: 79px;
	background-image: url(logo.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.navegacion_linea {
	background-color: #000;
	height: 1px;
}
.navegacion {
	height: 31px;
	background-image: url(navegacion.png);
	background-repeat: repeat-x;
	text-align: center;
}
/* Contenedores */
.bordes {
	text-align: center;
	background-color: #FFF;
	background-image: url(td_fondo.png);
	background-repeat: repeat-x;
	background-position: top center;
	padding: 5px 0px 10px 0px;
}
.contenedor {
	width: 960px;
	margin: auto;
}
.izquierda {
	float: left;
	width: 195px;
}
.derecha {
	float: right;
	width: 195px;
}
.centro {
	width: 550px;
	margin-left: 205px;
}

/* redes sociales */
.siguenos_en {
	font-size: 11px;
	text-align: left;
}
.siguenos_en a:link {
	font-size: 12px;
	color: #EE3728;
	text-decoration: none;
}
.siguenos_en a:visited {
	font-size: 12px;
	text-decoration: none;
	color: #EE3728;
}
.siguenos_en a:hover {
	font-size: 12px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
.siguenos_en a:active {
	font-size: 12px;
	text-decoration: none;
	color: #EE3728;
}
.siguenos_en b {
	font-size: 17px;
	letter-spacing: -1px;
	font-weight: bold;
}
.siguenos_en span {
	font-size: 9px;
}

/* Otros */
.top {
	text-align: left;
	padding: 0px 0px 0px 5px;
}
.top span {
	font-size: 11px;
	letter-spacing: -1px;
}
.limpiar {
	clear: both;
}

/* descargas */
.descargas {
	float: left;
	width: 110px;
	text-align: center;
}
.descargas img {
	padding: 5px 0px 5px 0px;
}
.descargas span {
	font-weight: bold;
}

/* Footer */
.footer {
	padding: 10px;
	color: #999;
	font-size: 10px;
	text-align: center;
}
