/* CSS Document */

html {
	height: 100%;
}

body {
	
	margin: 0px 0px 0px 0px;
	background-color:#F4FAFF;
	font-size:11PX;

}

body {
/*	font-family: Tahoma;*/
font-family:Arial, Verdana, sans-serif;
}


#search {
}
.clr {
	clear: both;
}

.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
	padding: 2px;
}

ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}
/*  menu superior*/
ul#mainlevel-nav li
{
	background-image:url(../images/sep.png);
	background-position:right;	
	padding-left: 4px;
	padding-right: 0px;
	float: left;
	font-size: 11px;
	line-height: 24px;
	white-space: nowrap;
	height:24px;
}

ul#mainlevel-nav li a
{
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
	color:#ffffff;
	background: transparent;
	font-weight:bold;
}

#buttons>ul#mainlevel-nav li a { width: auto; }
ul#mainlevel-nav li a:hover
{
	color:#ffffff;
	font-weight:100px;
	font-size:12px;

}

table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}

#main {
	
	background:#E7F3FE;
}

#left_main{
float:left;
width:231px;
background:#E7F3FE;
height:100%;

}

#right_main{
float:left;
width:749px;

}

#bot_logo{
float: left;

height: 31px;
background-image:url(../images/bot_logo.jpg);
background-position:top center;
background-repeat:no-repeat;
text-align: left;
}

#path{
float:left;

vertical-align: middle;
}

#left_path{
float: left;
/*width: 36px;*/
height: 30px;
}

#right_path{
float: right;
/*width: 8px;*/
height: 30px;
}

#bac_path{
float:left;

height: 30px;
background-image:url(../images/bac_path.png);
background-repeat:repeat-x;
background-position:center left;
text-align: left;
color: #FFFFFF;
vertical-align: middle;
}

span.pathway{
vertical-align: middle;
height: 30px;
line-height: 26px;
}

a.pathway{
vertical-align: middle;
height: 30px;
line-height: 26px;
}

#m_main{

margin-top: 7px;
}

#main_body {
  float: left;
 
  text-align:left;
  padding: 8px 8px 8px 8px;
}

#main_body2 {
  float: left;

  text-align:left;
  background-image:url(../images/top_right_main.png);
  background-position:top right;
  background-repeat:no-repeat;
}

#center {
  float: left;

  height:100%;
  background-image:url(../images/bac_top_main.png);
  background-repeat:repeat-x;
  background-position:top;
}

#center2 {
  float: left;

  height:100%;
  background-image:url(../images/bac_top_main.png);
  background-repeat:repeat-x;
  background-position:top;
  padding-right: -5px;
}

#left_left{
float:left;
/*width: 19px;*/
}

#left {
  float: left; 
  height:100%;
  text-align:left;
  background-image:url(../images/bac_left.png);
  background-repeat:repeat-y;
  background-position:top center;
  color: #ffffff;
}

#mos_main{
float: left;

}

#mos_main2{
float: left;

}

#right {
  float: right;

  height:100%;
  text-align:left;
  color:#ffffff;
  background-image:url(../images/bac_left.png);
  background-position:top;
  background-repeat:repeat-y;
}

#right_right{
float: right;
/*width: 14px;*/
}

#footer {
  float: right;

  height: 30px;
  color:#000066;
  text-align:right;
  vertical-align:middle;
}

#footer a {
  color:#CAA22F;
  font-weight:bold;
}

/* LIZARO  */
.titulo{
	color:#CAA22F;
    font-weight:bold;
}
.titulo_nara{
 color:#BF9211;
 font-weight:bold;
 font-family:"Arial Black";
 font-size:19px;
 text-align:center;
}

#footer a:hover {
  color:#000099;
  font-weight:bold;
}

#top {
  float: left;

  background-image:url(../images/bot_logo.jpg);
  line-height:25px;
  text-align:left;
  height:30px;
}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
  text-align:left;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: normal;
}

