/* ------------------------------------------ ESTILOS JOOMLA --------------------------------------  */
.back_button a:link,
.back_button a:visited,
.back_button a:active {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
.back_button a:hover {
	color: red;
	text-decoration: underline;
}
.createdate,
.small {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}
.modifydate {
	border-style: solid;
	border-width: 1px;
	border-color: #006699;
	background-color: #EBEBEB;
	width: 100%;
	text-align:left;	
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}

.contentheading,
.componentheading {
	color: #508da2;	
	font-family:"Century Gothic";
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
}
table,td{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}
.sectiontableentry2,sectiontableentry1,
.pollstableborder,
.contentpaneopen {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	margin:0px;
	border: none;
	text-align:justify;
	width: 100%;
}
.contentpaneopen a {
	color: #508da2;
	text-decoration: none;
}
.contentpaneopen a:hover {
	color: #508da2;
	text-decoration: underline;
}

a.blogsection:link,
a.blogsection:active,
a.blogsection:visited {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
a.blogsection:hover {
	color:red;
	text-decoration:none;
}

.pagenav {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	font-weight: normal;
}
a.pagenav:link,
a.pagenav:visited,
a.pagenav:active {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #508da2;
	text-decoration:none;
}
a.pagenav:hover {
	color: #D300FD;
	text-decoration:none;
}

table.blog td {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}
li {
	padding-bottom: 7px;
	text-align: left;
}
div.search input.inputbox {
	border-style: solid;
	border-width: 1px;
	border-color: #E17A00;
	color: #000;	
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	margin: 3px;
}
/* ---------------------- Estilos de LASTESNEWS ----------- */

td.latestnews {
	margin: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family: arial;
	font-weight: normal;
	font-size: 10px;
}
a.latestnews:link,
a.latestnews:active,
a.latestnews:visited {
	color: #3d6ba3;
	text-decoration:none;	
}
a.latestnews:hover {
	color: #598131;
	text-decoration:underline;
}


/* ---------- FORMULARIO CONTACTENOS ---------- */

table.contacto {
	margin-top: 5px;
	border-collapse: collapse;
	border: solid 1px #508da2;
	background-color: #f0f4f5;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	position: relative;
	left: 1px;
	width: 100%;
}

table.contacto td { 
	padding: 5px;
	/*
	border-collapse: collapse;
	border: solid 1px #508da2;
	*/
	border: none;
	background-color: #f0f4f5;	 
}
table.contacto td .inputbox {
	border: solid 1px #508da2;
	width: 150px;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;	
	color: #333;
}
table.contacto td .button {
	border-style: solid;
	border-color: #508da2;
	border-width: 1px;
	background-color: #f0f4f5;
	color: #007E8C;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
}

/* ------------------------------------------ BOTONERAS --------------------------------------  */

/*
** Botonera derecha (mod_mainmenu estilo lista)
*/
ul#mainlevel-derecha {
	list-style: none;
	padding: 0px;
	margin: 0px;
	/*font-size: 0.8em;*/
}
ul#mainlevel-derecha li {
	background: url(../images/boton_der.gif) no-repeat;
	width: 158px !important;
	height: 22px !important;
	padding: 0px;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 22px; 	/* <- importante para indicar la altura del boton (li) */
}
ul#mainlevel-derecha li a {
	display: block;
	color: #508da2;
	width: 158px !important;
	height: 22px !important;
	text-decoration: none;
}
ul#mainlevel-derecha li a:hover {
	background: url(../images/boton_der_on.gif) no-repeat;
	color: #060ebb;
	text-decoration: none;
}
ul#mainlevel-derecha li a#active_menu-derecha {
	background: url(../images/boton_der_on.gif) no-repeat;
	color: #d48701;
	font-weight: bold;
	font-size: 10px;
}

/*
** Botoneras interior izquierdas 1 y 3 (mod_mainmenu estilo lista) + botonera noticias
*/
ul#mainlevel-izquierda {
	list-style: none;
	padding: 0px;
	margin: 0px;
	/*font-size: 0.8em;*/
}
ul#mainlevel-izquierda li {
	background: url(../images/boton_izq_1.gif) no-repeat;
	width: 170px !important;
	height: 22px !important;
	padding: 0px;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 22px; 	/* <- importante para indicar la altura del boton (li) */
	color: #508da2;
}
ul#mainlevel-izquierda li a {
	display: block;
	color: #666666;
	width: 170px !important;
	height: 22px !important;
	text-decoration: none;
}
ul#mainlevel-izquierda li a:hover {
	background: url(../images/boton_izq_1_on.gif) no-repeat;
	color: #060ebb;
	text-decoration: none;
}
ul#mainlevel-izquierda li a#active_menu-izquierda  {
	background: url(../images/boton_izq_1_on.gif) no-repeat;
	color: #d48701;
	text-decoration: none;
}

