@charset "utf-8";
/* CSS Document */


body {
	color:#FFFFFF;
	background-color: #000000;
	text-align: center;
	font-size:13px;
	font-family:"Courier New", Courier, monospace
}

a {
	text-decoration: none;
}

a:link {
	text-decoration: none;
	color:#FFFFFF;
}

a:hover {
	text-decoration: none;
	color:#FF9900;
}

a:visited {
	text-decoration: none;
	color:#FFFFFF;
}

.contenedor {
	margin:auto;
	width:1024px;
}

.contenedor_barra{
	width:1024px;
	height:300px;
	background-image: url(img/index_barra.jpg);
	background-repeat: repeat-y;
}

.texto{
	width:964px;
	height:130px;
	
	margin-left:30px;
	margin-right:30px;
	padding-top: 20px;
}

.enlaces{
	width:964px;
	height:120px;
	margin-top:20px;
	margin-left:30px;
	margin-right:30px;	
	text-align: center;
}

.enlace_ado30{
	width:482px;
	float:left;
	background:none;
}

.enlace_adosensitivo{
	width:482px;
	background:none;
	float:left;	
}

.referencia{
margin-top:15px;
font-size:11px;

}

.link_ado_volver {	
	width:1024px;
	height:25px;
	background-image: url(img/index_barra.jpg);
	background-repeat: repeat-y;
	padding-top:9px;
	text-align: center;
	
}