/** old stuff **/
div.back_button {
  float: right;
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  width: auto;
 /* background: url(../images/bac_btn.png) repeat-x;*/
  line-height: 20px;
  margin: 1px;
  color:#CAA22F;
  /*width:99px;*/
}

div.back_button a{
color:#666666;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: normal;
  border: 1px double #003399;
  width: auto;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
  color:#CAA22F;
}

.pagenavbar {
	margin-left: 10px;
	float: left;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 17px;
vertical-align:top;
padding-top:0px;

padding-left: 22px;
background-image: url(../images/arrow.png);
background-repeat: no-repeat;
background-position:left;


}

td {
	text-align: left;
	font-size: 11px;
	font-family:verdana;
	font-variant:inherit;
	 
}



a:link, a:visited {
	color:#CAA22F; text-decoration: none;
	font-weight: normal;
}

a:hover {
	color:#000099;	text-decoration: none;
	font-weight: normal;		
}

table.contentpaneopen {
  width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
   padding-left: 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;
}

.button {
  color:#ffffff;
  background-color: #0674B8;
  font-family:"Times New Roman", Times, serif;
  font-size:11px;
}
input.CheckBox{
  width: 18px;
	height: 18px;
	display: inline;
	border-top-width: 0pt;
	border-right-width: 0pt;
	border-bottom-width: 0pt;
	border-left-width: 0pt;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	padding: 0px;
	line-height: 22px;
	float: left;
	margin-top: 0px;
	margin-right: 4px;
	margin-left: 0px;
}

.inputbox,input.botton{
	background-color: #FFFFFF;
	
	border-top-color:#1D85BC ;
	border-right-color: #1D85BC;
	border-bottom-color: #1D85BC;
	border-left-color: #1D85BC;	
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	font-size: 12px;	
	color:#09346B;
	BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 11px;  BORDER-BOTTOM-WIDTH: 1px;  BACKGROUND-COLOR: #f9f9f9;     BORDER-RIGHT-WIDTH: 1px; 
}


/*----------------------------      titulo de articulos           -----------------*/
.componentheading {
	text-align: left;
	text-align:center;
	padding-top: 13px;
	padding-left:10px;
	height: 25px;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	padding-bottom:4px !important;
	padding-bottom:0px;

}

.contentcolumn {
	padding-left: 5px;
}
/* cuerpo principal   */
.contentheading {
	text-align: left;
	padding-top: 13px;
	padding-left:10px;
	height: 25px;
	color:#CAA22F;
	font-stretch:narrower;
	font-weight: bold;
	font-size: 13px;
	padding-bottom:4px !important;
	padding-bottom:0px;
		
}

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

}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: normal;
}

table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	color:#FFFFFF;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color:#CC0066;
	
	
}

/* menu interior izquierdo */

#left_col div.moduletable th{

	margin-bottom: 0px;
	padding-bottom:5px;
	font-family:Arial;
	font-size:10;
	
	
	
	
	float:left;
	color:#FFF000;
	padding-left:25px;
	padding-top:5px;	
}

/**/
#left_col div.moduletable td{
	margin-bottom: 0px;
	padding-bottom:2px;
	display:block;
		
	

	
	float:left;
	color:#FFFFFF;
	padding-left:2px;
	padding-top:2px;
	background:#333333;	
}


#right_col table.moduletable td{
	margin-bottom: 0px;
	padding-bottom:5px;	
/*	width:189px;*/	
	color:#FFFFFF;
	padding-left:0px;
	padding-top:5px;
	
}
 
/*  cabecera de los modulos del menu  */
table.moduletable th, div.moduletable h3 {
		
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;

	font-weight:200;
	vertical-align:middle;
	height:18px;
	background:#1D80BA url(../images/bac_active_menu.png) no-repeat left top;	
	font-size: 12px;
	
	
}

table.moduletable td {
	font-size: 12px;
	color:#FFFFFF;
	margin: 0px;
	font-weight: normal;
	
}

