/* GENERAL */
h1,h2,h3{
	display:block;
	font-size: 1.25em;
	margin:0.3125em 0 0.625em 0;
	padding: 0.12em;
	height:1.25em;
	line-height:1.25em;
	color: #F48000;
	font-weight: normal;
	border-bottom: solid 0.12em #565656;
}
a:hover{
	color: #FFFFFF;
}
a{
	color: #F48000;
	cursor:pointer;
}

/* LAYOUT */
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
	background: #666666 url("../img/faux_bg.gif") repeat-x;
}
#wrap{
	width: 60em;
	margin:auto;
}
#header{
	width:100%;
	height: 216px;
	background: #666666 url("../img/faux_bg.gif") repeat-x;
}
#footer{
	width:100%;
	height: 25px;
	background: url("../img/footer_bg.gif") no-repeat right;
	clear:both;
	 
}
#navbar{
	width:100%;
	/*height:40px;*/
	float:left;
	margin-bottom: 30px;
}

/* HEADER */
#header{
	position:relative;
	overflow: hidden;
}
#header #image_rotation4{
	height: 216px;
	width: 550px;
	background: url("../img/header-4.jpg") no-repeat;
}
#header #image_rotation1{
	height: 216px;
	width: 550px;
	background: url("../img/header-1.jpg") no-repeat;
}
#header #image_rotation2{
	height: 216px;
	width: 550px;
	background: url("../img/header-2.jpg") no-repeat;
}
#header #image_rotation3{
	height: 216px;
	width: 550px;
	background: url("../img/header-3.jpg") no-repeat;
}
#header #shape_ontop{
	height: 216px;
	width: 550px;
	background: url("../img/header_shape.png") no-repeat;
}
#header #logo{
	position:absolute;
	top: 50px;
	left:500px;
}

/* FOOTER */
#footer a{
	color: #ECECEC;
	text-decoration:none;
	color: #ECECEC;
	font-size: 0.7em;
	line-height:24px;
	height: 24px;
	display: block;
}
#footer .main{
	width: 35.625em;
	float:left;
}
#footer .side{
	width: 24.3em;
	float:right;
}
#footer .main a{
	float:right;
}


/* CONTENT */
#content{
	width:100%;
	padding: 0 0 1.25em 0;
}
#content #main{
	width: 35.625em;
	float:left;
}
#content #side{
	width: 24.3em;
	float:right;
}
#content .inner{
	padding: 1.25em;
}
#content #main p{
	padding-left:0;
	padding-right:0;
	text-align:justify;
	color: #FFFFFF;
}
#content #main .body{
	font-size: 0.75em;
	text-align:justify;
	color: #FFFFFF;	
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* NOTICIAS */
#noticias {
	margin-top: 3.8em;
	width: 100%;
}
#noticias a{
	outline: none;
}
.noticia {
}
#noticias .head{
	background: #F48000 url("../img/noticias_head.png") no-repeat right;
	width: auto;
	height: 33px;
	font-size: 0em;
	line-height: 0em;
	color: #F48000;
	padding: 0; 
	margin: 0;
}
#noticias .lista_noticias{
	background: #FFFFFF;
	padding: 0.625em;
	display: block;
}
#noticias .noticia {
	clear:both;
}
#noticias .lista_noticias .titulo{
	cursor: pointer;
	width:100%;
	outline: none;
}
#noticias .lista_noticias .titulo span{
	font-size:1em;
	line-height: 1em;
	font-weight: bold;
	padding: 0.3125em;
	display: block;
}
#noticias .lista_noticias .titulo .mes{
	color: #666666;
	float:left;
	padding-left:0;
	padding-right:0;
}
#noticias .lista_noticias .titulo .ano{
	color: #F48000;
	float:left;
	padding-left:0;
	padding-right:0;
}
#noticias .lista_noticias .titulo .texto{
	color: #000000;
	font-size: 0.75em;
	line-height: 1.5em;
	float:right;
}
#noticias .lista_noticias .titulo .texto:hover{
	color: #F48000;
}
#noticias .lista_noticias .cuerpo_holder{
	overflow:visible;
	clear:both;
	font-size: 0.75em;
	
	text-align:justify;
	margin-bottom: 0.625em;
}
#noticias .lista_noticias .cuerpo{
	clear:both;
	overflow: hidden;
	display: block;
	padding: 0.625em;
}
#noticias .lista_noticias .cuerpo p{
	padding: 0 ;
}
#noticias .lista_noticias .noticia.active .cuerpo_holder{
	border: solid 0.0625em #D1D1D1;
	background: url("../img/noticia_cuerpo_bg.gif") repeat-x;
}
#noticias .lista_noticias .noticia.active .titulo .texto{
	border: solid 0.0625em #D1D1D1;
	border-bottom:  0;
	background: url("../img/noticia_title_on.gif") repeat-x bottom;
	padding-left: 1.25em;
	padding-right: 1.25em;
}
#noticias .lee_mas{
	float: right;
	width: auto;
	display: block;
	height: 1.25em;
	line-height:1.25em;
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	padding: 0.625em;
	text-decoration: none;
}
#noticias .ver_todas{
	float: right;
	width: auto;
	display: block;
	height: 1.25em;
	line-height:1.25em;
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	padding: 0.625em;
	text-decoration: none;
}
#noticias a.ver_todas{ 
	color: #666666;
}
#noticias a.lee_mas{
	color: #666666;
}
#noticias a.ver_todas:hover{
	color: #F48000;
}
#noticias a.lee_mas:hover{
	color: #F48000;
}

