/* CSS Document */

#contenido h1{
	display:block;
	float:left;
	width:810px;
	font-size:18px;
	font-weight:bold;
	color:#6E8B2A;
	background-image: url(../img/top_internas.jpg);
	height: 45px;
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-top: 25px;
}
/*-------sobreescribimos estilos-------*/
#contenedor_internas{
	display:block;
	float:left;
	width:760px;
	border-left:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
	background-image: url(../img/fondo_internas_corto.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-left: 53px;
	padding-right: 55px;
}

/*--------------------*/

p.texto_descargas{
	display:block;
	float:left;
	width:705px;
	font-size:12px;
	color:#6E8B2A;
	padding-left: 20px;
	padding-bottom: 20px;
}
p.texto_descargas span{
	font-size:14px;
	font-weight: bold;
}
p.texto_descargas2{
	display:block;
	float:left;
	width:705px;
	font-size:10px;
	color:#6C6C6A;
	padding-left: 20px;
	padding-bottom: 15px;
}


.separador_descargas{
	display:block;
	float:left;
	width:708px;
	padding-top: 15px;
	padding-bottom: 20px;
}
.linea_separador{
	border-bottom: 1px solid #AEC93E;
}

a.ver_descargas{
	display:block;
	float:left;
	width:225px;
	font-size:11px;
	font-weight:bold;
	color:#6E8B2A;
	text-align: center;
	background-image: url(../img/ico_descargas_grande.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: 15px;
	margin-bottom: 20px;
}
a.ver_descargas span{
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	padding-bottom: 80px;
}

a.ver_descargas_ultima{
	display:block;
	float:left;
	width:225px;
	font-size:11px;
	font-weight:bold;
	color:#6E8B2A;
	text-align: center;
	background-image: url(../img/ico_descargas_grande.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 20px;
}
a.ver_descargas_ultima span{
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	padding-bottom: 80px;
}




/*----------------------pie_descargas---------------------*/

#pie_descargas{
	display:block;
	float:left;
	width:815px;
	background-image: url(../img/bottom_internas_descargas_largo.jpg);
	padding-top: 50px;
	background-repeat: no-repeat;
	height: 75px;
	padding-right: 55px;
}
#pie_descargas_corto{
	display:block;
	float:left;
	width:815px;
	background-image: url(../img/bottom_internas_descargas_corto.jpg);
	padding-top: 50px;
	background-repeat: no-repeat;
	height: 75px;
	padding-right: 55px;
}

p.enviar_descarga{
	display:block;
	float:right;
	width:250px;
	font-size:10px;
	font-weight:bold;
	color: #6E8B2A;
	text-align: right;
	background-image: url(../img/ico_enviar_descarga.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 65px;
}
p.enviar_descarga a{
	display:block;
	font-size:9px;
	font-weight:normal;
	color:#6C6C6A;
	text-align: right;
}
#contenido_internas .sin_resultados {
	display: block;
	float: left;
	width: 708px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	padding-bottom: 50px;
	padding-top: 50px;
}

