@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	margin-bottom: 1px;

}

body {
	background-color: #F5F5F5;
	font-family: Arial, Helvetica, sans-serif;
	/*color:#2f2f2f;*/
	font-size: 1em;
	color:#666;
}

a:link, a:visited, table.contentpaneopen h3 
{
 
	text-decoration: none;
	font-weight: bold;
	color:#666; /*#2f2f2f;*/
}


a:hover {
	text-decoration: underline;
	color:#349DB8; /* #666;*/
}

#canvasp {
	background-color: #FFF;
	height: auto;
	width: 61em;
	color:#666;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 1em;
}


#canvasencabezado {
	height: auto;
	width: 61em;
	font-weight: bold;
	background-image:url(../images/header/header.jpg);
	background-repeat:no-repeat;
}

#encabezado {
	height: 5em;
	background-repeat:no-repeat;
	overflow: hidden;
	/*margin-left: auto;*/
	width:497px;
	/*clear: both;	width: 61em;*/
}

#encabezadolink {
	height: 5em;
	margin-right: auto;
	/*background-image: url(../images/header/header.jpg);*/
	overflow: hidden;
	margin-left: auto;
	width: 479px;
	float: left;
	background-image: url(../images/header/header.jpg);
	background-repeat: no-repeat;
}
 
#barraherramientas {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: .8em;
	text-align: right;
	padding-right: 1em;
	height: 1.5em;
	width: 61em;
	margin-right: auto;
	margin-left: auto;
}
 #barraherramientas 
 {
	 text-decoration:none;
	 color: #666;
 }
 
 #barraherramientas a
 {
	 color: #666;
 }
 
  #barraherramientas a:hover
 {
	 color: #666;
	 text-decoration:underline;
 }

#buscador{
	float: right;
	display: block;
	height: 20px;
	padding-right: 1em;
	padding-left: 1em;
	font-size: .7em; /*regresar a .8*/
	color: #666;
	margin-top: 3em;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 2px;
	overflow:hidden;
	clear:both;
}

#seleccionBuscador {
	float: right;
	display: block;
	height: 20px;
	padding-right: 1em;
	padding-left: 1em;
	font-size: .7em; 
	margin-right: 10px;
	margin-left: 10px;
	clear:both;
}

.buttonbuscador
{ 
vertical-align:bottom;
}


/* @group Menu */
#menuppal {
	height: 2.45em;
	width:100%;
	margin-bottom: 0.25em;
	margin-right: auto;
	margin-left: auto;
	/* width:61em;
	padding-left:1.5em;
	padding-right:1em;*/
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
	clear:both;
}


.letra_menu {
	font-size: .8em;
}

.menu_principal {
	height: 2.45em;
	display: block; /* All browsers */
	overflow: hidden;
	background-image: url(../images/fondo_menu.jpg);
	margin-top: 0;
	margin-left:auto;
	margin-right:auto;
}

.menu_principal ul{
	height: 2em;
	list-style:none;
	margin:0;
	margin-left:.75em;
	margin-right: .75em;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: .75em;

}
	.menu_principal li{
	display: inline-block;
	font-weight: bold;
	background-color: transparent;
	margin-bottom: 0;

}
	.menu_principal li a{
		color: white;
		display:block;
		line-height: 2em;
		text-align:center;
		text-decoration:none;
		padding: 1px .65em;
}
.menu_principal li a:hover{
	text-decoration: none;
}
			
.menu_principal li ul{
	background: #069faf; /*737373;  cambiar a color semar*/
	border-bottom: 2px solid #ff0;
	display:none;
	height:auto;
	filter: alpha(opacity=95);
	opacity: .95;
	position:absolute;
	width: 11.65em;
	z-index:200;
	margin-top: -1px;
}
.menu_principal li:hover ul{
	display:block;
}
.menu_principal li li {
	display:block;
	float:none;
	padding: 0;
	padding-right: 3px;
	width: 11em;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	background-image: url(../images/arrow_amarillo.png);
	background-repeat:  no-repeat;
	background-position: 2px 8px; /* 1px;*/
}
.menu_principal li ul a{
	display:block;
	font-size:12px;
	font-style:normal;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.menu_principal li ul a:hover{
	filter: alpha(opacity=100);
	opacity: 1.0;
	text-decoration: underline;
}

#submenu1, #submenu2, #submenu3, #submenu4, #submenu5 {
	width: 20.4em;
}