/* MENU */

#menu {
	position:absolute;
	bottom: 0;
	left:0;
	height: 56px;
	padding-left:30px;
}
#menu li{
	float:left;
	height:56px;
	margin: 0 10px 0 0;
}
#menu li a{
	display:block;
	height:56px;
	text-decoration:none;
	color: #000000;
	font-size:12px;
}

#menu li a.que_es_aludec{
	width: 60px;
	background: url("../img/menu/que_es_aludec.png") no-repeat;
}
#menu li a.noticias{
	width: 80px;
	background: url("../img/menu/noticias.png") no-repeat;
}
#menu li a.descargas{
	width: 68px;
	background: url("../img/menu/descargas.png") no-repeat;
}
#menu li a.contactanos{
	width: 73px;
	background: url("../img/menu/contactate.png") no-repeat;
}
#menu li a.socios{
	width: 48px;
	background: url("../img/menu/hacete_socio.png") no-repeat;
}
#menu li.on{
	background: #666666;
}
#menu li.on a,#menu li a:hover{
	background-position: 0 -56px;
}

/* NAVBAR */
#navbar {
	padding-left:27px;
}
#navbar ul{
}

#navbar li{
	float:left;
	height:40px;
	background: url("../img/navbar_bg.gif") repeat-x;
	font-size: 14px;
}
#navbar li a{
	display:block;
	height:19px;
	padding: 8px;
	text-decoration:none;
	color: #FFFFFF;
	float:left;
}

#navbar li.first{
	width: 10px;
	/*background: url("../img/navbar_der.gif") repeat-x;*/
}
#navbar li.first img{
	display: block;
	float:left;
}
#navbar li.last{
	width: 10px;
	/*background: url("../img/navbar_izq.gif") repeat-x;*/
}
#navbar li.last img{
	display: block;
	float: right;
	/*background: url("../img/navbar_izq.gif") repeat-x;*/
}

/* ACTIONS */
#navbar li a:hover{
	border-bottom: solid 1px #000000;
	color: #F48000;
}
#navbar li a.on{
	border-bottom: solid 1px #000000;
	background: #F48000;
}
#navbar li a.on:hover{
	border-bottom: solid 1px #000000;
	color: #FFFFFF;
}

/* listado de noticias inter/nac*/

#notilist li{
	border-bottom: solid 0.0625em #555555;
	margin: 0 0 15px 0;
}

#notilist li span.titulo{
	border-bottom: solid 0.0625em #565656;
	margin: 0;
	display: block;
	width: auto;
	padding: 0.125em 0 0.25em 0;
	font-size:1.25em;
}
#notilist li span.titulo .fecha{
	margin: 0 0.3215em 0 0;
	font-weight: bold;
}
#notilist li span.titulo a{
	color: #FFFFFF;
	cursor:pointer;
}
#notilist li span.titulo a:hover{
	color: #F48000;
}
#notilist li div.resumen{
	background: #888888;
	padding: 0.3215em ;
}
#notilist li.zebra div.resumen{
	background: #777777;
	padding: 0.3215em;
}
#notilist li div.resumen .rmore{
	display:block;
	width: auto;
	clear:both;
	text-align:right;
	
}
#notilist li .resumen a:hover{
	color: #FFFFFF;

}
#notilist li .resumen a{
	color: #F48000;
	cursor:pointer;
}

