/********************************/
/*	Relativo a footer	*/
/********************************/
#footer #margen_izq, 
#footer #margen_der {
	width: 8px;
	height: 80px;
	float: left;
}
#footer #margen_izq .esq, 
#footer #margen_der .esq {
	background: url(/imagenes/sprites_esq.gif);
	background-repeat: no-repeat;
	width: 8px;
	height: 20px;
	font-size: 1px;
}
#footer #margen_izq .esq {
	background-position: 0 0;
}
#footer #margen_der .esq {
	background-position: -32px 0;
}
#footer #margen_izq .relleno, 
#footer #margen_der .relleno {
	background: url(/imagenes/sprites_horizontal.gif);
	background-repeat: repeat-y;
	height: 60px;
	font-size: 1px;
}
#footer #margen_izq .relleno {
	background-position: -230px 0;
}
#footer #margen_der .relleno {
	background-position: -262px 0;
}
#footer #footer_content {
	width: 936px;
	float: left;
}
#footer #footer_content .footer_opcion {
	width: 25%;
	float: left;
}
#footer #footer_content .footer_opcion_titulo {
	background: url(/imagenes/sprites_vertical.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 20px;
}
#footer #footer_content .footer_opcion_titulo h1{
	font-size: 100%;
	color: #FFF;
	text-align: center;
	padding-top: 3px;
}
#footer #footer_content .footer_opcion_content {
	height: 60px;
}
#footer #footer_content .footer_opcion_content h1, 
#footer #footer_content .footer_opcion_content h2, 
#footer #footer_content .footer_opcion_content h3, 
#footer #footer_content .footer_opcion_content a, 
#footer #footer_content .footer_opcion_content a:link, 
#footer #footer_content .footer_opcion_content a:visited, 
#footer #footer_content .footer_opcion_content a:active, 
#footer #footer_content .footer_opcion_content a:hover {
	color: #000;
	font-weight: 400;
	font-size: 100%;
	text-decoration: none;
}
#footer #footer_content .footer_opcion_content li{
	padding-left: 25px;
	list-style: none;
	background: url(/imagenes/control_play.gif);
	background-position: 5px 1px;
	background-repeat: no-repeat;
}

