/* BODY Y HTML */
html { height: 100%; background-color:#FFF; }
body { 	height: 100%; background-color:#FFf;font-family:Verdana, Arial, Helvetica, sans-serif; }

/* BORRA FLOATS */
.clr { clear: both; }

/* ENCABEZADO */
#header {width:900px; height: 100px; background: url(../images/header.png) no-repeat; }

/* BORDE GENERAL */
#container {width:900px;background-image:url(../images/fondomenu.png); background-repeat:repeat-y; background-position:left;clear:both;}

/* LATERAL IZQUIERDO */
#left_outer { width: 140px; height:100%;float:left;}

/* CONTENIDO */
#contenido { width:600px; float:left;}
#body_outer { background-color:#FFFFFF; width:600px; }

/* LATERAL DERECHO */
#right_outer { width:157px; float:left; margin-left:3px; background-color:#EFEFEF; height:100%;}

/* FOOTER */
#footer{ width:900px; height:45px; font-size:10px;color:#FFFFFF; padding-top:3px;font-weight:bold; 
	background-color:#FF4D00;text-align: center;}

/* ESTILOS */
.maintitle { color: #ffffff; font-size: 40px; padding-left: 15px; padding-top: 20px; }
.error {   font-style: italic;  text-transform: uppercase;  padding: 5px; color: #cccccc; font-size: 14px; font-weight: bold; }

/** old stuff **/

/* BOTON BACK */ 
.back_button {
  float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

/* PAGINACION */
.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}
.pagenavbar { margin-right: 10px; float: right; }

/* LISTADOS - ELEMENTOS DE MENU ANIDADOS */
ul { margin: 0; padding: 0; list-style: none; }
li { line-height: 15px; padding-left: 15px; padding-top: 0px; background-image: url(../images/arrow.png); 
      background-repeat: no-repeat; background-position: 0px 2px; }

/* TD */
td { text-align: left; font-size: 11px; }

/* BODY FUENTE DEL SITIO COLOR DE FONDO */
body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4A4A4A;
	line-height: 120%;
	font-size: 10px;
	color: #333333;
	background-color:#FFf;
}

/* VINCULOS */
a:link, a:visited { color:#FF6600; text-decoration: none; font-weight: bold; }
a:hover { color:#FFCC00;	text-decoration: none; font-weight: bold;}

/* PROPIEDADES DEL MAINBODY */
table.contentpaneopen {  width: 100%; padding: 0px; border-collapse: collapse; border-spacing: 0px; margin: 0px; }
table.contentpaneopen td {  padding-right: 5px; }
table.contentpaneopen td.componentheading { padding-left: 4px; }

table.contentpane {  width: 100%;  padding: 0px; border-collapse: collapse; border-spacing: 0px; margin: 0px; }
table.contentpane td { margin: 0px; padding: 0px; }
table.contentpane td.componentheading { padding-left: 4px; }

table.contentpaneopen fieldset {border: 0px; border-bottom: 1px solid #eee; }

/* BOTONES */
.button {
  color:#FFF;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  border: 0px solid #cccccc;
  width:65px;
  background: url(../images/botonfondo.gif);
  padding: 0px 5px;
  line-height: 18px !important;
  height: 26px !important;
  margin: 1px;
}

/* FORMULARIOS */
.inputbox { padding: 2px; border:solid 1px #cccccc; background-color: #ffffff; }

/* TITULO DEL CONTENIDO (CONTACTENOS, BUSQUEDA, PRINCIPAL...) */
.componentheading { color:#000; text-align: right;
	padding-top: 0px; padding-right: 4px; height: 10px;  font-weight: bold; 	font-size: 8px; text-transform: uppercase; }

.contentcolumn { padding-right: 5px; }

/* TITULOS DE LAS NOTAS, COLOR DE FONDO..*/
.contentheading { height: 22px; color:#333333;font-size: 20px; text-align: center;white-space:normal; }

.contentpagetitle { font-size: 13px; font-weight: bold; color: #cccccc; text-align:left; }

table.searchinto { width: 100%; }
table.searchintro td { font-weight: bold; }

/* MODULOS */
table.moduletable { width: 100%;padding: 0px; border-spacing: 0px; border-collapse: collapse; }

/* TABLA DE LOS MODULOS */
div.moduletable { padding: 0; margin-bottom: 2px;margin-bottom:10px; font-size:11px; color:#FFF; }

/* TITULO DE LOS MODULOS */
table.moduletable th, div.moduletable h3 {
	background: url(../images/modulotop.png) no-repeat #ff6600;
	color:#ffffff;
	text-align:center;
	padding-right: 0px;
	height: 21px;
	line-height: 21px;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	font-size: 14px;
	/*margin: 0 0 2px 0;*/
}

table.moduletable td {font-size: 11px; padding: 0px; margin: 0px; font-weight: normal;}
/*---------------------------------------------------------------*/

/* MODULOS LATERAL DERECHO*/
table.moduletable-der { width: 100%;padding: 0px; border-spacing: 0px; border-collapse: collapse; }

/* TABLA DE LOS MODULOS */
div.moduletable-der { padding: 0; margin-bottom: 2px;margin-bottom:10px; font-size:11px; color:#FFF; }

/* TITULO DE LOS MODULOS */
table.moduletable-der th, div.moduletable-der h3 {
	background-color:#FF5900;
	border-left: 1px solid #FF5900;
	border-top: 1px solid #FFFFFF;
	color:#FFf;
	text-align:center;
	padding-right: 4px;
	height: 22px;
	line-height: 21px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 2px 0;
}

table.moduletable-der td { font-size: 9px; padding: 0px; margin: 0px; font-weight: normal; 
	border:1px solid #FF5900; border-top:1px solid #666;padding-left:2px;padding-right:2px;}

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

table.pollstableborder td {   padding: 2px; }

.sectiontableheader {  font-weight: bold;  background: #f0f0f0;   padding: 4px; }
.sectiontablefooter { }

/* COLOR DE LOS LISTADOS */
.sectiontableentry1 { background-color : #ffffff; }
.sectiontableentry2 { background-color : #f9f9f9; }

/* FECHA DE CREACION Y MODIFICACION */
.createdate { height: 15px; padding-bottom: 10px; color: #999999; font-size: 11px; }
.modifydate { 	height: 15px; 	padding-top: 10px; 	color: #999999; font-size: 11px;  }

table.contenttoc { border: 1px solid #cccccc; padding: 2px; margin-left: 2px;  margin-bottom: 2px; }
table.contenttoc td {  padding: 2px; }

table.contenttoc th {
  background: url(../images/subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}
/* MENU PRINCIPAL */
/* LINKS MAINLEVEL */
a.mainlevel:link, a.mainlevel:visited { 
	display: block; vertical-align: middle;border-right: 3px solid #FF9900;
	font-size: 14px; font-weight:bold; 	color: #000; text-align: left;
	padding-top: 2px; padding-left: 5px;padding-right: 5px;
	height: 20px; width: 100%px; text-decoration: none; }
a.mainlevel:hover { text-decoration: none; color:#FFf; border-right: 3px solid #333333;}

/* LINK ACTIVO */
a.mainlevel#active_menu { color:#FFF; font-weight: bold; border-right: 3px solid #333333;}
a.mainlevel#active_menu:hover { color:#FFF; border-right: 3px solid #FF9900;}

/* LINKS SUBLEVEL */
a.sublevel:link, a.sublevel:visited {
	padding-left: 5px;padding-right: 5px;vertical-align: middle;
	font-size: 14px; font-weight:normal; color:#000;
	text-align: left; width:100%px;border-right: 3px solid #FF9900;}
a.sublevel:hover { color:#FFf; text-decoration: none;border-right: 3px solid #FF9900; }
a.sublevel#active_menu { color:#FFF; border-right: 3px solid #333333;}

/* COSAS INTERNAS */
.highlight { background-color: Yellow; color: Blue; padding: 0; }
.code { background-color: #ddd; border: 1px solid #bbb; }
form { /* removes space below form elements */ 	margin: 0; 	padding: 0; }
div.mosimage {  border: 1px solid #ccc; }
.mosimage {  border: 1px solid #cccccc;  margin: 5px }
.mosimage_caption {  margin-top: 2px;  background: #efefef;   padding: 1px 2px;   color: #666;   font-size: 10px;  border-top: 1px solid #cccccc; }
a.mosimage { border:none;}

span.article_seperator { display: block; 	height: 1.5em; }
.small { color: #999999; font-size: 11px; }
.titnovedades { font-size:12px; font-weight:bold; color:#003399;}
.Estilo2 {
	font-size: 9px;
	color: #666699;
	font-weight: bold;
}
