/* CSS Document */

body{
	background:url(../Imagenes/bg.jpg) repeat-y center top #000;
	text-align:center;
	margin:0;
	padding:0;
}

#container{
	background-color:black; 
	width:720px;
	min-height:3px;
	position:center;
	margin:auto;
	font:12px Arial, Helvetica, sans-serif;
}

#container img{
	position:left;
	border:none;
}

#enlaces {
	width:650px;
	position:center;
	color:#DDD;
	text-align:left;
	padding-top:1px;
	padding-bottom:1px;
	height:100%;
}

#enlaces p {
	font:12px Arial, Helvetica, sans-serif;
	line-height:20px;
	letter-spacing:1px;
	margin:10px 50px 10px 30px;
}

#enlaces h1{
	border-top:4px solid #FFF000;
	color:#FFF;
	font:22px "Arial Black", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:-1px;
	margin:30px 0 0 30px;
	line-height:28px;
}

/*
#enlaces h2{
	background-color:#FFF000;
	color:#0002D6;
	font:18px "Arial Black", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align: center;
	text-transform:uppercase;
	letter-spacing:-1px;
	margin:12px 3px 3px 100px;
	padding-left:30px;  
	line-height:24px;
	border-bottom: 4px solid #0002D6;
}
*/

#enlaces h2{
	border-top:4px solid #0002D6;
	color:#FFF000;
	font:22px "Arial Black", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:-1px;
	margin:30px 0 0 30px;
	line-height:28px;
}


#enlaces h3{
	background-color:#FFF000;
	color:#0002D6;
	font:13px "Arial Black", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:-1px;
	line-height:18px;
	margin:0 0 0 0; 
}

#enlaces table{
	width:80%;
	margin-left: 100px;
	margin-right: auto;
	text-align: center;
}

#enlaces td{
	text-align:center;
	width:50%;
	border-left:1px solid #AB97FF;
	border-right:1px solid #AB97FF;
	border-bottom:1px solid #AB97FF;
	padding:3px;
}

#enlaces img{
  border:none;
}


#footer{
	color:#FFF;
	height:288px;
	padding:20px 0 25px 0;
	margin-right:80px;
	text-align:left;
}

#footer p{
	padding:0 30px;
	text-align:center;
}

#footer .footer_links{
	clear:both;
	float:left;
	width:100%;
	margin-bottom:40px;
}


#footer ul{
	float:left;
	list-style-type:none;
	width:160px;
	margin:1px 0;
}

#footer li.top_link{
	display:block; 
	color:#DDD;
	padding:10px 0;
	margin:-1px 0;
	font:13px "Arial Black", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing:1px;
	background-color:#000;
}

#footer li a{
	display:block;
	height:15px;
	color:#777;
	font-weight:normal;
	padding:10px 10px;
	margin:-1px 0;
	text-decoration:none;
	letter-spacing:1px;
	background-color:#0F0F0F;
	border-top:1px solid #555;
	border-bottom:1px solid #555;
}

#footer li a:hover{
	background-color:#252525;
	color:#ED145A;
}

#footer .rf_item{
	padding:0 6px;
}