/* ASPECTO GENERAL */

body{
margin:0;
padding:0;
/*text-align: center; ?porque ? */
font-family: verdana, arial, sans-serif;
background: #FFFFFF url(../images/fondo.png) repeat-x top;
}

/* para algo debe de servir */
#accessibility {
position: absolute;
left: -2000px;
top: -2000px;
display: none;
}
/* para algo debe de servir */
#source {
position: absolute;
left: -2000px;
top: -2000px;
display: none;
}
div.cien{
	width: 100%;
}

/* La pagina completa, marca tamaño y la centra */

#pagecenter{
	width: 970px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: transparent; /* url(../images/back_all1024.gif) repeat-y ;*/
	font-size: smaller;
}
/* header completo, incluye barrita superior, logo y banner */
#header {
	height: 100px;
	width: 100%;
	background: transparent;
}
/* barrita superior incluye user 3 y user 4*/
#top-top{
	height: 35px;
	width: 100%;

}
/* marco para el logo */
#top-bottom {
	height: 65px;
	width: 420px;
	background: transparent url(../images/Logo.bmp) left top no-repeat;
	float: left;
}
/* marco para el banner */
#banner {
	width: 350px;
	height: 65px;
	float: right;
	background: transparent url(../images/elportal.gif) right top no-repeat;
}

/* marco del topmenu, a la izquierda arriba */
#topmenu{
	height: 25px;
	float: left;
	width: 600px;
	background: transparent;
}

/* marco del search, a la derecha arriba */
#search {
width: 160px;
height: 30px;
float: right;
background: url(../images/fondo_search.png) right top no-repeat;
vertical-align: top;
}
/*Detalle search */
#search form {
margin: 0px;
padding: 0px;
}
#search .inputbox{ /* Hay que buscar el estilo para que quepa texto ilimitado !!!!!*/
width: 140px;
height: 20px;
line-height: 14px;
background: transparent;
border: none;
margin: 5px;
padding: 0px;
margin-left: 10px;
color: #804000;
font-size: 14px;
}
/* items del top menu */

ul#mainlevel-nav
{
list-style: none;
padding: 0;
margin: 0;
float: left;
white-space: nowrap;
}

ul#mainlevel-nav li{
width: auto !important;
width: 5%;
float: left;
margin: 0;
font-size: 12px;
height: 20px;
line-height: 20px;
white-space: nowrap;
margin-right: 1px;	
}

ul#mainlevel-nav li a{
font-weight: bold;
height: 20px;
display: block;
padding-left: 5px;
padding-right: 10px;
text-decoration: none;
color: #FFFFFF;
margin-left: 5px;
white-space: nowrap;
text-decoration: none;

}
ul#mainlevel-nav li a:hover{
text-decoration: underline;
}

/*----------------------------------------------------------*/
/* CUERPO (web completa sin headers */
/* comprende menus (left/rigth), patway, content, etc...*/

#cuerpo-up{
margin: 0px;
padding: 0px;
width: 100%;
height: 20px;
}

#cuerpo{
margin: 0px;
padding: 0px;
width: 100%;
}

#cuerpo-dn{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 20px;
	text-align: center;
	color: #C0C0C0;
}


/*-----------------------------------------------*/
/* MODULES  ventanilla sombreada ! y titulo*/

#leftcol{
	width: 152px;  /* dentro de celda de tabla de 160 pixels, en el php ! */
	float: left;
/* position: relative;*/
	margin-right: 5px;
	font-size: 12px;
	line-height: 1.7;
	text-align: center;
} 


#leftcol div.module, #rightcol-normal div.module {
width: 152px;
background: transparent url(../images/module_middle.jpg) left repeat-y;
margin-bottom: 10px;
}

#leftcol div.module div, #rightcol-normal div.module div {
width: 152px;
background: transparent url(../images/module_top.jpg) top left no-repeat;
}

#leftcol div.module div div, #rightcol-normal div.module div div {
width: 152px;
background: transparent url(../images/module_bottom.jpg)  bottom left no-repeat;
}

#leftcol div.module div div div,#rightcol-normal div.module div div div{ 
width: 137px;
padding-left: 5px;
padding-right: 10px;
padding-top: 10px;
background: transparent;
padding-bottom: 10px;
}