/* Listado de Archivos */

ul.descargas{
	margin: 1.25em 0 0 0;
}
ul.descargas li{
	padding: 0.625em;
	border-top: solid 0.0625em #222;
	border-bottom: solid 0.0625em #222;
	background:#555;
	margin: 0 0 0.625em 0;
}
ul.descargas li.zebra{
	background: #444;
}
ul.descargas li .filetype{
	float:left;
	width: 32px;
	height: 32px;
	margin: 5px 10px 0 0;
	background: no-repeat;
	background-image: url("../img/ftypes/file.png");
}
ul.descargas li.pdf .filetype{
	background-image: url("../img/ftypes/pdf.png");
}
ul.descargas li.word .filetype{
	background-image: url("../img/ftypes/doc.png");
}
ul.descargas li.imagen .filetype{
	background-image: url("../img/ftypes/imagen.png");
}
ul.descargas li.video .filetype{
	background-image: url("../img/ftypes/video.png");
}
ul.descargas li.quicktime .filetype{
	background-image: url("../img/ftypes/mov.png");
}
ul.descargas li.sonido .filetype{
	background-image: url("../img/ftypes/sound.png");
}
ul.descargas li.zip .filetype{
	background-image: url("../img/ftypes/comp.png");
}
ul.descargas li a{
	display:block;
	width: auto;
	padding: 0.125em;
	color: #ccc;
	text-decoration:none;
}
ul.descargas li a .titulo{
	color: #FFF;
	text-decoration:underline;
}
ul.descargas li a:hover, ul.descargas li a:hover .titulo{
	color: #F48000;
}

ul.cats {
	padding: 1.25em;
	margin: 0 0 1.25em 0;
}
ul.cats li{
	display:inline;
	font-size: 1.25em;
	margin: 0.625em 0.625em 0 0;
}
ul.cats li a{
	color: #F48000;
	text-decoration: none;
	padding: 0.25em;
}
ul.cats li a{
	color: #F48000;
	text-decoration: none;
}
ul.cats li a:hover {
	background: #F48000;
	color: #FFF;
	text-decoration: none;
}
ul.cats li a.on {
	background: #F48000;
	color: #FFF;
	text-decoration: none;
}
.white{
	color :#FFF;
}

/* galeria fotos */

ul#gallery li {
	display: block;
	width: 104px;
	padding: 0;
	overflow: hidden;
	border: solid 1px #222;
	margin: 10px 10px;
	float:left;
}
ul#gallery li a{
	display: block;
	width: 84px;
	padding: 10px;
	text-decoration: none;
	font-size: 10px;
	text-align:center;
}
ul#gallery li a img{
	display: block;
	width:80px;
	height:80px;
	margin-bottom: 10px;
	text-decoration: none;
}
ul#gallery li a:hover{
	background: #777;
	text-decoration: underline;
}

#youtube_vid{
	padding: 1px;
	background: #222;
	border: solid 5px #777;
	width: 425px;
	margin: 1.25em auto 1.25em auto;
}
/* comunidad*/
#comunidad {
	margin-top: 3.8em;
	width: 100%;
}
#comunidad a{
	outline: none;
}
#comunidad .head{
	background: #F48000 url("../img/comunidad_head.png") no-repeat right;
	width: auto;
	height: 33px;
	font-size: 0em;
	line-height: 0em;
	color: #F48000;
	padding: 0; 
	margin: 0;
}
#comunidad .foro{
	background: url("../img/back_foro.png");
	width: auto;
	height: 70px;
	font-size: 0em;
	line-height: 0em;
	color: #F48000;
	padding: 0; 
	margin: 0;
}
#comunidad .foro a{
	background: url("../img/foro.png") no-repeat right;
	width: auto;
	height: 70px;
	font-size: 0em;
	line-height: 0em;
	color: #F48000;
	padding: 0; 
	margin: 0;
	display: block;
}
/* footer */

#footer a:hover{
	color: #F48000;
	cursor:pointer;
}

#footer a.gasociados{
	font-size: 0;
	font-family:"Courier New", Courier, monospace;
	line-height: 0;
	text-indent: 100px;
	overflow: hidden;
	height: 1px;
	width: 20px;
	padding: 19px 0 0 0;
	float: right;
	margin: 2px 10px 0 0;
	background: url("../img/gasociados.png");
}
#vertodas{
	clear:both;
}