/**#################### DEFAULT and FORMS CSS ####################**/
body,html { margin: 0; padding : 0; background: /**url(../images/bg-fondo.jpg)**/ #ffffff /*repeat-x top left*/;}
td, tr, p, div {
  font-family      :  Arial, Helvetica, sans-serif;
  color            : #333333; /*Color de texto de articulos*/
  font-size        : 12px;
  line-height      : 16px;
}

hr {
  color            : #999999;
  height           : 1px;
  width            : 100%;
}

a:link { color            : #037400;/*#6e735e*//** COLOR TEXTO DE LAS LIGAS**/; text-decoration: none; }

a:visited { color          :#037400;/*#2d6306*/ /** COLOR TEXTO DE LAS LIGAS**/; text-decoration: none; }

a:hover {
  color            : #04B404;/*#41721e*/ /** #999999 /**COLOR MOUSE OVER**/ ;
  text-decoration  : underline;
  }

ul {
  margin           : 2px;
  padding-left     : 10px;
  list-style       : none;
}

li {  
  line-height      : 14px;
  padding-left     : 14px;
  padding-top      : 2px;
  background-image : url(../images/bullet.gif) ;
  background-repeat: no-repeat;
  background-position: 0 20%;
}


form {
margin           : 0; 
padding          : 0;
}

.inputbox {
 color        : #000000;
 background   : #f2f4f5;
 border       : solid 1px #cccccc;
 margin       : 3px 0;

}

form select.button{
 color        : #000000;
 background   : #f2f4f5;
}

option {
background   : #ffffff;
}

/**#################### Joomla CSS ####################**/

/** Buttons **/

.back_button {
  font-size        : 11px;
  font-weight      : normal;
  padding-bottom   : 3px;
  margin-right     : 4px;
  float            : right;
  line-height      : 20px;
    
  }
div.back_button a{
text-decoration  : none;
  }


.button {
  font-size        : 10px;
  color            : #edf1f3;
  border           : solid 1px;
  margin           : 3px 0;
  padding          : 2px 5px;
  cursor           : pointer;
  background       : url(../images/button.gif) repeat-x left top;
}


/** Contact **/

.contact_email  {
  width            : 100%;
}

.contact_email .inputbox {
}



/** Module table  **/


table.moduletable {
	margin           : 0 0 5px;
      width            : 100%;
      	}

table.moduletable th { font-family          : Arial, Verdana, Helvetica, sans-serif; font-size          : 12px; font-weight        : bold; text-align         : center; width              : 100%; color              : #464BCD; /*#4c7519*/; padding            : 2px; line-height        : 24px; background-color: /**#B10130*/ /*#4c7519*/; height: /*28px*/15px; /*border: solid 1px;*/}

table.moduletable td {
    /*RMAM */
    /*color :#4c7519*/;
    padding-top: 2px;
    	}



div.module{
    text-align: left;
    margin : 0 0 15px;
    	}

div.module h3 { font-family        : Arial, Verdana, Helvetica, sans-serif; font-size          : /*14px*/11px; font-weight        : bold; text-align         : center; width              : 100%; color              : /*#ebeff2*/#4c7519; line-height        : /*26px*/13px; background-color: /**#B10130*/ /**b5d67f**/  /*#4c7519*/; height             : /*28px*/15px; margin             : 0 0 15px;  border:solid 1px; }

.rightcol div.module h3{ background-color: /**#3c424a**/ /*#3e6015*/; border:solid 1px; }


.contmod { text-align   : left; padding-top: 3px; padding-right: 0; padding-left: 0; }

.contmod td {
padding      : 5px;
}

.contmod table.moduletable {
margin           : 0 0 5px;
width            : 100%;
border           : solid 1px #dde1e3;
background       : /*#f7f9fa*/#ffffff;
}


.contmod table.moduletable th{
      font-size          : 12px;
	font-weight        : bold;
	text-align         : center;
	width              : 100%;
      color              : /**#B10130**/ /*#4c7519*/#666;
	padding            : 1px;
      /*line-height        : 24px;*/
      background         : /**#e2e5e8*/ /*#b5d67f*/ #ffffff;
      /*border-bottom      : 1px solid #dde1e3;*/
}



/** Read more **/

a.readon:link, a.readon:visited { color            : /*#e2e5e8*/#4c7519; font-size        : /*12px*/10px; white-space      : normal; font-weight      : normal; padding          : 1px 10px; float            : right; line-height      : 15px; background-color: /**#B10130**/ #4c7519*/; text-decoration  : none; border: solid /*1px*/0px; }
a.readon:hover { color            : /**#B10130**/ #4c7519; font-size        : /*12px*/10px; white-space      : normal; font-weight      : normal; padding          : 1px 10px; line-height      : 15px; background-color: #f2f3f4; background-attachment: scroll; background-position: 0 0; text-decoration  : none; border: solid /*1px*/0px; }




/** Pagenavigation **/

.pagenavcounter {
  font-size        : 11px;
  color            : #999999;
}

.pagenavbar {
  border-top       : 1px solid #999999;
  padding          : 2px;
}

.pagenav, .pagenav_prev, .pagenav_next {
  font-weight      : normal;
  }

a.pagenav:link, a.pagenav:visited {
  font-size        : 11px;
  color            : #999999;
  text-decoration  : none;
}

a.pagenav:hover {
  font-size        : 11px;
  color            : /**#B10130**/ #4c7519;
  text-decoration  : none;
}

table.contenttoc {
  border           : 1px solid #dcdcdc;
  background       : #f3f5f6;
  padding          : 0;
  margin-left      : 2px;
  margin-bottom    : 2px;
}

table.contenttoc th{
  margin           : 0;
  padding          : 2px;
  background       : #f2f4f5;
  color            : #333333;
 }
table.contenttoc td{
 margin           : 0;
 padding          : 3px 4px;
 border-bottom    : 1px solid #dcdcdc;
 background-image   : url(../images/bullet.gif) ;
 background-repeat  : no-repeat;
 background-position: 4px 7px;
   }


table.contenttoc td a:link, table.contenttoc td a:visited{
padding-left        : 12px !important;
padding-left        : 0;
text-indent         : 12px;
text-decoration      : none;

}


/** Pathway **/


.pathway {
  color            : #333333;
  padding-left     : 5px;
  
}

a.pathway:link, a.pathway:visited {
  padding-left     : 0;
  font-weight      : bold;
  text-decoration  : underline;
}

a.pathway:hover {
  padding-left     : 0;
  font-weight      : bold;

}
.pathway img{
  padding-top     : 5px;
    
}




/** Content **/


.sectiontableheader {
  
  font-weight      : bold;
  letter-spacing   : 1px;
  color            : #ffffff;
  background       : #414141; 
  padding          : 3px 5px;
  border           : 1px solid #ffffff;
}


.sectiontableentry1 {
  vertical-align   : top;
  background       : #e8eedd;
  border-bottom    : 1px solid #4c7519;
  line-height      : 20px;

}

.sectiontableentry1 td, .sectiontableentry2 td{
  padding          : 2px 5px;
  border-bottom    : 1px solid #ffffff;
  line-height      : 20px;

}

.sectiontableentry2 {
  vertical-align   : top;
  border-bottom    : 1px solid #ffffff;
  background       : #f2f4f5;
  line-height      : 20px;
}
a.category:link, a.category:visited {
  font-size        : 11px;
  font-weight      : normal;
  padding: 5px;
}


.small {
  font-size        : 9px;
  color            : #616161;
}
.smalldark {
  font-size        : 11px;
  color            : #333333;
}
.createdate, .modifydate {
  font-size        : 11px;
  color            : #666666;
  font-weight      : normal;
  text-align       : left;
  width            : 100%;
}
.content_vote {
  font-size        : 11px;
  height           : 22px;
  padding          : 2px 0;
  }
.content_rating {
  font-size        : 11px;
  color            : #999999;
}

table.content{
  width            : 100%;
  padding          : 0;
  border-collapse  : collapse;
  border-spacing   : 0;
  margin-bottom    : 10px;
}

table.contentpane {
  width            : 100%;
  border-spacing   : 0;
  padding-left     : 5px;
  padding-right    : 5px;
  margin-bottom    : 5px;
}
table.contentpaneopen {
  width            : 100%;
  border-spacing   : 0;
  padding-left     : 5px;
  padding-right    : 5px;
  margin-bottom    : 20px;
}

.contentheading {
  font-family      : Arial, Verdana, Helvetica, sans-serif;
  width            : 100%;
  font-size        : 14px;
  font-weight      : bold;
  line-height      : 21px;
  text-align       : left;
  text-indent      : 8px;
  color            : #616161;
  padding          : 3px;
  margin           : 3px 0;
  background       :#eceeef;/**#f9fbfc**/ /*#c9c294*/;
  
  }
.contentheading a {
text-decoration:none;
}
.componentheading { font-family      : Arial, Verdana, Helvetica, sans-serif; width            : auto; font-size        : 15px; font-weight      : bold; line-height      : 21px; text-transform   : uppercase; text-align       : left; color            :#464bcd; /*#616161*/; padding          : 3px; margin           : 5px !important; margin           : 5px 1px; background       :#eceeef; /**#f9fbfc**/ /*#c9c294*/; text-indent: 15px; }



.contentdescription { 
  width          : auto !important;
  margin         : 0;
  padding        : 0;
  padding-top    : 5px;
  text-align     : left;
}

 .blog_more {
margin   : 10px 0 7px 7px;
}

.buttonheading {
padding  : 0 2px;
}

.blog {
width:100%;
}


/** Polls **/


.poll {
	color       : #333333;
	line-height : 13px;
	font-weight : normal;
      text-align  : left;
}

.pollstableborder{
  border-color     : #999999;
}



/** "Tab" buttons for Joomla frontend **/


.ontab {
  border-left      : 1px solid #666666;
  text-align       : center;
  font-weight      : bold;
  color            : #333333;
  padding          : 5px;
  cursor           : pointer;
  line-height      : 30px;
}
.offtab {
  border-left      : 1px solid #666666;
  text-align       : center;
  color            : #999999;
  font-weight      : normal;
  padding          : 5px;
  cursor           : pointer;
  line-height      : 30px;
}
.tabpadding {
 border-left       : 1px solid #666666;
}


/** CSS for Mainmenu **/

a.mainlevel  {
 display           : block;
 width             : auto !important;
 width             : 100%;
  margin           : 1px 0;
  padding          : 0;
  font-size        : 10px;
  background       : #0f7401;
  
}

a.mainlevel:link, a.mainlevel:visited {
  display          : block;
  font-size        : 12px;
  border-bottom    : 1px solid /** #d5d7d9**/ #4c7519;
  font-weight      : normal;
  padding          : 3px 0 3px 10px;
  color            : #ffffff;/*#666666;*/
  text-decoration  : none;

}
a.mainlevel:hover {
  border-bottom    : 1px solid /**#d5d7d9**/ #4c7519;
  font-size        : 12px;
  font-weight      : normal;
  color            : #ffffff;/*#464bcd;/*#666666;*/
  text-decoration  : none;
  padding-left     : 10px;
  text-decoration	 : none;
  background       : #c3dc36 /*b6cc8c*/ /*#eceeef*/ url(../images/menu.gif) no-repeat 96% 50%;

}
#active_menu {   border-bottom    : 1px solid /**#d5d7d9**/ #4c7519;
  font-size        : 14px;
  font-weight      : normal;
  color            : /**#B10130**/ #4c7519;
  text-decoration  : none;
  padding-left     : 10px;
  text-decoration	 : none;
  background       : #d8d8bc;/*#d2d3cd*/ url(../images/menu.gif) no-repeat 96% 50%;
 }
a#active_menu:hover {
  color            : /**#B10130**/ #4c7519;
  border-bottom    : 1px solid #dcdfe1;
}


/** Sublevel for Mainmenu **/

.sublevel {
   font-family      : Arial, Helvetica, sans-serif;
   font-size        : 11px;
   color            : #037400;/*#999999;*/
   padding    	  : 3px 1px 3px 5px;
   margin		  : 3px;
}
a.sublevel:link, a.sublevel:visited {
  color	      : #037400;/*#999999;*/
  text-decoration	: none;
}
a.sublevel:hover {
  color            : /**#B10130**/ #04B404;
  text-decoration  : none;
}
a.sublevel#active_menu  {
	background      : transparent;
	color           : /**#B10130**/ #4c7519;
	border          : 0;
      
}



/** Topmenu styles for BOTTOM navigation **/

ul#mainlevel-nav {
  font-size        : 10px;
  list-style       : none;
  padding-right    : 20px;
  margin           : 0;
     
}

#mainlevel-nav li {
  float            : right;
  display          : block;
  list-style       : none;
  background-image : none;
  padding          : 0;
  margin           : 0;
  width            : auto !important;
  font-size        : 11px;
  line-height      : 28px;
  white-space      : nowrap;
  

}
#mainlevel-nav li a {
  display          : block;
  padding-left     : 10px;
  padding-right    : 0;
  font-size        : 11px;
  color            : /**#B10130**/ #4c7519;
  text-decoration  : underline;
  
}

#mainlevel-nav li a:hover {
  display          : block;
  font-size        : 11px;
  color            : #cccccc;
    
}



/** images **/

.mosimage {
  border     : 1px solid #E7EAEC;
  margin     : 5px;
  padding-top:  3px;

}

.mosimage_caption {
  margin-top: 3px;
  padding   :  2px;
  color     : #666666;
  font-size : 10px;
  background: #ECEEEF;
}
/** #################### index.php #################### **/
.main { 

  text-align       : left; 
  width            : 100%;
 }

div.mod {
  background       : transparent;
  width            : 3px;
}

#clear {
clear: both;
height: 30px;
}