#submenu4 li, #submenu1 li, #submenu2 li, #submenu3 li, #submenu4 li, #submenu5 li {
	display: inline-block;
}

/* @end */



#pathway {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-color: #fff;
	text-align: left;
	padding-left: 1em;
	height: auto; 
	padding-top: 0.5em;
	margin-right: 1em;
	margin-left: .5em;
	font-weight: bold;
}

.pathway:link
{
	color:#666;
	font-weight:bold;
	}

.pathway, a:visited
{ 
 color:#349DB8;
 font-weight:bold;

}



#canvascuerpo {
	width: 61em;
	color: #666;/*2f2f2f*/
	padding-left: 1em;
	padding-right: 1em;
	min-height:37.5em;
	float:left;
	font-size:.965em;
}

#menuderecho 
{
	width: 11.75em;
	height: auto;
	color:#666; /*2f2f2f*/
	text-align: left;
	background-color:#CCC;
	margin-right: .75em;
	z-index: auto;
	padding: 0px;
	top: 0px;
	float: right;
	margin-bottom: 0px;
	margin-left: 0px;
	text-transform: uppercase;
}



.menuder li {
	width: 11em;
	list-style-type: none;
	list-style-image: url(../images/arrow_verde.png); 
	padding-right:5px; /* 1em;*/
	padding-left: 5px;
	margin-left: -1.6em;
	text-align: left;
	font-size:12px;
}

.menuder a{
	color:#666;
}



#cuadro3 {
	float: left;
	width: 18.5em;
	/*width: 15.5em;*/
	height: 20em;
	float: left;
	background: #FCFCFC;
	border-right-width: thin;
	border-right-style: groove;
	border-right-color: #999;
	margin-bottom: .875em;
	margin-right: 0.85em;
}

#cuadro4 {
	float: left;
	width: 18.5em;
	/*width: 21.5em;*/
	margin-left: 0.70em;
	height: 20em;
	float: left;
	background: #FCFCFC;
	border-right-width: thin;
	border-right-style: groove;
	border-right-color: #999;
	margin-bottom: .875em;
	}

#cuadro5 {
	width: 20em;
	height: 20em;
	margin-left: 0.875em;
	float: right;
	margin-right: 0.65em;
	margin-bottom: .875em;
}

#cuadro6 {
	width: 18.75em;
	margin-top: 1em;
	height: 16.5em;
	float: left;
	border-right-width: thin;
	border-right-style: groove;
	border-right-color: #999;
	margin-right: 0.85em;
}

#cuadro7 {
	height: 16.5em;
	width: 18.5em;
	margin-top: 1em;
	float: left;
	border-right-width: thin;
	border-right-style: groove;
	border-right-color: #999;
	margin-left: 0.70em;

}

#cuadro7B {
	height: 16.5em;
	width: 20em;
	margin-top: 1em;
	float: right;
	margin-right: 0.65em;
}

#cuadro8 {
	width: 61em;
	margin-top: 1em;
	margin-bottom: 1em;
	height: 17em;
	float: left;
	background-color:#FFF;
}


#cuadro9 {
	float: left;
	height: 16.5em;
	width: 17em;
	margin-top: 1em;
	margin-bottom: 1em;
	border-right-width: thin;
	border-right-style: groove;
	border-right-color: #999;
	margin-right: 0.95em;

}


#cuadro10 {
	float: left;
	height: 16.5em;
	width: 17em;
	margin-top: 1em;
	margin-bottom: 1em;
	border-right-width: thin;
	border-right-style: groove;
	border-right-color: #999;
	margin-right: 0.95em;
}

#cuadro11 {
	float: right;
	height: 16.5em;
	width: 24.65em;
	margin-top: 1em;
	margin-bottom: 1em;

}