/*
** Botonera interior izquierda 2 (mod_mainmenu estilo lista)
*/
ul#mainlevel-izquierdachico {
	list-style: none;
	padding: 0px;
	margin: 0px;
	/*font-size: 0.8em;*/
}
ul#mainlevel-izquierdachico li {
	background: url(../images/boton_izq_2.gif) no-repeat;
	width: 158px !important;
	height: 22px !important;
	padding: 0px;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 22px; 	/* <- importante para indicar la altura del boton (li) */
}
ul#mainlevel-izquierdachico li a {
	display: block;
	color: #ffffff;
	width: 158px !important;
	height: 22px !important;
	text-decoration: none;
	text-align:center;
}
ul#mainlevel-izquierdachico li a:hover {
	color: #000;
	text-decoration: none;
}
ul#mainlevel-izquierdachico li a#active_menu-izquierdachico {
	background: url(../images/boton_izq_2_on.gif) no-repeat;
	color: #000000;
	text-decoration: none;
}

/*
** Botonera SUP 1 y Botonera SUP 3 (mod_dj4_transmenu horizontal)
*/
a.mainlevel-sup {
   background: url(../images/boton_top.gif) no-repeat;
   font-family:Arial, Helvetica, sans-serif;
   text-decoration:none;
   text-align:center;
   font-size: 11px;
   font-weight:bold;
   color:#1730a6;
   line-height: 21px;
   display: block;
   width: 171px !important;
   height: 21px !important;
   margin: 0px;
   padding: 0px;
}
a.mainlevel-sup:hover {
	background: url(../images/boton_top.gif) no-repeat;
	color:#3366CC;
	text-decoration:none;  
}

/*
** Botonera SUP 2 (mod_dj4_transmenu horizontal)
*/
a.mainlevel-actual {
   background: url(../images/boton_top_on.gif) no-repeat;
   font-family:Arial, Helvetica, sans-serif;
   text-decoration:none;
   text-align:center;
   font-size: 11px;
   font-weight:bold;
   color:#1730a6;
   line-height: 21px;
   display: block;
   width: 171px !important;
   height: 21px !important;
   margin: 0px;
   padding: 0px;
}
a.mainlevel-actual:hover {
	background: url(../images/boton_top_on.gif) no-repeat;
	color:#3366CC;
	text-decoration:none;
}

a.sublevel-actual {
   background-color:#e2ecf0;
   border: none;
   font-family:Arial, Helvetica, sans-serif;
   text-decoration:none;
   text-align:left;
   text-indent: 5px;
   font-size: 11px;
   font-weight:normal;
   color:#1730a6;
   white-space:nowrap;
   line-height: 21px;
   display: block;
   width: auto;
   height: auto;
   margin: 0px;
   padding-right: 4px;
}
a.sublevel-actual:hover {
   	background-color: #cadde3;
	color: #0d7ab1;
	text-decoration: none;
}

/*
** Botonera TOP (mainmenu horizontal)
*/
a.mainlevel-top {
   font-family:Arial, Helvetica, sans-serif;
   text-decoration:none;
   text-align:center;
   font-size: 10px;
   font-weight:bold;
   color:#666;
   /*display: block;*/
   width:auto;
   margin: 0px;
   display:block;
}
a.mainlevel-top:hover {
	color:#3366CC;
	text-decoration:underline;  
}


/* ---------------- ENCUESTA ------------------- */
table.poll {
	position: relative;
	top: 9px;
	left: 2px;
}

div.pregunta {
	margin-top:5px;
	margin-bottom: 10px;
	color: #666666;	
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	width: 90% !important;
}

table.pollstableborder td {
	color: #666666;	
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
}

.poll_button {
	border-style:none;
	display:block;
	color: #FFF;
	background: url(../../../images/encuesta_boton.gif) no-repeat center center;
	width: 96px !important;
	height: 24px !important;
}


/* ---------------------------- MAINBODY - INTERIOR ------------------------- */