#centice {
border: 1px solid #cac395; /*marco de la pagina*/
/**background: url(../images/fondo_espacio.jpg) repeat-x top left; **/
background: f8f7f2; /*****************FONDO DE CONTENIDO*************/
}

#contentol{ 
padding: 3px;
}

td.pw {
width            : 100%;
padding          : 5px 5px 5px 5px !important;
padding          : 2px 2px 10px 2px;
}

td.pw div{
padding          : 5px;
width            : auto;
border           : 1px solid #DDE1E3;
background       : #ECEEEF;
}

.footer_copyright { float: center; font-size        : 12px; color            : #000000/*e9ecf1*/; font-weight      : normal; margin-left: 200px; margin-right: 200px; margin-top: 10px; text-align:center; }

.footer_left { float: left; font-size        : 12px; color            : #000000/*e9ecf1*/; font-weight      : normal; margin-left: 20px; padding-top      : 15px !important; padding-top      : 15px; }

.footer_left p{
padding-left: 20px;

}

.footer_right { width            : 410px; float: right; font-size        : 12px; color            : #000000/*e9ecf1*/; font-weight      : normal; padding-top      : 15px; text-align: right; margin-right: 20px; }

.footer_right p{
padding-right: 20px;
}  
.leftcol {
   vertical-align   : top;
   padding          : 7px;
   text-align       : left;
   width            : 190px;
   background       : #ffffff;/*#e98137;/*#ffe5a0;/*#cac395*/  /***FONDO DE MENU IZQUIERDA ******************/

}

.rightcol {
   vertical-align   : top;
   padding          : 7px;
   text-align       : left;
   width            : 190px;
   background       : #ffffff;/*#e98137;/*#ffe5a0;/*#c7e19b;*/
  /* background       : url(../images/fondo_texto.jpg) #c1ded9 repeat-x top left; /***FONDO DE MENU DERECHA ******************/

}


.leftcol div{ 
width          : 160px;
}

.rightcol div{ 
width          : 160px;
}

/** COLOR DEL FOOTER**/
.foot {color: #f2faef ; background-color: #037400; height           : 100px;}
.foot td { color: #e9ecf1; padding: 10px 15px; }
.foot a { color: #bbbfc0; }
.topup td { color: #3a4048; padding: 10px 15px; }
.bann { color: #e9ecf1; background-color: #c9c294; border-color: #ffffff #ebe8d7; #c9c294 border-style: solid; border-width: 1px; }
.bann td { color: #3a4048; text-align: center; padding-right: 4px; padding-left: 4px; }
#logo {
  background     : url(../images/logo.gif) no-repeat 0 50%;
  height         : 150px;
    }
#top_bar_home { background-color: transparent; position       : absolute; margin         : 0; padding        :  0; right          : 80px; height         : 91px; }
#top_bar { background-color: transparent; position       : absolute; margin         : 0; padding        :  0; right          : 80px; height         : 91px; }
#ol-mainbd { margin: 0 auto; padding: 0; width: 980px; text-align: left; min-width: 750px; max-width: 2000px; }
#flash { position: absolute; top: 0; right: 0; }
#topup { clear: both; color: #3a4048; text-align: left; line-height: normal; background-color: #fff; height: 115px; position: relative; border-bottom: 1px solid #e9ecf1; }
.newsflash { text-align   : left; padding-top: 3px; padding-right: 0; padding-left: 0; }

.newsflash td { color: #e9ecf1; padding      : 5px; }

.newsflash table.moduletable { color: #e9ecfl; margin           : 0 0 5px; width            : 100%; border           : solid 1px #ebe8d7; background: #ebe8d7;} /**url(../images/fondo_texto.jpg) repeat-x top left;} FONDO NEWSFLASH INICIO**/


.newsflash table.moduletable th{
      font-size          : /*14px*/12px;
	font-weight        : bold;
	text-align         : center;
	width              : 100%;
      color              : /*#e9ecf1*/#4c7519;
	padding            : 1px;
      line-height        : 24px;
      background         : #c9c294; /**********************FONDO TITULO NEWSFLASH ************************/
      border-bottom      : 1px solid #65707e;
}

/* Codigo por   RMAM */
.newsflash table.moduletable td{
     font-size           :10px;
     color               :#000000;
}
/* finaliza    RMAM */


/**DIV CON SCROLL**/
div.scrollit {   
width:590px;
height:500px;
overflow: auto;   
border: 0px;   
padding: 0px 2px 5px 2px;}


/*--------news-sticker---------*/
#div_noticias{
	width:160px;
}
#NewsTicker{
	border:solid 1px #d2d3cd;
	background:#eceeef;
	width:160px;
	height:180px;
	/*margin:0 auto;*/
}
	#NewsTicker h1{
		padding:6px; margin:0; border:0;
		background:#c9c294;
		color:#000000;
		font-size:13px;
		font-weight:bold;
		height:15px;
	}
	#NewsVertical {
	width: 160px;
	height: 180px;
	display: block;
	overflow: hidden;
	position: relative;
	}
	#controller{
	padding:6px;
	font-size:10px;
	color:#666;
	}
	#play_scroll_cont{display:none;}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical {
		width: 160px;
		height: 180px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#TickerVertical li {
		display: block;
		width: 148px;
		color: #333333;
		text-align: left;
		font-size: 10px;
		margin: 0;
		padding: 6px;
		float: left;
	}
		#TickerVertical li .NewsTitle{
			display: block;
			color: #000000;
			font-size: 10px;
			margin-bottom:6px;
		}
		#TickerVertical li .NewsTitle a:link,
		#TickerVertical li .NewsTitle a:Visited {
			display: block;
			color: #55555;
			font-size: 11px;
			font-weight:bold;
			margin-bottom:6px;
			text-decoration:none;
		}
		#TickerVertical li .NewsTitle a:hover {
			text-decoration:underline;
		}
		
		#TickerVertical li .NewsImg{
			float:left;
			margin-right:10px;
		}
		#TickerVertical li .NewsFooter{
			display: block;
			color: #000000;
			font-size: 10px;
			margin:6px 0 14px 0;
		}