/*presidencia*/
.titulo_seccion {
	border-left-style: solid;
	border-left-width: 2px;
	padding-left: .3em;
	border-width: 2px;
	border-color: #e4e3e3;
	text-transform: uppercase;
	font-weight: bold;
	color:#349db8; /* maroon;*/
	margin-bottom: .5em;
	font-size: 1em;
}

.titulo_seccion a {
	color: maroon;
	text-decoration: none;
}

.titulo_seccion_b {
	font-size: .7em;
	color: gray;
	font-weight: bold;
}

.titulo_seccion_b a {
	color: gray;
}


td.texto:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-left:1.4em;
	padding-right:1em;
	background-repeat: no-repeat;
	background-image: url(../images/fondo_celdas.jpg);
}

td.texto
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-left:1.4em;
	padding-right:1em;
	color: #349DB8;
}
td.texto a
{
	color: #349DB8;
	font-weight:normal;
	/*font-weight: bold;*/
}


.dependencias{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
	font-weight:bold;
	color:#999;
}

.dependencias li
{
	list-style-type: none;
	list-style-image: url(../images/arrow_verde.png);
	padding-right: .5em;
	padding-left: .5px;
	margin-left: -2.2em;
	text-align: justify;
	line-height: 10px; 
}

.boletines
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.7em;
	text-align: justify;	
 
}

.boletines li
{
	list-style-type: none;
	list-style-image: url(../images/arrow_verde.png);
	padding-right: .5em;
	padding-left: .5px;
	margin-left: -2.2em;
	text-align: justify;
 
}

#canvaspies {
	width: 61em;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	height: auto;
	/*margin-top: 1em;*/
	clear: both;
}
#piedireccion {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-weight: bold;
	text-align: center;
	font-size: 0.7em;
	width: 100%;
}
#pienombre {
	font-weight: bold;
	text-align: center;
	border-top-width: thin;
	border-top-style: ridge;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	width: 100%;
}

#pieimagen {
	height: 123px;
	background-image: url(../images/pie.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
}



h1 {
	padding: 0;
	font-family:Helvetica ,Arial,sans-serif;
	font-size: 1em;
	font-weight: bold;
	vertical-align: bottom;
	color:#2f2f2f; /*agrgado 080710 */
	text-align: left;
	width: 100%;
	visibility:hidden;
}

h2, .contentheading {    /*titulos de los articulos*/
	font-family: Arial, Helvetica, sans-serif;
	color:#349DB8; /*2f2f2f; agrgado 080710 */
	text-align: left;
	width: auto;
}

/*table.contentpaneopen h3 {
	margin-top: 25px;*/
	/*color:#666; 2f2f2fagrgado 080710 

}*/

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color:#2f2f2f; /*agrgado 080710 */
	font-size:.9em;
}

.tituloMenuDer /*h3 titulos de menuderecho y de cada seccion del index*/
{
	text-align: center;
	height:1.75em;
	color:#fff;
	background-color:#666;
	margin-top: 0px;
	padding-left: 1px;
	padding-right: 1px;
	font-size:.7em;
	font-weight:bold;
	padding-top:5px;
	vertical-align:middle;
}


img { border: 0 none; }
input.button { cursor: pointer; }

p { margin-top: 0; margin-bottom: 5px; }




 .componentheading, table.moduletable th, legend {
	font-size:.7em;
	

}

.modifydate {
	float: left;
	height: auto; /* 20px;*/
	vertical-align: baseline;/* top;*/
	font-size: .75em;
	color: #999;
	font-weight: normal;
	padding-top: 5px;
	height: auto;
	clear: both;	/*text-align: left;*/
}

.createdate {
	float: left;
	height: auto; 
	vertical-align: text-bottom;
	font-size: .75em;
	/*color: #999;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 0px;
	text-align: center;
	padding-right: 2em;
	padding-left: 1em;*/
}

a.readon {
	margin-top: 10px;
	display: block;
	float: left;
	background: url(../images/mw_readon.png) top right no-repeat;
	padding-right: 20px;
	line-height: 14px;
	height: 16px;
}

