@charset "UTF-8";
/* CSS Document */

/*RESETS*/
body, p, th, th, ul, ol, li, div, h1, h2, h3, h4, h5, img, a {
	margin:0;
	padding:0;
	border: 0;
}
a {
	text-decoration:none;
	color: #FFF;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #F90;
}

ul {
	list-style:none;
}
/*BASICOS*/
body {
	font-family: Helvetica, Arial, sans-serif ;
	font-size:14px;
	line-height:18px;
	background-color:#000;
	color: #E3E3E3;
}
h1 {
	margin:14px 0 6px 0;
	clear:both;
}
/*LAYOUTs*/
#contenedor {
	width: 920px;
	margin:auto;
}
#top {
	height:112px;
	background: url(../_imags/fondo_top.jpg) no-repeat;
	/*padding: 0px 0 0 700px;*/
	text-align:right;
	padding-right:50px;
}
#top #max {
	height:60px;
	width:150px;
	background:url(../_imags/max.jpg) no-repeat;
}
#top #max:hover {
	background-position: 0px -60px;
}
#banner {
	border-top:3px solid #FFF;
	border-bottom:3px solid #FFF;
	height: 200px;
}
#imagenBanner {
}
#cuerpo {
	background: url(../_imags/fondo_contenido.jpg) repeat-y;
	padding: 0px 49px 0 46px;
}
#cuerpo #menu{
	border-bottom: solid 3px #FFF;
	width: 825px;
	height: 30px;
	margin: 0 auto;
	text-align:center;
	font-size:11px;
}
#cuerpo #menu ul{
	text-align:center;
	width: 650px;
	margin:auto;
}
#cuerpo #menu ul li{
	float:left;
	margin: 0 8px;
}
#cuerpo #menu ul li a{
	text-indent:-9999em;
	height: 30px;
	display:block;
	background-repeat:no-repeat;
}
#cuerpo #menu ul li a#b01{background-image:url(../_imags/b01.jpg);width:50px;}
#cuerpo #menu ul li a#b02{background-image:url(../_imags/b02.jpg);width:127px;}
#cuerpo #menu ul li a#b03{background-image:url(../_imags/b03.jpg);width:87px;}
#cuerpo #menu ul li a#b04{background-image:url(../_imags/b04.jpg);width:50px;}
#cuerpo #menu ul li a#b05{background-image:url(../_imags/b05.jpg);width:67px;}
#cuerpo #menu ul li a#b06{background-image:url(../_imags/b06.jpg);width:65px;}
#cuerpo #menu ul li a#b07{background-image:url(../_imags/b07.jpg);width:82px;}
#cuerpo #menu ul li a:hover{
	background-position: 0 -30px;
}
/*******ANCHO DE CUERPO 805px*******/
#cuerpo #contenido{
	padding: 0 20px;
}
#cuerpo #contenido ul.lista{
	list-style: outside square;
	margin-left: 20px;
}
#cuerpo #contenido ul.lista li{
	margin: 3px 0 0 10px;
}
#cuerpo #contenido p{
	margin-top: 12px;
	text-align:justify;
}

#cuerpo #contenido ul.galería {
	margin-top:10px;
	list-style:none;
}
#cuerpo #contenido ul.galería li{
	float:left;
	margin: 0 5px;
	border: 1px solid #FFF;
	padding:0;
}
#cuerpo #contenido ul.galería li:hover{
	border: 1px solid #FFF;
}
#cuerpo #contenido ul.galeríaMini {
	margin-top:10px;
	list-style:none;
}
#cuerpo #contenido ul.galeríaMini li{
	width:67px;
	height:67px;
	float:left;
	margin: 8px 8px 0 0;
	border: 1px solid #CCC;
	padding: 5px 0 0 5px;
}
#cuerpo #contenido ul.galeríaMini li:hover{
	border: 1px solid #FFF;
}

#cierre {
	height:52px;
	background: url(../_imags/fondo_cierre.jpg) no-repeat;
	padding: 40px 49px 0 46px;
	text-align:center;
	font-size:10px;
}


/*CONTENIDOS GENERALES*/
.precarga {
	height:0;
	width:0;
}
.final {
	clear:both;
}
.fotoIzq {
	float:left;
	display:inline-block;
	margin-right: 16px;
}
.fotoDer {
	float:right;
	margin-left: 16px;
}
.fotoIzq img, .fotoDer img{
	margin-bottom:16px;
}
.borde{
	border: 1px solid #FFF;
}
.destacar {
	font-weight:bold;
}
.botonAncho {
	border: 1px solid #FC0;
	font-size:1.2em;
	text-align:center !important;
	padding:14px;
}
.botonAncho a {color: #FC0;}
.botonAncho a:hover {color: #FF0; text-decoration:none;}

.botonMini {
	
	text-align:center !important;
	padding:8px;
}
.botonAncho a {color: #FC0; width:200px; background: #FC0;}
.botonAncho a:hover {color: #FF0; text-decoration:none;}