div.mainbody {
	position: relative;
	top: 20px;
	left: 18px;
	width: 615px !important;
	/*
	height: 357px !important;
	overflow: auto;
	*/	
	
	/* Estilo para scroll. solo ne IE */
	scrollbar-arrow-color: #000066;
	scrollbar-base-color: #000033;
	scrollbar-dark-shadow-color: #336699;
	scrollbar-track-color: #508da2;
	scrollbar-face-color: #d4e3e8;
	scrollbar-shadow-color: #DDDDDD;
	scrollbar-highlight-color: #CCCCCC; 
}

/* ------------------------------------------ ESTILO DE PERIODISTAS --------------------------------------  */
.content_titulo {
	color: #508da2;	
	font-family:"Century Gothic";
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.content_subtitulo {
	color: #508da2;	
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.content_texto {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	margin:0px;
	border: none;
	text-align:justify;
}

.content_texto a { 
	color: #508da2;	
	text-decoration:none;
}
.content_texto a:hover {
	color: #508da2;
	text-decoration:underline;
}

.content_tabla {
	border-collapse: collapse;
}
.content_tabla td {
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	border: solid 1px #508da2;
	background-color: #e6eef2;
	text-align: left;
	padding: 2px;
}
.content_tabla th {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	border: solid 1px #508da2;
	background-color: #508da2;	
}
.content_tabla td a {
	color: #508da2;
	text-decoration: none;
}
.content_tabla td a:hover {
	color: #508da2;
	text-decoration: underline;
}

/* --------------- MINIFRONT PAGE - DESTACADOS ------------------ */

table.minifp {
}

td.minifp {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666;
	margin:0px;
	border: none;
	text-align:justify;
}

span.minifp-introtitle {
	font-family:"Century Gothic";
	font-size: 18px;
	font-weight: bold;
	color: #0d6fa0;
}
span.minifp-introtitle a {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;	
	text-decoration: none;
	color: #0d6fa0;
}
span.minifp-introtitle a:hover {
	text-decoration: underline;
	color: blue;
}

a.minifp-full-link {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: blue;
	text-decoration: none;
}
a.minifp-full-link:hover {
	text-decoration: underline;
	color: #0d6fa0;
}

/* ----------------- FOOTER ------------------ */

div.footer {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	text-align:center;
	margin-top:10px;
}
/*formularios*/
table.adminheading {
	width: 100%;
	text-align:left;
}
table.adminheading th {
	color: #508da2;	
	font-family:"Century Gothic";
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 10px;
}
table.adminheading td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
}
table.adminheading table {
	/*border: solid 1px #CC33CC;*/
}
table.adminheading table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}
/* standard list style table */
table.adminlist {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #428fb5;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
}

table.adminlist th {
	border-collapse: collapse;
	border-bottom: 1px solid #428fb5;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: left;
	background-color:#428fb5;
	padding: 4px;
}
table.adminlist th.title {
	text-align: left;
}

table.adminlist th a:link, table.adminlist th a:visited {
	color: #c64934;
	text-decoration: none;
}

table.adminlist th a:hover {
	text-decoration: underline;
}

table.adminlist tr.row0 {
	background-color: #dfdada;
}
table.adminlist tr.row1 {
	background-color: #FFF;
}
table.adminlist td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	border-bottom: 1px solid #428fb5;
	padding: 4px;
	text-align: left;
}
table.adminlist td a {
	text-decoration:none;
}
table.adminlist td a:hover {
	text-decoration:underline;
}
table.adminlist tr.row0:hover {
	background-color: #f1f1f1;
}
table.adminlist tr.row1:hover {
	background-color: #f1f1f1;
}
table.adminlist td.options {
	background-color: #ffffff;
	font-size: 8px;
}

select.options, input.options {
	font-size: 8px;
	font-weight: normal;
	border: 1px solid #999999;
}
/* standard form style table */
table.adminform {
	background-color: #fff;
	border: solid 1px #508da2;
	width: 100%;
	border-collapse: collapse;
}
table.adminform tr.row0 {
	background-color: #f9f9f9;
}
table.adminform tr.row1 {
	background-color: #eeeeee;
}
table.adminform th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align: left;
	background-color: #508da2;
	border: none;
	/*
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	height: 25px;
	background: url(../images/background.jpg);*/
}

table.adminform td {
	padding: 4px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	border: none;
}
table.adminform td.editor {
	font-size: 9px;
}

table.cpanel td {
	text-align: center;
}

form {
	margin: 0px 0px 0px 0px;
}

/*formularios*/

/* -------- ESTILOS BLOG WEBPLUS ---------- */