/* form validation */
.invalid { border-color: #ff0000; }
label.invalid { color: #ff0000; }


/** overlib **/

.ol-foreground {
	background-color: #f6f6f6;
}

.ol-background {
/*	background-color: #666;*/
		background-image: url(../images/fondo_notas.jpg);
		background-repeat:repeat-x;
		font-size: .85em;
		font-family: Arial, Helvetica, sans-serif;


}

.ol-textfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em; /*10px;*/
}

.ol-captionfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em; /*12px;*/
	color: #f6f6f6;
	font-weight: bold;
}
.ol-captionfont a {
	color: #2f2f2f;
	/*color: #0B55C4;*/
	text-decoration: none;
	font-size: 1em;;
}

.ol-closefont {}

/* menu links  menu superior*/
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
	/*color:#333; agregado 8julio*/
	
	}
	
a.mainlevel:hover {
	color:#FFF;

}

table.blog span.article_separator {
	display: none; /* block;*/
	/*height: 20px;*/
}



/* spacers */
span.article_separator {
	margin: 0px;
	padding: 0px;	/*height: 20px;*/
}

.article_column {
	padding-right: 5px;
}

.column_separator {
	border-left: 1px dashed #e0e0e0;
	padding-left: 10px;
}

td.buttonheading {
	text-align: right;
}

div.buttonheading {
	/*width: 47em;*/
	float:right;
	text-align: right; 
	padding-right: 2em;

}

td.buttonheading img  {
	border:none;	
	margin-left: 10em;

}

.clr {
	clear: both;
}

td.greyline {
  width: 20px;
 /*background: url(../images/mw_line_grey.png) 50% 0 repeat-y;*/
}

/* edit button */
.contentpaneopen_edit{
	float: left;
}

/* table of contents */
table.contenttoc {
 /* margin: 5px;*/
  border: 1px solid #ccc;
 /* padding: 5px;*/
  float: right;
}

table.contenttoc td {
  padding: 0 5px;
}


/* content tables */
td.sectiontableheader {
  background: #efefef;
  color: #333;
  font-weight: bold;
  padding: 4px;
  border-right: 1px solid #fff;
}

tr.sectiontableentry0 td,
tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
  padding: 4px;
}

td.sectiontableentry0,
td.sectiontableentry1,
td.sectiontableentry2 {
  padding: 3px;
}


/* content styles */
table.contentpaneopen, table.contentpane {
	margin: 0;
	padding: 0;
	width: 100%;
}

table.contentpaneopen li {
	margin-bottom: 5px;
}

table.contentpaneopen fieldset {
	border: 0;
	border-top: 1px solid #ddd;
}


table.contentpaneopen h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

.highlight {
	background-color: #fffebb;
}

/* module control elements */
table.user1user2 div.moduletable {
	margin-bottom: 0px;
	
}

div.moduletable, div.module {  /*tamaño de letra de menu derecho*/
  margin-bottom: 1em;
  /*font-size:.8em;*/
  
}

div.module_menu h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#2f2f2f;
	padding-left: 10px;
	padding-bottom: 2px;
	
}

div.module_menu h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#2f2f2f;
	padding-left: 10px;
	padding-bottom: 2px;
	
}


div.module_menu {
	padding: 0;
	margin-bottom: .95em;
	color:#2f2f2f; 
}

div.module_menu div div div {
	padding-top: .5em;
	padding-bottom: .5em;
	width: auto;
	color:#2f2f2f; 
	padding-right: .5em;
	padding-left: .5em;
}

div.module_menu div div div div {
	background: none;
	padding: 0;
	color:#2f2f2f; 
}

#leftcolumn div.module {
	padding: 0 10px;
}

#leftcolumn div.module table {
	width: auto;
}

/* forms */
table.adminform textarea {
  width: 540px;
  /*width: 44em;*/
  height: 400px;
  font-size: 1em;
  color: #000099;
}

div.search input {
	width:7em;
	/*width: 120px;*/
	border: 1px solid #ccc;
	margin-top: auto;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0;
}


