/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

TITULO :  CSS para la aplicacion GESTOR DE CONTENIDOS
AUTOR:  Francisco 
EMAIL: proyectos@sernutec.com
URL :  http://www.sernutec.com

CREADO :  Octubre de 2005
MODIFICADO : 24 de cotubre de 2005

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* --------------------------------------
-----------------------------------------
GENERAL
----------------------------------------
-------------------------------------- */
body { margin: 0px; padding:0px; background: #FFFFFF url(archivos/6/Bg.gif) repeat-x; }

#contenido {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left:0 px;
	margin-left:20px;
	margin-top:5px;
	color: #444;
}

#Pagina { margin-left:15px; margin-top:-25px; margin-right:20px;
	line-height:17px;
	text-align:justify;
	}

	#Pagina table{ text-align:justify;}
.tablacontenido {
	border-left: 1px solid #D5E2D8;
	border-right: 1px solid #D5E2D8;
	background: url(archivos/6/BgTabla.gif) repeat-y;	
}
/* ----- LAYOUT (IDS) ----- */
#cabecera {
	width:760px;
	height:160px;
	display:block;
}

/* ----- CLASES ----- */
.nivel1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	width:171px;
	color: #376141;
	background-image: url(archivos/3/bgnivel1.gif);
	text-align:left;
	display: block;
	height: 22px;
	padding-top:5px;
}
.nivel2 {
	font-family: Verdana, Arial;
	font-size: 9px;
	width:171px;
	color: #FFF;
	background: #7D9F85;
	display: block;
	height: 18px;
	text-align:left;
	padding-top:5px;
}

#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:right;
	color: #333333;
}


#pie
{
	display:none;
	_display:auto;
	clear: both;
	margin: 0;
	color: #666;
	height:26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 4px;
	background-image: url(archivos/2/bgpie.gif);
}

/* ----- CLASES ----- */

/* ----- LISTAS ----- */
#menu ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	list-style-type: none;
	margin:0px;
}
a {
	color: #666;
	text-decoration:none;
}
a:hover {
	color: #333;
	text-decoration:none;
}
#contenido ol {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	border: none;
}
#contenido li {
	background-image: url(Archivos/6/li.gif);
	background-repeat: no-repeat;
	padding-left: 23px;
	margin-left: 10px;
	margin-bottom: 7px;
	background-position: 0px -4px;
}
#contenido a {
color: #4B9B4B;
text-decoration:none;
}
#contenido a:hover {
color: #444;
text-decoration:none;
}

.nivel2 a {
	color: #FFF;
	text-decoration:none;
}
.nivel1 a {
	color: #376141;
	text-decoration:none;
}
.nivel2b a {
	color: #FFF;
	text-decoration:none;
}
.nivel2b {
	font-family: Verdana, Arial;
	font-size: 9px;
	width:171px;
	color: #FFF;
	background: #7D9F85;
	display: block;
	height: 18px;
	text-align:left;
	padding-top:5px;
}
/* ----- ENCABEZADOS ----- */
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	height:56px;
	font-size: 20px;
	display: block;
	padding-left: 4px;
	padding-top:8px;
	color: #719579;
	background-image: url(archivos/6/bgh1.gif);
	background-repeat: no-repeat;
	text-indent: 23px;
}
h5{
	/*TITULO NOVEDADES*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height:2px;
	padding-left: 6px;
	color: #339900;
}
h4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #C25B44;
}
/* ----- TABLAS----- */
#contenido th {
	font-weight:normal;
	border:none;
	text-align: left;
	vertical-align:top;
	padding:10px;
}
#contenido table {
	border:0px;
	}
#contenido td {
	border:none; vertical-align:top;padding:10px;
}

/* ROUNDED BOX GENERATOR */
/* set millions of background images */
.rbroundbox { background: url(archivos/3/nt.gif) repeat; }
.rbtop div { background: url(archivos/3/tl.gif) no-repeat top left; }
.rbtop { background: url(archivos/3/tr.gif) no-repeat top right; }
.rbbot div { background: url(archivos/3/bl.gif) no-repeat bottom left; }
.rbbot { background: url(archivos/3/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 77%; margin: 1em auto; }


#noticias {
	margin-top:20px;
	padding-top:10px;
	padding-left:60px;
	padding-right:10px;
	padding-bottom:15px;
	width:420px;
	border: 1px solid #CCC;
 	background: url(archivos/3/bg_noticias.gif) no-repeat;
}
#sede {
	margin-top:20px;
	padding-top:10px;
	padding-left:60px;
	padding-right:10px;
	padding-bottom:15px;
	width:420px;
	border: 1px solid #CCC;
 	background: #F2F2F2;
}