/*---------------Programas------------------*/
#left_programa
	{
		width: 200px;
		float: left;
	}
#right_programa
	{
		width: 200px;
		float:right;
	}
#center_programa
	{
		width: 200px;
		margin:auto;
	}
#div_programas
	{
		width: 600px;
		margin:auto;	
	}


//estilos voluntad anticipada
.va_cuadroBorde{background-color:#FFFFFF;border:1px solid #4C7519;width:800px;}
.va_div_contenedor{width:750px;overflow:auto;font-size:12;font-family:Arial;}
.va_div_smoll_left{width:500px;float:left;font-family: Arial;}
.va_div_smoll_rigth{width:250px;float:left;font-family: Arial;}
.va_title{width:750px;background-color:#4C7519;color:#FFFFFF;}
.va_titleTab{width:300px;background-color:#EFFBEF;font-size:12;font-family:Arial;border:1px solid #4C7519;font-weight:bold;}
.va_tabla_td{width:300px;font-family: Arial;font-size:12;border:1px solid #4C7519;}
.va_tabla_td2{width:300px;font-family: Arial;background-color:#EFFBEF;font-size:12;border:1px solid #4C7519;}
.va_subrayado{width:750px;overflow:auto;font-size:12;font-family:Arial;background-color:#EFFBEF;}
.va_fuenteBorde{font-size:10pt;font-family:&#39;Calibri&#39;,&#39;sans-serif&#39;}


// Cedula de Inscripcion voluntad anticipada

//Tables
/*Tabla*/
.cebrado { background:#eceeef; }
.tblboletin { /*width:300px;*/ text-align:left; /*margin-left:220px;*/ margin-top:15px; margin-bottom:15px; }
.tblboletin th { background:#72a6db; color:#ffffff; }
.tblboletin img { width:30px; height:34px; border:0px; }
.tblboletin a:link { color : #464BCD;/*#6e735e*//** COLOR TEXTO DE LAS LIGAS**/; text-decoration: none; }
.tblboletin a:hover { color : #04b404;/*#6e735e*//** COLOR TEXTO DE LAS LIGAS**/; text-decoration: none; }
.tblboletin a:visited { color: #04b404;/*#2d6306*/ /** COLOR TEXTO DE LAS LIGAS**/; text-decoration: none; }

.cebrado { background:#eceeef; }
.tbl_contenido { width:700px; text-align:left; margin-top:15px; margin-bottom:15px; margin-left:auto; margin-right:auto; }
.tbl_contenido th { background:#72a6db; color:#ffffff; }
.tbl_contenido a:link { color : #464BCD;/*#6e735e*//** COLOR TEXTO DE LAS LIGAS**/; text-decoration: none; }
.tbl_contenido a:hover { color : #04b404;/*#6e735e*//** COLOR TEXTO DE LAS LIGAS**/; text-decoration: none; }
.tbl_contenido a:visited { color: #04b404;/*#2d6306*/ /** COLOR TEXTO DE LAS LIGAS**/; text-decoration: none; }
#div_paginador_ficha { margin:auto; text-align:center; }

.parrafo { padding:5px; text-align:justify; }
.parrafo b,h3  { color:#464BCD; }