form#form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#form-login ul { padding-left: 20px; }

form#com-form-login fieldset { border: 0 none; margin: 0em; padding: 0.2em;}
form#com-form-login ul { padding-left: 20px; }

/* thumbnails */
div.mosimage         {  margin: 5px; }
div.mosimage_caption {  font-size: .90em; color: #666; }

div.caption       { padding: 0 10px 0 10px; }
div.caption img   { border: 1px solid #CCC; }
div.caption p     { font-size: .90em; color: #666; text-align: center; }

div.img_caption       { padding: 0 10px 0 10px; }
div.img_caption img   { border: 1px solid #CCC; }
div.img_caption p     { font-size: .90em; color: #666; text-align: center; }

/* Parameter Table */
table.paramlist {
	margin-top: 5px;
}

table.paramlist td.paramlist_key {
	width: 128px;
	text-align: left;
	height: 30px;
}

table.paramlist td.paramlist_value {
}

div.message {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 1em;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}

/* Banners module */

/* Default skyscraper style */
.bannergroup {
}

.banneritem img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Text advert style */

.banneritem_text {
	padding: 4px;
	font-size: 11px;
}

.bannerfooter_text {
	padding: 4px;
	font-size: 11px;
	background-color: #F7F7F7;
	text-align: right;
}

/* System Messages */
/* see system general.css */

.pagination span { padding: 2px; }
.pagination a    { padding: 2px; }

/* Polls */
.pollstableborder td {
	text-align: left;
}

/* WebLinks */
span.description {
	display:block;
	padding-left: 30px;
}

/* Frontend Editing*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 15px;
	padding: 15px;
}

legend {
	margin: 0;
	padding: 0 10px;
}

td.key {
	border-bottom:1px solid #eee;
	color: #666;
}

/* Tooltips */

.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/* System Standard Messages */
#system-message { margin-bottom: 20px; }

#system-message dd.message ul { background: #C3D2E5 url(../../system/images/notice-info.png) 4px center no-repeat;border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Error Messages */
#system-message dd.error ul { color: #c00; background: #E6C0C0 url(../../system/images/notice-alert.png) 4px center no-repeat; border-top: 3px solid #DE7A7B; border-bottom: 3px solid #DE7A7B; margin:0px; padding-left: 40px; text-indent:0px;}

/* System Notice Messages */
#system-message dd.notice ul { color: #c00; background: #EFE7B8 url(../../system/images/notice-note.png) 4px center no-repeat; border-top: 3px solid #F0DC7E; border-bottom: 3px solid #F0DC7E; margin:0px; padding-left: 40px; text-indent:0px;}

#syndicate{
	float:left;
	padding-left: 25px;
}

#power_by{
	float:right;
	padding-right: 25px;
}

/* Component Specific Fixes */

#component-contact table td {
	padding: 2px 0;
}



.nota {
	width:61em;
	height:20em;
	background: #999 url(../images/fondo_notas.jpg) repeat-x left;
	float: left;
	display:table;
}

.imgnota {
	width: 38em; 
	height: 20em; 
	border:0px;
	float:left;
	vertical-align:top;
	text-align: left;

}


.canvas_notas
{
	width: 21em;
	height: 20em;
	float: right;
	clear: right;
	margin-left:1em;
}

.notas {
	padding-left:1.125em;
	padding-right:1em;
	height:5em;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	font-weight:normal;
	color:#349db8;
	border-bottom:#fff solid 1px;
	font-size: .813em;
	}
	
.notas:hover {
	height:5em;
	background:url(../images/fondo_celdas.jpg) no-repeat left top;
	}

 .notas a:link{
	height:5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#349db8;
}
.notas a:hover {
	height:5em;
	color:#349db8;
}


.tabla ul
{
	font-size:.813em;
	}

.tabla li
{
	padding-bottom:.313em;
	padding-top:.313em;
	list-style-image: url(../images/arrow_verde.png); 

}

.article-content
{
	width:47em;
	float:left;
	padding-top:5px;
	vertical-align:top;
}