table.genio_navegacion {
	margin-top: 10px;
	border-collapse: collapse;
	border: solid 1px #428fb5;
	background-color: #428fb5;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: white;
	height: 30px;
	width: 100%;
}
table.genio_navegacion td { color: white; font-weight: bold; padding: 2px; }
table.genio_navegacion a { color: white; text-decoration: none; }
table.genio_navegacion a:hover { text-decoration: underline; }

div.paginacion {
	background-color: #428fb5;
	text-align: center;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	/*width: 100%;*/
	margin-top: 5px;
	color: white;
	width: 550px;
}
div.paginacion a { color: blue; text-decoration:none; }
div.paginacion a:hover { color:#FFFF00; text-decoration:underline; }

table.genio_filtros {
	margin-top: 5px;
	border-collapse: collapse;
	border: solid 1px #508da2;
	background-color: #f0f4f5;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	position: relative;
	left: 1px;
}

table.genio_filtros td { 
	padding: 3px;
	border-collapse: collapse;
	border: solid 1px #508da2;
	background-color: #f0f4f5;	 
}
table.genio_filtros td .inputbox {
	border: solid 1px #508da2;
	width: 200px;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;	
	color: #333;
}

table.blog_webplus_error,
table.blog_webplus_mensaje {
	margin-top: 5px;
	border-collapse: collapse;
	border: solid 1px #508da2;
	background-color: #f0f4f5;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: red;
	height: 80px;
	width: 300px;
}
table.blog_webplus_mensaje a { color:#508da2; text-decoration: none; }
table.blog_webplus_mensaje a:hover { color: #508da2; text-decoration: underline; }

table.blog_webplus_lista {
	margin-top: 5px;
	border-collapse: collapse;
	border: solid 1px #508da2;
	background-color: #f0f4f5;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	position: relative;
	left: 1px;
	width: 550px;
}

table.blog_webplus_lista td {
	border-collapse: collapse;
	border: solid 1px #508da2;
	font-family: arial;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	padding: 4px;
}
table.blog_webplus_lista td a {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #428fb5;
	text-decoration: none;	
}
table.blog_webplus_lista td a:hover {
	text-decoration: underline;
}

table.blog_webplus_post {
	margin-top: 5px;
	border: none;
	background-color: #fff;
	font-family: arial;
	font-size: 10px;
	font-weight: normal;
	color: #666;
	position: relative;
	left: 1px;
	width: 550px;
}
table.blog_webplus_post td {
	border: none;
	background-color: #fff;
}

div.blog_webplus_titulo {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;	
	color: #428fb5;
}
div.blog_webplus_comentario {
	padding-top: 25px;
	font-family: arial;
	font-size: 10px;
	font-weight: normal;	
	color: #666;
	text-align:justify;
}
div.blog_webplus_adjunto {
	padding-top: 10px;
	padding-bottom: 10px;	
}
div.blog_webplus_adjunto a {
	font-family: arial;
	font-size: 10px;
	font-weight: normal;	
	text-decoration: none;
	color: #428fb5;
}
div.blog_webplus_adjunto a:hover {
	text-decoration: underline;
	color: #428fb5;
}

table.blog_webplus_post td.respuesta {
	border-top: solid 1px #428fb5;
}
table.blog_webplus_post td.respuesta a {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;	
	text-decoration: none;
	color: #428fb5;
}
table.blog_webplus_post td.respuesta a:hover {
	color: #428fb5;
	text-decoration: underline;
}

div.autor {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	text-align: left;	
	color: #508da2;
}
table.blog_webplus_respuesta {
	/*border-collapse: collapse;*/
	/*border: solid 1px #508da2;*/
	/*background-color: #f0f4f5;*/
	border: none;
	margin-top: 5px;
	margin-bottom: 15px;
	border: none;
	position: relative;
	left: 1px;
	width: 550px;
}
table.blog_webplus_respuesta tr { border: none; }
table.blog_webplus_respuesta td.izq_sup { border: none; width: 9px; height: 9px; background: url(../images/blog_izq_sup.gif) no-repeat; }
table.blog_webplus_respuesta td.izq_inf { border: none; width: 9px; height: 9px; background: url(../images/blog_izq_inf.gif) no-repeat; }
table.blog_webplus_respuesta td.der_sup { border: none; width: 9px; height: 9px; background: url(../images/blog_der_sup.gif) no-repeat; }
table.blog_webplus_respuesta td.der_inf { border: none; width: 9px; height: 9px; background: url(../images/blog_der_inf.gif) no-repeat; }
table.blog_webplus_respuesta td.fondo { 
	font-family: arial;
	font-size: 10px;
	font-weight: normal;	
	color: #666;
	border: none; 
	background: url(../images/blog_fondo.gif); 
}

table.blog_webplus_replybox {
	margin-top: 5px;
	border-collapse: collapse;
	border: solid 1px #508da2;
	background-color: #f0f4f5;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	position:relative;
	left: 1px;
	width: 550px;
}
table.blog_webplus_replybox td { padding: 3px; }
table td.blog_webplus_replybox_footer {
	margin-top: 5px;
	border-collapse: collapse;
	border: solid 1px #508da2;
	background-color: #508da2;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: white;
	height: 20px;
}

.textarea {
	border: solid 1px #508da2;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;	
	color: #111;
	width: 99%;
	height: 100px
}
.text_area {
	border: solid 1px #508da2;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;	
	color: #111;
}

.button {
	border-style: solid;
	border-color: #508da2;
	border-width: 1px;
	background-color: #f0f4f5;
	color: #007E8C;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
}

table.login_1,
table.login_2 {
	border-collapse: collapse;
	border: solid 1px #508da2;
	background-color: #f0f4f5;
	margin-top: 5px;
	position: relative;
	left: 1px;
	width: 100%;
}
table.login_1 tr,
table.login_2 tr {
	/*border-collapse: collapse;
	border: solid 1px #508da2;*/
	border: none;
	background-color: #f0f4f5;
}
table.login_1 td,
table.login_2 td {
	border: none;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	/*text-align: left;	*/
	color: #666666;	
	padding: 4px;
}
table.login_1 td a,
table.login_2 td a {
	text-decoration: none;
	color: #508da2;
}
table.login_1 td a:hover,
table.login_2 td a:hover {
	text-decoration: underline;
	color: #508da2;
}

.inputbox {
	border: solid 1px #508da2;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;	
	color: #111;
}

form {
	margin: 0px;
	padding:0px;
}

div.message {
	width: 100%;
	padding: 4px;
	border: dotted 1px #508da2;
	background-color:#ebf3f5;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #508da2;
}
/*Agenda*/
DIV.tablaagenda {
	BACKGROUND: url(../images/agenda_M.jpg) repeat-y;
	MARGIN-BOTTOM: 25px;
	WIDTH: 600px;
	color:#FFFFFF;
} 

DIV.tablaagenda DIV {
	BACKGROUND: url(../images/agenda_B.jpg) no-repeat left bottom;
}
DIV.tablaagenda DIV DIV {
        PADDING-RIGHT: 0px; 
        PADDING-LEFT: 5px; 
        BACKGROUND: url(../images/agenda_T.jpg) no-repeat left top;
		display:block; 

        PADDING-BOTTOM: 20px; 
        PADDING-TOP: 25px;        
        font-family:Arial, Helvetica, sans-serif;
}
DIV.tablaagenda DIV DIV DIV {
	PADDING-RIGHT: 0px; 
    PADDING-LEFT: 0px; 
    BACKGROUND: none transparent scroll repeat 0% 0%; 
    PADDING-BOTTOM: 0px; WIDTH: 100%; PADDING-TOP: 0px;
}
.texto_top{
	font: 14px verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	color:#BA020A;
	text-align:left;
	padding-bottom:2px;
	/*BACKGROUND: url(../images/agenda_raya.gif) no-repeat left bottom;*/
}

.titulo_top{
	font: 10px verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	color:#BA020A;
	text-align:left;
	padding-bottom:2px;
	/*BACKGROUND: url(../images/agenda_raya.gif) no-repeat left bottom;*/
}
.titulo_top2{
	font: 12px verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	color:#BA020A;
	text-align:left;
	padding-bottom:2px;
	/*BACKGROUND: url(../images/agenda_raya.gif) no-repeat left bottom;*/
}
.titulo_top1{
	font: 10px verdana, arial, helvetica, sans-serif;
	font-weight:bold;
	color:#BA020A;
	text-align:left;
	padding-bottom:2px;
	BACKGROUND: url(../images/agenda_raya.gif) no-repeat left bottom;
}
.titulo{
	text-transform:uppercase;
	font: 10px verdana, arial, helvetica, sans-serif;
	color:#BA020A;
}
.vineta{
	padding-left:7px;
	BACKGROUND: url(../images/vineta_roja.gif) no-repeat left ;
}
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF3300;
}
/*Fiun agenda*/

div.icon a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.mensaje,
div.message {
	width: 100%;
	padding: 4px;
	border: dotted 1px #508da2;
	background-color:#ebf3f5;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #508da2;
}