table.pollstableborder {
  padding: 2px;
  width:96%;
}

moduletable-Banners {
	text-align:center;
}

/*   cabecera de listado de items en el cuerpo principal     */
.sectiontableheader {
  font-weight: bold;
  background-color:#F5FAFF;
  padding: 4px;
  height:20px;
  padding-left:10px;
}

/*  texto ultimas noticias del cuerpo principal   */
a.category {
  font-weight: bold;
  padding: 8px;
  color:#CAA22F;
}

a.category:hover {
  font-weight: bold;
  padding: 8px;
  color:#000066;
}

a.category:visited {
  font-weight: bold;
  padding: 8px;
  color:#CAA22F;
}

img.image{
  border: 1px solid #666666;
 /* width:64px;*/
  height:64px;
}

a.download {
  font-weight: bold;
  color:#666666;
}

a.download:hover {
  font-weight: bold;
  color:#666666;
}

a.download:visited {
  font-weight: bold;
  color:#666666;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	color:#09346B;
}

.sectiontableentry2 {
	color:#4D6A8E;
}

.small {
	color:#000066;
	font-size: 11px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color:#000066;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #000066;
	font-size: 11px;
}

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

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  color: #3C4571;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
}
/* -----------   menu izquierdo */
a.mainlevel:link, a.mainlevel:visited {
	font-family: Arial, Hevlvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	display: block;
	background: url(../images/button.png) no-repeat;
	background-position:left top;
	
	font-weight: normal;
	color:#1C3965;
	text-align: left;
	
	padding-left:23px;
	height: 18px !important;
	
	line-height:16px;
	text-decoration: none;
}


/* menu izquierdo  */
a.mainlevel:hover {

	text-decoration: none;
	background-position: 0px -22px;
	color:#ffffff;
	font-weight:bold;
}

_menu{
font-size:10px;
}


.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;
	width:98%;
}

div.mosimage {
  border: 1px solid #cccccc;
}

div.message {
	color:#FF0000;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	padding-top:20px;
}

.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;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}

td.dot {
	height:5px;
}

table.top_menu{
	
}

td.tab{
	height:12px;
}

a.mostread, a.mostread:visited {
	color:#9A927D;
	font-weight:normal;
}

a.mostread:hover {
	color:#3C4571;
	font-weight:normal;
}

a.latestnews, a.latestnews:visited {
	color:#9A927D;
	font-weight:normal;
}

a.latestnews:hover {
	color:#3C4571;
	font-weight:normal;
}

li.latestnews-user{
	padding-left:20px !important;
	padding-right:10px;
}

li.mostread-user{
	padding-left:10px !important;
	padding-right:10px;
}

td.site_name {
	font-size:44px;
	padding-top:16px;
	padding-bottom:10px;
	font-weight:normal;
	color:#3C4571;
}

td.site_desc {
	font-size:15px;
	font-weight:normal;
	color:#3C4571;
}

table.box_table{
	background-color:#F7F7F7;
}

a.readon, a.readon:visited {
	/*display:block;*/
	/*width:100px;*/
	color:#CAA22F;
	padding-left:450px;
	/*background-image:url(../images/readon.png);*/
	background-repeat:no-repeat;
/*	background-position:right;*/
/*text-align:left;*/
	text-align:right;
	float:left;
	padding-top:3px;

	height:21px;
}

th.pagenav_next {
	display:block;
	color:#CAA22F;
	padding-left:15px;
	height:21px;
	font-size:11px;
	/*width:50px;*/
	text-align:center;
}

th.pagenav_prev {
	display:block;
	color:#CAA22F;
	padding-left:15px;
	height:21px;
	font-size:11px;
	/*width:50px;*/
}
.mod_login{
color:#FFFFFF;

}j
.mod_login_greeting{
color:#FFFFFF;
}
/* lizaro */

.parrafo_esp{
line-height:25px;
 
}
p{
line-height:15px;
}

a.image_link:hover{
  margin-left:3px;
}