div.module h3 {
width: 130px;
font-weight: bold;
margin: 0px;
padding: 0px;
margin-bottom: 5px;
font-size: 14px;
color: #800808;
border-bottom: 1px solid #800808;
}
/* SUBNIVEL 1 */
#leftcol div.module div div div div{ 
padding-top: 0px;
padding-bottom: 0px;
}


/* ITEMS MENU PRINCIPAL */
a.mainlevel {
padding-left: 4px;
width: 135px;
display: block;
line-height: 26px;
margin-bottom: 2px;
text-decoration: none;
font-weight: bold; /*PEDRO Más énfasis en menu */
border-right: 4px solid #CACACA;
voice-family:"\"}\""; /* Box Model fix */
voice-family:inherit;
font-size: 12px;
color: #FF8000;
}
html>body a.mainlevel {width:135px;} /* Opera5-Fix-fix ;-) */
a.mainlevel:hover/*,a.mainlevel#active_menu*/{
background: #F1F1F1;
text-decoration: none;
border-right: 4px solid #800808;
}

/* ITEMS MENU SECUNDARIO (prueba) */
a.sublevel {
padding-left: 9px;
width: 126px;
display: block;
line-height: 20px;
margin-bottom: 2px;
text-decoration: none;
font-weight: normal; /*PEDRO Más énfasis en menu */
border-right: 4px solid #CACACA;
voice-family:"\"}\""; /* Box Model fix */
voice-family:inherit;
font-size: 12px;
color: #FF8000;
}
html>body a.sublevel {width:126px;} /* Opera5-Fix-fix ;-) */
a.sublevel:hover /*,a.sublevel#active_menu*/ {
background: #F1F1F1;
text-decoration: none;
border-right: 4px solid #800808;
}

#active_menu {
background: #F1F1F1;
text-decoration: none;
border-right: 4px solid #800808;
}





/* copia de mainlevel
a.sublevel {
padding-left: 12px;
width: 135px;
display: block;
line-height: 22px;
margin-bottom: 0px;
text-decoration: none;
font-weight: notmal;
border-right: 4px solid #CACACA;
voice-family:"\"}\""; 
voice-family:inherit;
width: 127px;
font-size: 12px;
color: #FF8000;
background: url(../images/submenu_back.gif) left center no-repeat;
}
*/
/*
a.sublevel {
padding: 0px;
margin: 0px;
height: 20px;
padding-left: 12px;
width: 139px;
display: block;
line-height: 20px;
margin-bottom: 2px;
text-decoration: none;
font-weight: bold;
border-right: 4px solid #CACACA;
voice-family:"\"}\""; 
voice-family:inherit;
width: 123px;
font-size: 10px;
color: #FF8000;
background: url(../images/submenu_back.gif) left center no-repeat;
}

html>body a.sublevel {width:123px;} 

a.sublevel:hover, a.sublevel#active_menu {
text-decoration: none;
width: 139px;
voice-family:"\"}\""; 
voice-family:inherit;
width: 123px;
background: #F1F1F1 url(../images/submenu_back.gif) left center no-repeat;
border-right: 4px solid #800808;
}

html>body a.sublevel:hover, a.sublevel#active_menu { 
width: 123px;
}
/**/
div.mnu4{
	background-color: Aqua;
	height: 14px;
}
/*
div.module div div div{
padding: 0px;
margin: 0px;
height: 0px;
width: 139px;
	
}
*/

/* PATHWAY */

div#listo{ 
/*width: 600px;*/
height: 25px;
padding-top: 0px;
font-weight: bold;
font-size: 12px;
}
div#pathway{ 
/*width: 600px;*/
height: 25px;
padding-left: 160px;
padding-top: 0px;
font-weight: bold;
font-size: 12px;
color: #C0C0C0;
}

div#pathway a{
color: #FF8000;
text-decoration: none;
}
div#pathway a:hover{
color: #FF8000;
text-decoration: underline;
}

/* VENTANA CENTRAL
MAIN WINDOW */

#principal{
width: 100%;
margin-left: 0px;
background: transparent;
} 
/* envuelve mosWindow() */
.content {
	padding: 0px 0px 0px 0px;
	width: 100%;
	margin: 0px 0px 0px 0px;

}


/* CONTENIDO */

