/*---------------------------------------------------------------------------------------*/
/*----------- ESTILOS MAESTROS -----------*/
/*---------------------------------------------------------------------------------------*/
html
{
	margin:0;
	padding:0;
	background-color:#fff; 
}

body
{
	margin:0;
	padding:0;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:100%;
	color:#555;
	text-align:center;
}

a
{
	color: #666699;
	text-decoration:none;
}

a:hover
{
	color:#FFA400;
}

	
/*---------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------------*/

/*------------------------------- MENU SUPERIOR -----------------------------------------*/
#menusup
	{
	margin:0.3em 0em 0em 0em;
	padding:1.3em 0em 0em 0em;
	height:3em;
	background:url(pics/gr_barra.png) top center no-repeat;
	display:block;
	text-align:center;
	}

#menusup li , #menusup ul
{
	margin:0;
	padding:0;
	display:inline;
	background-image:none;
}

 #menusup a 
{
	font-family:Trebuchet MS, Verdana,Arial,Helvetica, sans-serif;
	padding:0em 0.7em 0em 0.2em;
	font-size:105%;
	font-weight:bold;
	text-transform:capitalize;
	background:url(pics/gfx_dot.png) right center no-repeat;
	
}

 #menusup a.no-dot
{
	background:none;
}



/*------------------------------- MENU LATERAL -----------------------------------------*/

#menu-lat
{
	margin:0;
	padding:0;
	border:0;
	float:right;
	width:15em;
}

#menu-lat h3
{
	margin:0;
	padding:1em 1em 1em 0em;
	font-family:Trebuchet MS, Verdana,Arial,Helvetica, sans-serif;
	text-transform:capitalize;
	font-size:90%;
	font-weight:bold;
	text-align:center ;
	color:#ffa400;
	background:url(pics/gr_menulat-top.png) top center no-repeat;
}

#menu-lat-center
{
	margin:0;
	border:0;
	padding:0em 3em 0em 2em;
	background:url(pics/gr_menulat-center.png) top center repeat-y;
}

#menu-lat-center strong
{
	margin:0em 0em 1em 0em;
	padding:1em 0em 0.1em 1.5em;
	font-size:90%;
	font-family:Trebuchet MS, Verdana,Arial,Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	text-transform:capitalize;
	color:#7e7e7e;
	background:url(pics/back_star3.png) left bottom no-repeat ;
	display:block;
}

#menu-lat-center li , #menu-lat-center ul
{
	margin:0;
	border:0;
	padding:0;
	font-size:90%;
	list-style:none;
}
#menu-lat-center li a
{
	padding-left:2em;
	background:url(pics/gfx_dot.png) no-repeat;
	background-position:1em  50%;
}

#menu-lat-bottom
{
	margin:0;
	padding:0;
	height:3em;
	background:url(pics/gr_menulat-bottom.png) top center no-repeat #fff;
}

/*------------------------------- MIGAS DE PAN-----------------------------------------*/

#migaspan
{
	font-size:80%;	
}
#migaspan a
{
	font-weight:bolder;
}

/*------------------------------- CONTENEDOR -----------------------------------------*/


#contenedor
	{ 
 	text-align: left; 
 	width: 780px;
	background : #fff; 
 	margin: auto; padding-left:40px;
	
	}	


#contenido
{
	padding-right:16em;
	
}

#contenido.nomenulat
{
	padding-right:3em;
}


#contenidoalbum
{
	padding-right:4em;
	
}
/*------------------------------- CONTENIDO GENERICO -----------------------------------------*/

#gen , #album
{
	font-size:90%;
}

#gen img , #album img
{
	border:0;
}

#gen hr , #album hr
{
	margin:0em 0em 0.7em 0em;
	padding:0;
	border:dashed #c8c8c8 0.1em;
	display:block;
}

#gen li 
{
	background:url(pics/gr_dot.png) no-repeat;
	background-position: 0% 0.2em;
	padding-left :1em;
	display:block;
	list-style:none;
}

#gen table
{
	width:99%;
	border:dashed #c8c8c8 0.1em;
	border-top:0;
	text-align:center;
}

#gen caption
{
	font-size:11px;
	background:#000 url(pics/back_black.png) right top repeat-y ;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	padding:3px;
	padding-left:10px;
	padding-right:10px;
}

#gen th
{
	background:#F9F9F9;
	border-bottom:dashed #c8c8c8 0.1em;

}

#gen h2 , #album h2
{
	margin:0.6em 0em 0em 0em;
	padding:0.3em 0em 1em 1.6em;
	font-size:140%;
	font-family:Trebuchet MS, Verdana,Arial,Helvetica, sans-serif;
	background:url(pics/back_special.png) left top no-repeat ;
	color:#7e7e7e;
	font-weight:bold;
	text-transform:capitalize;
	font-style:italic;
	display:block;
}


#gen h3 , #album h3
{
	font-size: 11px;
	background: #000 url(pics/back_black.png) right top repeat-y ;
	color : #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
}

#gen h4
{
	font-size: 11px;
	background-color: #f2f2f2;
	color : #000;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #9b9b9b;
}

#gen .nota
{
	font-size:90%;
	background:#fff url(pics/back_note2.png) right bottom no-repeat ;
	font-style:italic;
	color :#7e7e7e;
	font-weight:bold;
	border:2px dotted #000;
	padding:1em;
}

#gen .polaroid
{
	background:url(pics/back_photo-album.png) top left no-repeat;
	padding:11px 11px 30px 9px;
}
	
/*------------------------------- LISTADO DE ARCHIVOS -----------------------------------------*/

