/* CSS Document */

#contenido #titulo_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;
} 
#contenido #titulo_h1 h1{
	display:block;
	float:left;
	width:630px;
	font-size:18px;
	font-weight:bold;
	color:#6E8B2A;
	padding-right: 20px;
}
#contenido #titulo_h1 .volver{
	display:block;
	float:left;
	width:80px;
	font-size:10px;
	font-weight:bold;
	color:#6E8B2A;
	background-image: url(../img/atras.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 25px;
	padding-top: 3px;
	padding-bottom: 4px;
	margin-top: 3px;
}

/*-----------------------Sobreescribimos estilos-------------------------*/
#contenedor_internas{
	background-image: url(../img/fondo_internas_corto.jpg);
	background-color: #FFFFFF;
}
#contenido_internas{
	padding-left:0px;
	padding-right:0px;
	width:758px;
}

.registros{
	display:block;
	float:left;
	width:708px;
	padding-left: 25px;
	padding-right: 25px;
}
.separador_registros{
	border-bottom: 1px solid #AEC93E;
	padding-bottom: 15px;
	margin-bottom: 15px;
}


/*------------------*/
#contenedor_internas p.titulo{
	display:block;
	float:left;
	width:675px;
	font-size:14px;
	font-weight:bold;
	background-image: url(../img/ico_descargar.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-bottom: 20px;
}
.imagen{
	display:block;
	float:left;
	width:218px;
	text-align:center;
}
.imagen img{
	border:1px solid #999999;
}
.imagen a{
	display:block;
	text-align:left;
	font-size:9px;
	color:#8D8B8B;
}
.descripcion{
	display:block;
	float:left;
	width:460px;
	padding-left: 25px;
	padding-bottom: 20px;
}
.descripcion p.txt_descripcion{
	display:block;
	float:left;
	width:460px;
	font-size: 11px;
	color: #6C6C6A;
	line-height: 16pt;
	font-weight: normal;
}
.descripcion p{
	display:block;
	float:left;
	width:460px;
	font-size: 11px;
	color: #6E8B2A;
	font-weight: bold;
}
.caracteristicas{
	display:block;
	float:left;
	width:305px;
	padding-left: 25px;
}
.caracteristicas p.txt_caracteristicas{
	display:block;
	float:left;
	width:150px;
	font-size: 11px;
	color: #6E8B2A;
	font-weight: bold;
	padding-bottom: 25px;
}
.caracteristicas p.txt_caracteristicas span{
	display:block;
	font-size: 11px;
	color: #6C6C6A;
	font-weight: normal;
	padding-top: 5px;
}


.div_descargar{
	display:block;
	float:left;
	width:155px;
	padding-top: 55px;
}
.div_descargar a{
	display:block;
	float:right;
	width:91px;
	font-size:13px;
	background-image:url(../img/boton_descargar.jpg);
	background-repeat:no-repeat;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 17px;
	padding-left: 35px;
}