/*incluye toda la noticia, solo una noticia
pero contentpaneopen aparece dos veces ¿? */
.contentpaneopen {
text-align: left;
background: transparent;
line-height: 1.4;
/*font-size: 16px;*/
}


/* titulo de las noticias */
.contentheading {
/* trasladado a H1 y H2
width: 98%;
font-size: 16px;
font-weight: bold;
height: 23px;
line-height: 20px;
*/
font-family: 'Trebuchet MS', verdana, sans-serif;
/*border-bottom: 1px solid #800808;*/
color: #800808;
}
.contentheading a{
color: #FF8000;
text-decoration: none;
}
.contentheading a:hover{
color: #800808;
}
/* titulos grandes para buscadores, no para usuarios */
.H2item{
	
	font-size: 120%;
/*	height: 23px;
	line-height: 20px;*/
	margin-bottom: 0px;
	border-bottom: 1px solid #800808;
}
.H1item{
	font-size: 120%;
/*	height: 23px;
	line-height: 20px;*/
	margin-bottom: 0px;
	border-bottom: 1px solid #800808;
}


/* fechas(xxedate) y autor(small)  */

.small {
	color: #C0C0C0;
	line-height: 0.7;
	font-size: 80%;
}
.createdate{
	color: #C0C0C0;
	line-height: 0.7;
	font-size: 80%;
}
.modifydate {
	color: #C0C0C0;
	font-size: 80%;
	margin-top: 25px;
}
/* Leer más */

a.readon {
text-decoration: none;
border: 1px solid #EEEEEE;
padding-left: 13px;
background: url(../images/readon.gif) no-repeat left;
margin-top: 25px;
text-decoration: none;
font-weight: normal;
font-size: 80%;
color: #FF8000;
}
a.readon:hover {
text-decoration: none;
background: #EEEEEE url(../images/readon2.gif) no-repeat left;
}

/* IMAGENES EN ARTICULOS */
.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}
.mosimage_caption {
	margin-top: 2px;
	background: #F0F0F0;
	padding: 1px 2px;
	border-top: 1px solid #cccccc;
	font-size: 60%;
}

/* COMPONENTE */

/* el nombre del componenete*/
.componentheading {
width: 98%;
font-size: 16px;
font-weight: bold;
height: 23px;
line-height: 20px;
font-family: 'Trebuchet MS', verdana, sans-serif;
border-bottom: 1px solid #800808;
color: #800808;

}
.contentpane{
	width: 100%;

}
/*es la descripcion del componete */
.contentdescription {
text-align: left;
background: transparent;
line-height: 1.4;
}
/* la lines de netrada para filtrar*/
#filtro {
font-size: 12px;
line-height: 18px;
}
.sectiontableheader {
	font-weight: normal;
	height: 25px;
	line-height: 25px;
	font-size: smaller;
  line-height: 1.4;
}
/* par o impar */
.sectiontableentry1 {
	background: #F0F0F0;
}
.sectiontableentry2 {
	background: #E0E0E0;
}
/* tres campor por fila */
#creada{
	font-size: x-small;
}
#enlace{
	font-size: smaller;
   line-height: 1.8;
}
#autor{
	font-size: x-small;
}
#clicks{
	font-size: x-small;
}

/*
.categorytitle {
font-weight: bold;

height: 25px;
line-height: 25px;
font-family: "Trebuchet MS", Verdana, sans serif;
}
*/









/* ELEMENTOS GENERICOS NO CONTYEMPLADOS HASTA AHORA*/
a {
color: #FF8000;
text-decoration:  none;
font-weight: bold;
border: none;
}
a:hover {
text-decoration:  underline; 
border: none;
}
.inputbox{
   border: 1px solid #C0C0C0;
	/*height: 18px;*/
	line-height: 14px;
	background: White;
	/*margin: 0px;
	padding: 0px;*/
	font-size: 12px;
}
.button{
   border: 1px solid #C0C0C0;
/*	height: 18px;*/
	font-size: 14px;
	
}

form {
margin: 0px;
padding: 0px;
}

hr {
width:  90%; 
 }
hr.separator {
width:  40%; 
 }
 
 
 
/*########################################
RESALTADO EN COLORES	
########################################*/
.fondo_amarillo{
background: Yellow;
}