.listadoarchivos p
{
	clear:left;
}

/*------------------------------- ALBUM DE FOTOS -----------------------------------------*/


#album ul
{
	display:block;
}

#album li
{
 	display:inline;
	float:left;
	width:101px;
	height:10em;
	padding:1em;
	margin:1em;
	text-align:center;
	border:0;
}

#album li img
{
	border:0;
	background:url(pics/back_photo-album.png) top left no-repeat;
	padding:11px 13px 30px 10px;
}

#album li a
{
	display:block;
}


#album hr
{
	clear:both;
}

/*------------------------------- MAPA WEB -----------------------------------------*/

#gen.mapaweb li
{
	background:none;
}

#gen.mapaweb ul li a
{
	background:url(pics/gr_dot.png) no-repeat;
	padding-left:1.3em;
	background-position:0% 0%;
}

#gen.mapaweb ul
{
	margin-bottom:1em;
}

#gen.mapaweb li .home
{
	background:url(pics/ico-mapaweb-home.png) no-repeat;
	background-position: 0% 0%;
}

#gen.mapaweb li .extra
{
	background:url(pics/ico-mapaweb-extra.png) no-repeat;
	background-position: 0% 0%;
}

#gen.mapaweb li .section
{
	background:url(pics/ico-mapaweb-section.png) no-repeat;
	background-position: 0% 0%;
}


/*------------------------------- MENU INFERIOR -----------------------------------------*/
#menubottom
{ 
	margin:0;
	padding:1.2em 0em 0em 0em;
	clear:both;
	display:block;
	text-align:center;
	height:5em;
	background:url(pics/gr_barra-bottom.png) top center no-repeat;

}

#menubottom p
{
	margin:1em 0em 0em 0em;
	padding:0.7em 0em 0em 0em;
	font-size:78%;
	margin:0;
}

#menubottom .cc
{
	background:url(pics/ico-cc-bottom.png) right center no-repeat;
	padding-right:2em;
}

#menubottom .mail
{
	background:url(pics/ico-mail-bottom.png) right center no-repeat;
	padding-right:1.8em;
}

#menubottom .info
{
	background:url(pics/ico-info-bottom.png) right center no-repeat;
	padding-right:1.5em;
}

#menubottom .mapaweb
{
	background:url(pics/ico-mapaweb-bottom.png) right center no-repeat;
	padding-right:1.5em;
}

#menubottom li , #menubottom ul
{
	margin:0;
	padding:0;
	display:inline;
	
}

#menubottom a 
{
	font-family:Trebuchet MS, Verdana,Arial,Helvetica, sans-serif;
	padding:0em 0.7em 0em 0.2em;
	font-size:105%;
	font-weight:bold;
	background:url(pics/gfx_dot.png) right center no-repeat;
}

#menubottom a.no-dot
{
	background:none;
}



.ebook
{
	border-bottom: 1px solid #c8c8c8;
	padding:30px 10px 0 10px;
	background:url(pics/back-ebook.png) left top no-repeat #fff;
}

.ebook h3
{
	display:block;
	text-align:center;
	width:70%;
	margin:auto;
}

.ebook dl
{
	margin-left:1em;	
}

.ebook dl dt
{
	margin-top:0.5em;
}

.ebook dl dt.ebtematica
{
	background:url(pics/ico-ebook-abstract.png) left center no-repeat;
	padding-left: 18px;
	font-weight:bolder;
}

.ebook dl dt.ebautor
{
	background:url(pics/ico-ebook-author.png) left center no-repeat;
	padding-left: 18px;
	font-weight:bolder;
}

.ebook dl dt.ebinfo
{
	background:url(pics/ico-info.png) left center no-repeat;
	padding-left: 18px;
	font-weight:bolder;
}

.ebook dl dt.eblicencia
{
	background:url(pics/ico-ebook-license.png) left center no-repeat;
	padding-left: 18px;
	font-weight:bolder;
}

.ebook dl dd
{
/*	font-style:italic;*/
	font-size:90%;
}

.ebook ul li
{
	list-style:none !important;
	background:none !important;
	margin:0 0 0 -5em;
	text-align:center;
	font-size:60%;
}



/*---------------------------------------------------------------------------------------*/
/*----------- CLASES ESPECIALES ------------*/
/*---------------------------------------------------------------------------------------*/		


.mail
{
	background:url(pics/ico-mail.png) right center no-repeat;
	padding:0.1em 1.3em 0.1em 0em;
}

.extern
{
	background:url(pics/gr_link.png) right bottom no-repeat ; 
	padding-right:1em;
}

.display-none
{
	display:none;
}

.align-center
{
	text-align:center;
	display:block;
}

.img-center
{
	text-align:center;
	display:block;
	margin:auto;
}

.estado
{
	margin-bottom:-0.3em;
}


.nuevo
{
	color:#f00;
	font-weight:bolder;
}

/*ESTADOS DE PROYECTOS*/
.activo
{color:#669900;}
.inactivo
{color:#A9A9A9}
.abortado
{color:#BB0000}
.terminado
{color:#3465a4}
.paralizado
{color:#FF9933}




.border-cero
{
	border:0;
}

.float-left
{
	float:left;
	margin:5px;
	margin-left:0;
}
.float-right
{
	float:right;
	margin:5px;
	margin-right:0;
}




.go
{
	background: url(pics/gr_flecha-go.png) right center no-repeat;
	text-align:right;
	display:block;
	padding-top:3px;
	padding-bottom:3px;
	padding-right: 25px;
}
