.titulo{
	font-family: Arial, Helvetica, sans-serif;
    font-size:12pt;
	font-weight: bold;
	font-style:italic;
	text-align: left;
	vertical-align: middle;
	color: #8E1D0B;
}
.titulonoti{
	font-family: Arial, Helvetica, sans-serif;
    font-size:8pt;
	font-weight: bold;
	font-style:italic;
	text-align: left;
	vertical-align: middle;
	color: #8E1D0B;
}
.subtitulo{
	font-family: Arial, Helvetica, sans-serif;
    font-size:10pt;
	font-weight: bold;
	font-style:italic;
	text-align: left;
	vertical-align: middle;
	color: #8E1D0B;
	padding: 10px 0px 0px 15px;
}

.subtitulo1{
	font-family: Arial, Helvetica, sans-serif;
    font-size:10pt;
	text-align: left;
	font-style:italic;
	font-weight: bold;
	vertical-align: middle;
	color: #C6B601;
	padding: 10px 0px 0px 15px;
}
.subtitulo2{
	font-family: Arial, Helvetica, sans-serif;
    font-size:10pt;
	text-align: left;
	font-weight: bold;
	font-style:italic;
	vertical-align: middle;
	color: #98A748;
}
.texto{
	font-family: Verdana, Arial, Helvetica;
    font-size: 8pt; 
	text-align:justify;
	color:#000000;
	padding: 10px 15px 0px 15px;
}
.fuente{
	font-family: Verdana, Arial, Helvetica;
    font-size: 7pt; 
	text-align:left;
	color:#000000;
	padding: 10px 15px 0px 15px;
}
.texto1{
	font-family: Verdana, Arial, Helvetica;
    font-size: 8pt; 
	text-align:center;
	color:#000000;
}
.texto1_der{
	font-family: Verdana, Arial, Helvetica;
    font-size: 8pt; 
	text-align:right;
	padding: 10px 15px 0px 15px;
	color:#000000;
}
.texto2{
	font-family: Verdana, Arial, Helvetica;
    font-size: 8pt; 
	color:#000000;
	padding: 10px 15px 0px 15px;
}
.texto3{
	font-family: Verdana, Arial, Helvetica;
    font-size: 8pt; 
	color:#000000;
	
}
ul.list{
	list-style-image: url(http://www.celam.org/principal/themes/celam/images/contenido/vineta.jpg);
	font-family: Verdana, Arial, Helvetica;
    font-size: 8pt; 
	text-align:justify;
	color:#000000;
	padding: 10px 25px 0px 0px;
}

ol.list{
	font-family: Verdana, Arial, Helvetica;
    font-size: 8pt; 
	text-align:justify;
	color:#000000;
	padding: 10px 25px 0px 0px;
}

/*.vinculo{
   font-family: Verdana, Arial, Helvetica;
   font-size: 8pt;
   font-weight: bold;
   color:#3B358D;
}

.vinculo  a {
   font-family: Verdana, Arial, Helvetica;
   font-size: 8pt;
   font-weight: bold;
   color:#3B358D;
}

.vinculo a:link, .vinculo a:visited{
   font-family: Verdana, Arial, Helvetica;
   font-size: 8pt;
   font-weight: bold;
   color:#3B358D;
} */

.vinculo:link, .vinculo:active{
    color: #C6B601;
    font-family: Verdana, Arial, Helvetica;
    font-size: 8pt;
    font-weight: bold;
}

.vinculo:visited{
    color: #C6B601;
    font-family: Verdana, Arial, Helvetica;
    font-size: 8pt;
    font-weight: bold;
}



.verbar	{   /* Color of main vertical menubar and border */
	color: black;
	background-color: transparent;
	/* border: 1px outset #fdfefd; */
}

.vertitem	{          /* Behaviour of main vertical menu items, leave as is for proper operation */
	text-align: left;
	white-space: nowrap;
	/*background-color:#C6B601;
	/*margin: 5px 10px 5px 10px;*/
	background-image:url(http://www.celam.org/noticelam/themes/noticelam/images/tema/fondo_menu.jpg);
	padding: 15px 0px 15px 10px;
	border-bottom: 2px solid #ffffff;
}

.vertitem	a {   /* Font style, size of main menu items */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;		
	text-decoration: none;
	position: relative;
	display: block;		
}

.vertitem a:link, .vertitem a:visited	{   /* Default font style & color of main menu items */
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 9px;		
	text-decoration: none;	
}

.vertitem a:hover	{   /* Font style & color, background menu color of main menu item when hovered over */
	color: #FFFFFF;
	/*background-color: #C6B601;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 9px;		
	text-decoration: none;
}

.vertitem a:active	{   /* Font style & color, background menu color of main menu item when clicked */
	color: #FFFFFF;
	/*background-color: #C6B601;	*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 9px;		
	text-decoration: none;	
}

.vertsubmenu	{   /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	filter: alpha(opacity=90);/*seccion wque permite transparencia de los subitem*/
		-moz-opacity=0.90;
		opacity=0.90;
}

.vertsubframe	{   /* Color of submenu item and border */
	background-color: #841907;
	position: relative;
	display: block;	
	
		
}

.vertsubitem	{     /* Behaviour of sub-menu  - leave as is for proper operation of submenus */
	text-align: left;
	white-space: nowrap;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #E9E9E9;
	
}

.vertsubitem a	{   /* Font style, size of submenu items */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;			
	text-decoration: none;
	position: relative;
	display: block;	
}

.vertsubitem a:link, .vertsubitem a:visited	{   /* Default font style & color of submenu items */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;		
	text-decoration: none;	
}

.vertsubitem a:hover	{   /* Font style & color, background submenu color of submenu item when hovered over */
	color: #FFFFFF;
	background-color: #841907;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;		
	text-decoration: none;
}

.vertsubitem a:active	{   /* Font style & color, background submenu color of submenu item when clicked */
	color: #FFFFFF;
	background-color:  #841907;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;		
	text-decoration: none;			
}

.vertsubitem .vertfwdarr, .vertitem .vertfwdarr	{   /* Positioning of right arrow for submenus */
	position: absolute;
	top: 5px;
	right: -10000px;
}

.vertsubseparator	{   /* Style for line-separator in vertical menus - Use '---' for Link title to display */
	background-color: #841907;
	/* border-top: 1px solid #cdcecd;
	border-bottom: 1px solid #ffffff; */
	margin: 2px 0px 2px 0px;	/* top right bottom left */
	height: 0px;
	font-size: 1px;
	line-height: 0px;

}

.titulo_noticia{
    font-family: Verdana, Arial, Helvetica;
    font-size: 10pt; 
    text-align:justify;
    font-weight: bold;
    color:#b50217;
    padding: 10px 15px 0px 15px;
}

.leermas{
    font-family: Verdana, Arial, Helvetica;
    font-size: 8pt;
    font-weight: bold;
    text-align:justify;
    color:#AEB876;
    padding: 10px 15px 0px 15px;
}

/********* mapeado del meno de accesos directos*/
dl#menu_superior{
	margin: 0;
	padding: 0;
	background: transparent url(../images/tema/menu02.jpg) top left no-repeat;
	height: 115px;
	width: 154px;
	position: relative;
}

dt{ margin: 0; padding: 0; position: absolute; font-size: 85%; display: none; }
dd{ margin: 0; padding: 0; position: absolute;  font-size: 85%; }

dd#chatImage { top: 0px; left: 0px; }
dd#chatImage a{ position: absolute; width: 154px; height: 26px; text-decoration: none; }
dd#foroImage{ top: 26px; left: 0px; }
dd#foroImage a{ position: absolute; width: 154px; height: 26px; text-decoration: none; } 
dd#correoImage{ top: 52px; left: 0px; }
dd#correoImage a{ position: absolute; width: 154px; height: 26px; text-decoration: none; } 
dd#contImage{ top: 78px; left: 0px; }
dd#contImage a{ position: absolute; width: 154px; height: 26px; text-decoration: none; } 