BODY {
	background-image: url(../imagenes/background_body.png);
	background-repeat: no-repeat;
	background-position:center top;
	margin:0px auto;
}
img{
	border: none;
}
#contenedor {
	display:block;
	width: 960px;
	margin:0px auto;
	padding-top:35px;
}
#contenido {
	display:block;
	width: 960px;
	height:auto;
	margin:0px auto;
	padding-top:100px;
	padding-bottom:150px;
	background-image:url(../imagenes/back_contenedor.png);
	background-repeat: no-repeat;
	background-position:bottom right;
}
#acceso {
	width:960px;
	height:200px;
	padding-top:300px;
}
.logos{
	display:block;
	float:left;
}
.titulo{
	display:block;
	float:right;
}
#botonera_2{
	display:block;
	width:760px;
	float: left;
	margin-right:200px;
	margin-top:25px;
	text-align: left;
}
#botonera_back{
	display:block;
	width:100%;
	float: left;
	margin-top:50px;
	text-align:right;
}
.btn{
	margin:0px 30px;
}
#pie {
	display:block;
	width: 960px;
	height:100px;
	margin:0px auto;
	background-image:url(../imagenes/pie.png);
	background-repeat:no-repeat;
	background-position: top center;
}
.img-bottom {
	display:block;
	float:left;
}
p.pie_text {
	display:block;
	float:right;
	text-align:right;
	font-size:10px;
	margin:0px;
	font-family: 'Exo', sans-serif;
}
.clear{
	clear:both;
}

ul.navy_list{
	display:block;
	margin:0px auto;
}
ul.navy_list li{
	display:block;
	text-align:center;
	margin-bottom:10px;
	list-style:none;
}
ul.navy_list li a{
	color: #671774;
	height:25px; 
	font-family: 'Exo', sans-serif;
	font-weight:bold;
	background-image: url(../imagenes/glifo.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:25px;
}
ul.navy_list li a:hover{
	color: #8A62A0;
	text-decoration:none;
	background-image: url(../imagenes/glifo_rollover.png);
}

.documentos {
	font-family: 'Exo', sans-serif;
	text-align:center;
	font-size: 12px;
	margin-top:50px;
	border: 1px solid #000;
    border-collapse: collapse;
}

.documentos th {
		font-size: 14px;
		color:#FFF;
		font-weight:normal;
	}

.documentos th, .documentos td {
	border: 1px solid #000;
	}
	
a{
	color: #671774;
	height:25px; 
	font-family: 'Exo', sans-serif;
	font-weight:normal;
	font-size:14px;
	background-repeat:no-repeat;
	background-position:left center;
	text-decoration:none;
}

a:hover{
	font-size:14px;
	color: #8A62A0;
	text-decoration:underline;
}

.contenido h1, h2, h3, h4 {
    color: #eb2b8b;
    font-family: 'Exo',sans-serif;
    text-align: center;
}


.negro{
	color: #000;
	font-family: 'Exo', sans-serif;
	font-weight:normal;
	font-size:18px;
	text-decoration:none;

} 

.negro a{
	color: #000;
	font-family: 'Exo', sans-serif;
	text-decoration:none;
}

.negro a:hover{
	color: #000;
	text-decoration:underline;
}