/* CSS Descargas - Sitio web oficial de NACH */

# {
	margin: 0px;
	padding: 0px;
	}
. {
	margin: 0px;
	padding: 0px;
	}

#audio {
	width: 462px;
	height: 82px;
	background-image: url(images/descargas/audio.jpg);
	background-position: top;
	}
#audio:hover {
	background-position: bottom;
	}
	
#video {
	width: 462px;
	height: 82px;
	background-image: url(images/descargas/video.jpg);
	background-position: top;
	}
#video:hover {
	background-position: bottom;
	}
	
#fotos {
	width: 462px;
	height: 82px;
	background-image: url(images/descargas/fotos.jpg);
	background-position: top;
	}
#fotos:hover {
	background-position: bottom;
	}


/* CSS Botón Entrar - Sitio web oficial de NACH */

.entrar_desc {
	width: 70px;
	height: 20px;
	padding: 48px 0px 0px 10px;
	}
	
	
/* CSS Contenido Descargas - Sitio web oficial de NACH */

.cont_descargas {
	width: 442px;
	background-image: url(images/descargas/contenido.gif);
	background-repeat: repeat-y;
	}
.cab_descargas {
	width: 442px;
	height: 39px;
	}
.pie_descargas {
	width: 442px;
	height: 10px;
	margin: 0px 0px 5px 0px;
	background-image: url(images/descargas/pie.gif);
	background-repeat: no-repeat;
	}
	
.cont_sub {
	width: 422px;
	margin: 10px 0px 0px 10px;
	background-color: #9FBCC9;
	color: white;
	}
.cab_sub {
	width: 422px;
	height: 25px;
	}

.cont_sub ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
.cont_sub ul li {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 2px 0px 2px 5px;
	background-image: url(images/descargas/sub/fondo.gif);
	background-repeat: no-repeat;
	}
.cont_sub a {
	display: block;
	list-style-type: none;
	padding: 2px 0px 2px 5px;
	background-image: url(images/descargas/sub/fondo.gif);
	background-repeat: no-repeat;
	}
.cont_sub a:link, .cont_sub a:visited {
	display: block;
	text-decoration: underline;
	color: white;
	}
.cont_sub a:hover, .cont_sub a:active {
	display: block;
	text-decoration: none;
	background-color:  #C5DAE3;
	background-image: url(images/descargas/sub/fondo_hover.gif);
	background-repeat: no-repeat;
	color: #686868;
	}

.pie_sub {
	width: 422px;
	height: 10px;
	margin: 0px 0px 0px 10px;
	background-image: url(images/descargas/sub/pie_sub.gif);
	background-repeat: no-repeat;
	}
	


/* CSS Fotos - Sitio web oficial de NACH */

.galeria {
	width: 423px;
	margin: 10px 0px 0px 10px;
	background-color: #9FBCC9;
	color: white;
	}
.galeria_cab {
	width: 423px;
	height: 25px;
	}

.galeria ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	}
.galeria ul li {
	float: left;
	padding: 0px 0px 9px 9px;
	list-style-type: none;
	list-style-image: none;
	}
.galeria ul li a {
	text-decoration: none;
	}
.galeria ul li a img {
	display: block;
	width: 58px;
	height: 58px;
	border: 1px solid white;
	}
.galeria ul li a:hover img {
	text-decoration: none;
	border: 1px solid #FFA00C;
	}
	
.galeria_pie {
	clear: both;
	width: 423px;
	height: 10px;
	margin: 0px 0px 0px 10px;
	background-image: url(images/descargas/sub/galeria_pie.gif);
	background-repeat: no-repeat;
	}
	
a img {border:0;}

div.cont_cal table tr td {
	vertical-align: middle;
}

div.cont_cal table tr td h1 {
	font-size: 20px;
	}