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

body {
	text-align: center;
	background-color: #484d20;
	color: #FFC;
	font-family: Arial, Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(img/fondo.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#contenedor {
	height: auto;
	width: 950px;
	margin: 0px auto;
	text-align: left;
}
#data {
	width: 950px;
	height: auto;
}
/**> HEADER SITIO <<--**/
#header {
	width: 950px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
/**> INFORMACION SITIO <<--**/
#info {
	width: 400px;
	padding: 0px;
	margin: 0px 70px;
	float: left;
}
#info a:link, #info a:visited {
	text-decoration: none;
	color: #A0A6A9;
	font-size: inherit;
}
#info a:link.active, #info a:visited.active, #info a:hover {
	color: #FFC;
	font-weight: bold;
	text-decoration: none;
	font-size: inherit;
}
/**> MENUS SITIO <<--**/
#left {
	width: 200px;
	height: auto;
	margin: 0px;
	float: left;
	padding: 0px;
}
#right {
	width: 200px;
	height: auto;
	padding:0px;
	margin: 0px;
	float: right;
}
/**> FOOTER SITIO <<--**/
#footer {
	width: 950px;
	margin: 0px;
	height: auto;
	clear: both;
}
.socios {
	padding: 0px;
}
/**> ESTILO LINK <<--**/
.links a:link, .links a:visited {
	text-decoration: none;
	color: #bdbb33;
	font-size: inherit;
}
.links a:link.active, .links a:visited.active, .links a:hover {
	color: #FFC;
	font-weight: bold;
	text-decoration: none;
	font-size: inherit;
}
/**> SITIO ANTIGUO <<--**/
#nav {
	width: 200px;
	height:23px;
	margin: 0px 0px 0px 0px;
	background-image:url(img/nav1.jpg);
	background-repeat:no-repeat;
	float:left;
	text-decoration: none;
}
#nav a {
	font-size:12px;
	font-style:normal;
	color:#FFFFCC;
	margin: 2px 0px 10px 0px;
	padding: 0px 10px 0px 10px;
	float:left;
	text-decoration: none;
}
#nav a:hover {
	color:#FFFFCC;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.nombre {
	background-image: url(img/nombre.png);
	background-repeat: no-repeat;
}
.link_color a:link, .link_color a:visited {
	text-decoration: none;
	color: #FFC;
	font-size: inherit;
}
.link_color a:link.active, .link_color a:visited.active, .link_color a:hover {
	color: #969D35;
	font-weight: bold;
	text-decoration: none;
	font-size: inherit;
}