/*------------------------------------------------------------------------

# JA Xenia 1.0 - Jan, 2007,

# ------------------------------------------------------------------------

# Copyright (C) 2004-2006 J.O.O.M Solutions Co., Ltd. All Rights Reserved.

# @license - Copyrighted Commercial Software

# Author: J.O.O.M Solutions Co., Ltd

# Websites:  http://www.joomlart.com -  http://www.joomlancers.com

-------------------------------------------------------------------------*/



/* COMMON STYLE

--------------------------------------------------------- */

* {

	margin: 0;

	padding: 0;

}



body {

	color: #484848;

	background: #FFFFFF;

	font-family: Tahoma, Arial, sans-serif;

	font-size: 13px;

	line-height: 150%;

}



body#bd {

	background: #EFEFEF;

}



body.contentpane {

	width: auto; /* Printable Page */

	margin: 1em 2em;

	background: #FFFFFF;

	color: #000000;

	font-size: 12pt;

	font-family: serif;

	line-height: 140%;

}



body.fs1{

	font-size: 9px;

}



body.fs2{

	font-size: 10px;

}



body.fs3{

	font-size: 11px;

}



body.fs4{

	font-size: 12px;

}



body.fs5{

	font-size: 13px;

}



body.fs6{

	font-size: 14px;

}



/* Normal link */

a {

	color: #F85703;

	text-decoration: underline;

}



a:hover, a:active, a:focus {

	color: #F85703;

	text-decoration: none;

}



/* Title text */

div.moduletable h3,

h1, h2, h3 {

	

}

.contentheading, .componentheading{

	color: #0264B0;

}



/* Small text */

.small, .smalldark, .createdate, .modifydate, .mosimage_caption,

.back_button, .pagenavcounter, .pagenav, .pagenavbar, a.readon {

}



/* Heading */

h1 {

	font-size: 150%;

}



h1.module{

	font-size: 120%;

}



h2 {

	font-size: 130%;

}



h3 {

	font-size: 120%;

}



h4 {

	font-size: 100%;

	text-transform: uppercase;

}



p {

	margin: 5px 0 15px;

}



ul {

	margin-top: 5px;

	margin-bottom: 15px;

	list-style: none;

}



ul li {

	padding-left: 32px;

	background: url(../images/bullet-list.gif) no-repeat 20px 5px;

	line-height: 160%;

}



ol {

	margin-top: 5px;

	margin-bottom: 15px;

}



ol li {

	margin-left: 35px;

	/*color : #004895;*/

	color : #484848;

}



th {

	padding: 4px;

	font-weight: bold;

	text-align: left;

}



fieldset {

	border: none;

}



fieldset a {

	font-weight: bold;

}



hr {

	border-top: 1px solid #484848;

	border-right: 0;

	border-left: 0;

	border-bottom: 0;

	height: 1px;

}



a img {

	border: none;

}



td, div {

	font-size: 100%;

}



/* Code text */

pre, .code {

	padding: 10px 15px;

	margin: 5px 0 15px;

	border-left: 5px solid #F85703;

	background: url(../images/stripe2.gif);

	font: 1em/1.5 "Courier News", monospace;

}



blockquote {

	padding: 15px 40px 15px 60px;

	background: url(../images/quote.gif) 20px 10px no-repeat;

	font: italic 1em/1.5 Georgia, Times, serif;

}



.dropcap {

	float: left;

	padding: 4px 8px 0 0;

	display: block;

	color: #F85703;

	font: 50px/40px Georgia, Times, serif;

}



.texto1 {

	float: left;

	padding: 4px 8px 0 0;

	display: block;

	color: #F85703;

	font: 14px/10px Georgia, Times, serif;

}



/* Tips, Error, Message, Hightlight*/

.error {

	padding-left: 25px;

	color: #F85703;

	background: url(../images/bullet-error.gif) no-repeat top left;

}



.message {

	padding-left: 25px;

	color: #F85703;

	background: url(../images/bullet-info.gif) no-repeat top left;

}



.tips {

	padding-left: 25px;

	color: #F85703;

	background: url(../images/bullet-tips.gif) no-repeat top left;

}



.highlight {

	border-bottom: 1px dotted #999999;

	padding: 0 5px;

	background: #0264B0;

	font-weight: bold;

	color : #ffffff;

	width : 100%;

}



.principal{

	

}

/*  Imagen izquierda texto derecha*/



.centrada{

	display: block;

	margin: auto;

}



img.noticia_iz{

	float: left;

	margin: 10px 10px 3px 0;

			

}

img.noticia_prueba{

	float: left;

	margin: 0px 10px 3px 0;

			

}



img.noticia_iz_arriba{

	float: left;

	margin: 5px 10px 3px 0;

	

}



img.noticia_iz_normal{

	float: left;

	margin: 0px 10px 3px 0;

	padding: 3px 0 0 0;

			

}



img.noticia_de{

	float : right;

	margin: 10px 0 3px 10px;

		

}



img.noticia_de_arriba{

	float : right;

	margin: 0px 0 3px 10px;

		

}



.justificado_centro{

	text-align: justify;

}



/* Imagen Derecha texto izquierda*/



.imagen_de{

	float:right;

	width : 38%;

	text-align:right;

	

}





.div_titulo{

    clear: none;

	border: 1px solid #999999;

}



.div_imagen{

  	float: left;

    clear: both;

	height: 120px;

	width: 120px;

	border: 1px solid #999999;

}



.div_texto{

	float: left;

	width: 180px;

	border: 1px solid #999999;

}



.div_cierre{

	clear: none;

	border: 1px solid #999999;

}



.div_header{

	position:relative;

	width:100%;

	height:200px;

	overflow:hidden;

	z-index:1;

}



img.ja_img_iz{

	float:right;

	border:0;

	width:100px;

	height:100px;

	}



img.ja_img_de{

	float:left;

	border:0;

	width:100px;

	height:100px;

	}



img.portada_img_iz{

	float:right;

	border:0;

}



img.portada_img_de{

	float:left;

	border:0;

}



div.imagen_portada{

	float: left;

	margin: 5px 10px 3px 0;

	height: 150px;

	

}



div.texto_portada{

	float: left;

	text-align: justify;

	height: 170px;

}



div.texto_portada1{

	text-align: justify;

	height: 185px;

}



div.noticia_portada{

    height: 175px; 

	text-align: justify;

}

div.texto_portada_sinfoto{

	float: right;

	text-align: justify;

}



div.prueba{

	text-align: justify;

	border: 2px solid #555555;

}



div.banner_publi{

	display: block;

	margin-left: auto;

	margin-right: auto;

}



.titulo_mod{

	font-size: 120%;

	font-weight: bold;

}

hr.blanca{

	border-top: 2px solid #EFEFEF;

}



.titulo_tabla{

    margin: 0 -12px 5px;

	padding: 6px;

	border-top: 1px solid #EFEFEF;

	background: url(../images/h3-bg.gif) no-repeat bottom left;

	font-size: 1em;

	text-indent: 25px;

	line-height: normal;

}







p.stickynote {

	padding: 20px 80px 10px 20px;

	background: url(../images/sticky-bg.gif) no-repeat top right #FEFAE1;

}



p.pinnote {

	padding: 20px 60px 10px 20px;

	background: url(../images/pin-bg.gif) no-repeat top right #FEFAE1;

}



p.clipnote {

	padding: 20px 60px 10px 20px;

	background: url(../images/clip-bg.gif) no-repeat top right #FEFAE1;

}



.blocknumber {

	clear: both;

	padding: 5px 15px 10px;

	position: relative;

}



.bignumber {

	float: left;

	margin-right: 8px;

	margin-bottom: 5px;

	padding: 0 2px;

	display: block;

	color: #F85703;

	font: 30px/normal Arial, sans-serif;

	font-weight: bold;

}



/* FORM

--------------------------------------------------------- */

form {

	margin: 0;

	padding: 0;

}



input, select {

	font: 11px/normal Tahoma, Arial, sans-serif;

	color: #484848;

}



select, .inputbox {

	padding: 2px;

}



textarea {

	padding-left: 2px;

}



.button, .button:hover {

	padding: 2px 10px!important;

	padding: 1px 5px;

	border-top: 1px solid #DDDDDD;

	border-right: 1px solid #999999;

	border-bottom: 1px solid #999999;

	border-left: 1px solid #DDDDDD;

	background: url(../images/but-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #efefef;


}



.button:active, .button:focus {

	border-top: 1px solid #999999;

	border-right: 1px solid #DDDDDD;

	border-bottom: 1px solid #DDDDDD;

	border-left: 1px solid #999999;

}



.inputbox {

	border: 1px solid #CCCCCC;

	background: url(../images/stripe1.gif) #FFFFFF;

}



.inputbox:hover, .inputbox:focus {

	border: 1px solid #999999;

	background: #FFFFFF;

}



/* MODULE

--------------------------------------------------------- */

/* Left Module Style */

div.moduletable h1{

	margin: 0 -12px 5px;

	padding: 6px;

	border-top: 1px solid #EFEFEF;

	background: url(../images/h3-bg.gif) no-repeat bottom left;

	font-size: 1em;

	text-indent: 25px;

	line-height: normal;

}



div.moduletable h1.module{

	margin: 0 -12px 5px;

	padding: 6px;

	border-top: 1px solid #EFEFEF;

	background: url(../images/h3-bg.gif) no-repeat bottom left;

	font-size: 1em;

	text-indent: 25px;

	line-height: normal;

}



div.moduletable {

	padding: 0 12px 8px;

	margin: 0;

	clear: both;

}



div.moduletable #final {

		

}



/* MODULE MENU ESPECIAL CON BARRA AL FINAL

--------------------------------------------------------- */

/* Left Module Style */

div.moduletable_final h1{

	margin: 0 -12px 5px;

	padding: 6px;

	border-top: 1px solid #EFEFEF;

	background: url(../images/h3-bg.gif) no-repeat bottom left;

	font-size: 1em;

	text-indent: 25px;

	line-height: normal;

}



div.moduletable_final h1.module{

	margin: 0 -12px 5px;

	padding: 6px;

	border-top: 1px solid #EFEFEF;

	background: url(../images/h3-bg.gif) no-repeat bottom left;

	font-size: 1em;

	text-indent: 25px;

	line-height: normal;

}



div.moduletable_final {

	padding: 0 12px 8px;

	margin: 0;

	clear: both;

}



div.moduletable_final #final {

    

	margin: 0 -12px 5px;

	padding: 10px;

	background: url(../images/div_final.gif) no-repeat bottom left;

		

}



/* MODULE MENU ESPECIAL CON BARRA AL FINAL

--------------------------------------------------------- */

/* Left Module Style */

div.moduletable_prueba h1{

	

	color : #ffffff;	

	

}



div.moduletable_prueba h1.module{

	margin: 0 -12px 5px;

	padding: 6px;

	border-top: 1px solid #EFEFEF;

	background: url(../images/h3-bg.gif) no-repeat bottom left;

	font-size: 1em;

	text-indent: 25px;

	line-height: normal;

}



div.moduletable_prueba {

	padding: 0 12px 8px;

	margin: 0;

	clear: both;

}



div.moduletable_prueba #final {

    

	margin: 0 -12px 5px;

	padding: 10px;

	background: url(../images/div_final.gif) no-repeat bottom left;

		

}



/* Right Module Style */

div.module h3 {

	margin: 0 -3px 5px;

	padding: 2px;

	border-bottom: 3px solid #DDDDDD;

	font-size: 1em;

}



div.module {

	margin-bottom: 5px;

	padding: 0;

	float: left;

	clear: both;

	width: 100%;

	background: url(../images/box-br.gif) no-repeat bottom right;

}



div.module div {

	padding: 0;

	background: url(../images/box-bl.gif) no-repeat bottom left;

}



div.module div div {

	padding: 0;

	background: url(../images/box-tr.gif) no-repeat top right;

}



div.module div div div {

	padding: 10px 15px 15px;

	background: url(../images/box-tl.gif) no-repeat top left;

}



div.module div div div div,

div.module-hilite div div div div {

	margin: 0;

	padding: 0;

	background: none;

}

/*chincheta´s module*/

div.module-chincheta h3 {

	margin: 0 -3px 5px;

	padding: 2px;

	border-bottom: 3px solid #DDDDDD;

	font-size: 1em;

}



div.module-chincheta {

	margin-bottom: 5px;

	padding: 0;

	float: left;

	clear: both;

	width: 100%;

	background: url(../images/box-br-chincheta.gif) no-repeat bottom right;

}



div.module-chincheta div {

	padding: 0;

	background: url(../images/box-bl-chincheta.gif) no-repeat bottom left;

}



div.module-chincheta div div {

	padding: 0;

	background: url(../images/box-tr-chincheta.gif) no-repeat top right;

}



div.module-chincheta div div div {

	padding: 10px 15px 15px;

	background: url(../images/box-tl-chincheta.gif) no-repeat top left;

}



div.module-chincheta div div div div,

div.module-hilite div div div div {

	margin: 0;

	padding: 0;

	background: none;

}



/*final chincheta´s module*/



/* Hilite Module */

div.module-brick h3,

div.module-blue h3,

div.module-green h3 {

	margin: 0 -3px 5px;

	padding: 2px;

	border-bottom: 3px solid #FFFFFF;

	font-size: 1em;

	color: #FFFFFF;

}



div.module-brick,

div.module-blue,

div.module-green {

	margin-bottom: 5px;

	padding: 0;

	float: left;

	clear: both;

	width: 100%;

	background: url(../images/box-hilite-br.gif) no-repeat bottom right #F85703;

}



div.module-brick div,

div.module-blue div,

div.module-green div {

	padding: 0;

	background: url(../images/box-hilite-bl.gif) no-repeat bottom left;

}

div.module-brick div div,

div.module-blue div div,

div.module-green div div {

	padding: 0;

	background: url(../images/box-hilite-tr.gif) no-repeat top right;

}

div.module-brick div div div,

div.module-blue div div div,

div.module-green div div div {

	padding: 10px 15px 15px;

	background: url(../images/box-hilite-tl.gif) no-repeat top left;

	color: #FFFFFF;

}



div.module-brick a,

div.module-brick a:hover,

div.module-brick a:active,

div.module-brick a:focus {

	color: #FFFFFF!important;

}



div.module-blue a,

div.module-blue a:hover,

div.module-blue a:active,

div.module-blue a:focus {

	color: #FFFFFF!important;

}



div.module-green a,

div.module-green a:hover,

div.module-green a:active,

div.module-green a:focus {

	color: #FFFFFF!important;

}



div.module-brick li,

div.module-blue li,

div.module-green li {

	background-image: url(../images/bullet-list3.gif) !important; 

}



/* Blue hilite */

div.module-blue {

	background-image: url(../images/blue/box-hilite-br.gif);

	background-color: #0264B0;

}



div.module-blue div {

	background-image: url(../images/blue/box-hilite-bl.gif);

}



div.module-blue div div {

	background-image: url(../images/blue/box-hilite-tr.gif);

}



div.module-blue div div div {

	background-image: url(../images/blue/box-hilite-tl.gif);

}



/* Green hilite */

div.module-green {

	background-image: url(../images/green/box-hilite-br.gif);

	background-color: #4CA55E;

}



div.module-green div {

	background-image: url(../images/green/box-hilite-bl.gif);

}



div.module-green div div {

	background-image: url(../images/green/box-hilite-tr.gif);

}



div.module-green div div div {

	background-image: url(../images/green/box-hilite-tl.gif);

}



/* JOOMLA STYLE

--------------------------------------------------------- */

table.blog {

}



.article_seperator {

	display: block;
	background: url(../images/seperator.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 20px;

}



#ja-leftcol .article_seperator, #ja-rightcol .article_seperator {

	display: none;

}



table.contentpane {

	border: none;

	width: 100%;

}



table.contentpaneopen {

	border: none;

	

	font-size: 13px;

	line-height: 150%;

	

}



table.contenttoc {

	margin: 0 0 10px 10px;

	padding: 0;

	width: 35%;

}



table.contenttoc a {

	text-decoration: none;

}



table.contenttoc td {

	padding: 1px 5px 1px 25px;

	background: url(../images/bullet-list.gif) no-repeat 5% 50%;

}



table.contenttoc th {

	padding: 4px;

	background: url(../images/stripe2.gif);

	text-indent: 5px;

}



table.poll {

	padding: 0;

	width: 100%;

	border-collapse: collapse;

}



table.pollstableborder {

	padding: 0;

	width: 100%;

	border: none;

	text-align: left;

}



table.pollstableborder img {

	vertical-align: baseline;

}



table.pollstableborder td {

	padding: 2px!important;

}



table.searchintro {

	padding: 10px 0;

	width: 100%;

}



table.searchintro td {

	padding: 5px!important;

}



table.adminform {

	width: 400px!important; /*Control the Frontend Editor area width*/

}



.adminform .inputbox {

}



.blog_more {

	margin: 10px 0;

	padding: 10px;

	border: 1px solid #EFEFEF;

	background: url(../images/stripe2.gif) #F2F2F2;

}



.blog_more strong {

	margin: 0 0 5px;

	display: block;

	color: #484848;

	text-transform: uppercase;

}



.blog_more ul {

	margin: 0;

	padding: 0;

}



.blog_more ul li {

	margin: 0;

	padding: 0 0 0 12px;

	background: url(../images/bullet-list.gif) no-repeat 0 8px;

}



td.buttonheading {

	padding: 0 0 0 3px!important;

	text-align: center;

	width:100%;

}



.buttonheading img{

	border: none;

}



.imagen_sinborde{

	border: 0px;

}



.category {

	font-weight: bold;

}



.clr {

	clear: both;

}



.componentheading {

	padding-bottom: 5px;

	margin-bottom: 10px;

	background: url(../images/seperator.gif);
	background-repeat: repeat-x; 
	background-position: bottom;

	font-size: 200%;

	font-weight: bold;

	line-height: normal;

}



.contentdescription {

	padding-bottom: 30px;

}



table.blog .contentheading {

	font-size: 120%;

	font-weight: bold;

	line-height: normal;

}



.contentheading {

	font-size: 170%;

	font-weight: bold;

	line-height: normal;

}



td.contentheading {

	width:100%;

}



a.contentpagetitle {

	text-decoration: none!important;

}



a.contentpagetitle:hover,

a.contentpagetitle:active,

a.contentpagetitle:focus {

	text-decoration: none!important;

}



a.readon {

	float: left;

	padding: 1px 5px 1px 22px;

	border-top: 1px solid #DDDDDD;

	border-right: 1px solid #EFEFEF;

	border-bottom: 1px solid #EFEFEF;

	border-left: 1px solid #DDDDDD;

	display: block;

	background: url(../images/bullet-title.gif) no-repeat 5% 50% #F2F2F2;

	color: #484848;

	text-transform: lowercase;

	text-decoration: none;

}



a.readon:hover, a.readon:active, a.readon:focus {

	color: #F85703;

	background: url(../images/bullet-title2.gif) no-repeat 5% 50% #FFFFFF;

	text-decoration: none;

}



table.contentpaneopen td, table.contentpane td {

}



table.contentpaneopen, table.contentpane, table.blog {

	width: 100%;

}



.createdate {

	padding: 2px 0 10px 0;

	color: #999999;

	line-height: 10px;

}



.modifydate {

	color: #999999;

	height: 15px;

}



.moduletable {

	padding: 0;

}



.mosimage {

	padding: 0;

	margin: 8px 15px 0 0!important;

	margin: 8px 5px 0 0;

}



.mosimage img {

	padding: 0;

	margin: 0!important;

}



.mosimage_caption {

	margin-top: 5px;

	padding: 1px 2px;

	color: #999999;

}



.pagenav,

.pagenav_prev,

.pagenav_next,

.pagenavbar {

	padding: 0 2px;

}



a.pagenav,

.pagenav_prev a,

.pagenav_next a,

.pagenavbar a {

	text-decoration: none;

}



a.pagenav:hover, a.pagenav:active, a.pagenav:focus,

.pagenav_prev a:hover, .pagenav_prev a:active, .pagenav_prev a:focus,

.pagenav_next a:hover, .pagenav_next a:active, .pagenav_next a:focus,

.pagenavbar a:hover, .pagenavbar a:active, .pagenavbar a:focus {

	text-decoration: none;

}



.pagenavbar {

	padding-left: 14px;

	background: url(../images/pages.gif) no-repeat center left;

}



.pagenavcounter {

	padding: 8px 14px 0 14px;

	background: url(../images/pages.gif) no-repeat 0 11px;

}



.sectiontableheader {

	padding: 3px 5px;

	border: 1px solid #484848;

	background: #484848;

	color: #FFFFFF;

	font-weight: bold;

}



tr.sectiontableentry1 td {

	padding: 5px;

	background: url(../images/seperator.gif);
        background-repeat: repeat-x;
	background-position: bottom;

}



tr.sectiontableentry2 td {

	padding: 5px;
	background: url(../images/seperator.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #f2f2f2;

}



tr.sectiontableentry1:hover td,

tr.sectiontableentry2:hover td {

	background: url(../images/seperator.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FEFAE1;


}



.small {

	color: #999999;

}



.smalldark {

	color: #999999;

	text-align: left;

}



div.syndicate div {

	text-align: center;

}



.pollstableborder tr.sectiontableentry1 td,

.pollstableborder tr.sectiontableentry2 td {

	background: none;

}



/* MAIN LAYOUT DIVS

--------------------------------------------------------- */

#ja-wrapper {

	width: 760px;

	margin: 0 auto;

	padding-left: 8px;

	background: url(../images/shadowleft-bg.gif) repeat-y top left #FFFFFF;

	text-align: center;

}



.wide #ja-wrapper {

	width: 950px;

}



.auto #ja-wrapper {

	width: 90%;

}



#ja-wrapper-inner {

	padding-right: 8px;

	background: url(../images/shadownright-bg.gif) repeat-y top right #FFFFFF;

	text-align: left;

}



#ja-containerwrap {

	padding: 0;

	background: url(../images/stripe1.gif) #FFFFFF;

}



#ja-container {

	padding: 0;

}



#ja-contentwrap {

	background: url(../images/leftcol-bg.gif) no-repeat top left;

}



#ja-content {

	padding: 0 20px 15px;

	margin: 0;

	clear: both;

	display: block;

	min-height: 300px;

}



/* HEADER

--------------------------------------------------------- */

#ja-headerwrap {

	background: url(../images/header-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}



#ja-header {

	clear: both;

	background: url(../images/headerright-bg.gif) no-repeat top right;

	text-align: left;

	line-height: normal;

	height: 80px;

	position: relative;

}



#ja-header h1 {

	font-size: 2em;

	position: absolute;

	top: 0;

	left: 0;

}



#ja-header h1 a {

	color: #FFFFFF;

	text-decoration: none;

	text-transform: uppercase;

}



#ja-header h1 img {

	float: left;

}



/* Top Menu in Header */

#ja-topnavwrap {

	padding-left: 5px;

	background: url(../images/topnav-left-bg.gif) no-repeat top left;

	position: absolute;

	top: 0;

	right: 5px;

	height: 26px;

}



#ja-topnavwrap ul {

	margin: 0;

	padding: 0;

	float: left;

	background: url(../images/topnav-right-bg.gif) no-repeat top right;

	height: 26px;

}



#ja-topnavwrap li {

	margin: 0;

	padding: 0;

	display: inline;

	background: none;

}



#ja-topnavwrap li a {

	padding: 0 10px;

	color: #DDDDDD;

	text-decoration: none;

	line-height: 24px;

}



#ja-topnavwrap li a:hover,

#ja-topnavwrap li a:active,

#ja-topnavwrap li a:focus {

	color: #FFFFFF;

}



/* User Tools */

#ja-usertoolswrap {

	float: right;

	width: 100px;

	display: block;

	background: url(../images/sitetool-bg1.gif) no-repeat top left;

	position: relative;

}



span.ja-sitetool {

	margin: 0;

	padding: 8px 0 7px 23px;

	display: block;

	color: #F85703;

	font-weight: bold;

	text-align: center;

	text-decoration: none;

	cursor: pointer;

}



#ja-usertoolswrap:hover, #ja-usertoolswrap.ja-toolswraphover {

	background: url(../images/sitetool-bg2.gif) no-repeat top left #FFFFFF;

}



#ja-usertoolswrap:hover #ja-usertools,

#ja-usertoolswrap.ja-toolswraphover #ja-usertools {

	display: block;

	top: 30px;

	left: -120px;

}



#ja-usertools {

	padding: 0;

	float: left;

	border-top: 1px solid #DDDDDD;

	border-right: 1px solid #999999;

	border-bottom: 1px solid #999999;

	border-left: 1px solid #DDDDDD;

	display: none;

	background: url(../images/grad1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ffffff;

	font-size: 11px;

	position: absolute;

	top: 100%;

}



#ja-usertools span {

	float: left;

	padding: 8px 8px 2px;

	display: block;

}



#ja-usertools img {

	padding: 0 2px;

}



/* Search */

#ja-search {

	position: absolute;

	top: 40px;

	right: 22px;

}



#ja-search div.search {

	padding-left: 18px;

	background: url(../images/icon-search.gif) no-repeat center left;

}



#ja-search .inputbox {

	width: 100px;

	padding-left: 5px;

	border: 1px solid #F85703;

	background: url(../images/stripe2.gif) #EFEFEF;

}



#ja-usertools .inputbox:hover,

#ja-usertools .inputbox:focus {

}



/* MAIN NAVIGATION

--------------------------------------------------------- */

#ja-mainnavwrap {

	background: url(../images/mainnav-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #ffffff;

}



#ja-mainnav {

	clear: both;

	float: left;

	font-size: 1em;

	line-height: normal;

}



#ja-subnav {

	padding: 6px 5px;

	margin: 0;

	clear: both;

	border-bottom: 1px solid #FFFFFF;

	background: url(../images/stripe2.gif) #F2F2F2;

	line-height: normal;

}



.ja-mainnavshadow {

	clear: both;
	padding: 1px 0 2px;
	background: url(../images/mainnav-shadow.gif);
	background-repeat: repeat-x;
	background-position: top;

}



/* Default Joomla! Menu */

a.mainlevel {

	padding: 3px 3px 5px 3px;

	width: 98%;

	display: block;

	background: url(../images/a-mainlevel-bg.gif) no-repeat bottom right;

	/*background: url(../images/a-mainlevel-bg2.gif) no-repeat bottom right #EFEFEF;*/

	color: #484848;

	text-decoration: none;

}



a.mainlevel:hover,

a.mainlevel:active,

a.mainlevel:focus {

	color: #484848;

	background: url(../images/a-mainlevel-bg2.gif) no-repeat bottom right #EFEFEF;

	text-decoration: none;

}



a.mainlevel#active_menu {

	color: #F85703;

	background: url(../images/a-mainlevel-bg3.gif) no-repeat bottom right #EFEFEF;

/* 	foont-weight: bold;*/

	text-decoration: none;

}



a.sublevel {

	padding: 2px 4px 2px 15px;

	display: block;

	color: #484848;

	background: url(../images/bullet-list.gif) no-repeat 2% 50%;

	text-decoration: none;

}



a.sublevel:hover,

a.sublevel:active,

a.sublevel:focus {

	color: #F85703;

	background: url(../images/bullet-list2.gif) no-repeat 2% 50%;

	text-decoration: none;

}



#active_menu {

	background: url(../images/bullet-list2.gif) no-repeat 2% 50%;

	color: #F85703;

}





/* Opcion de volver Atras */

a.mainlevel_atras {

	padding: 3px 3px 5px 3px;

	width: 98%;

	display: block;

	background: url(../images/a-mainlevel-bg_atras.gif) no-repeat bottom right;

	color: #484848;

	text-decoration: none;

}



a.mainlevel_atras:hover,

a.mainlevel_atras:active,

a.mainlevel_atras:focus {

	color: #484848;

	background: url(../images/a-mainlevel-bg2_atras.gif) no-repeat bottom right #EFEFEF;

	text-decoration: none;

}



/*************************************************************/

/* MENU LATERAL

/**************************************************************

/* Default Joomla! Menu */

a.mainlevel_lateral {

	font-size : 1em;

	font-weight: bold;

	padding: 3px 3px 5px 3px;

	width: 98%;

	display: block;

	background: url(../images/a-mainlevel-bg.gif) no-repeat bottom right;

	/*background: url(../images/blue/a-mainlevel-bg2.gif) no-repeat bottom right #EFEFEF;*/

	color: #444444;

	text-decoration: none;

}



a.mainlevel_lateral:hover,

a.mainlevel_lateral:active,

a.mainlevel_lateral:focus {

	color: #484848;

	background: url(../images/blue/a-mainlevel-bg2.gif) no-repeat bottom right #EFEFEF;

	text-decoration: none;

}



a.mainlevel_lateral#active_menu_lateral {

	color: #484848;

	background: url(../images/blue/a-mainlevel-bg3.gif) no-repeat bottom right #EFEFEF;

/* 	foont-weight: bold;*/

	text-decoration: none;

}



a.sublevel_lateral {

	padding: 2px 4px 2px 15px;

	display: block;

	color: #484848;

	background: url(../images/blue/bullet-list.gif) no-repeat 2% 50%;

	text-decoration: none;

}



a.sublevel_lateral:hover,

a.sublevel_lateral:active,

a.sublevel_lateral:focus {

	color: #0264B0;

	background: url(../images/bullet-list2.gif) no-repeat 2% 50%;

	text-decoration: none;

}



#active_menu_lateral {

	background: url(../images/bullet-list2.gif) no-repeat 2% 50%;

	color: #0264B0;

}



/* Opcion de volver Atras */

a.mainlevel_lateral_atras {

	font-size : 1em;

	font-weight: bold;

	padding: 3px 3px 5px 3px;

	width: 98%;

	display: block;

	background: url(../images/a-mainlevel-bg_atras.gif) no-repeat bottom right;

	color: #0264B0;

	text-decoration: none;

}



a.mainlevel_lateral_atras:hover,

a.mainlevel_lateral_atras:active,

a.mainlevel_lateral_atras:focus {

	color: #484848;

	background: url(../images/a-mainlevel-bg2_atras.gif) no-repeat bottom right #EFEFEF;

	text-decoration: none;

}



/*************************************************************/

/* FIN MENU LATERAL

/**************************************************************



/* SPOTLIGHT

--------------------------------------------------------- */

/* Sub Header */

#ja-sh {

	clear: both;

	border-bottom: 3px solid #F85703;

	background: #484848;

	height: 152px;

	overflow: hidden;

}



/* Spotlight Box Style */

.ja-box-full, .ja-box-left, .ja-box-center, .ja-box-right {

	float: left;

	overflow: hidden;

}



.ja-box-left div.moduletable {

	padding-right: 20px;

}



.ja-box-right div.moduletable {

	padding-left: 20px;

}



.ja-box-center div.moduletable {

	padding: 0 20px;

}



/* Top Spotlight */

#ja-topslwrap {

	clear: both;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: url(../images/seperator.gif);
	background-repeat: repeat-x;
	background-position: bottom;

}



#ja-topsl {

	padding: 0;

}



#ja-topsl h3 {

	border: 1px solid #EFEFEF;

}



#ja-topsl div.moduletable {

}



#ja-topsl div.ja-box-left,

#ja-topsl div.ja-box-center,

#ja-topsl div.ja-box-right {

	padding: 0 0 5px;

}



#ja-topsl div.ja-box-left,

#ja-topsl div.ja-box-center {

	background: url(../images/v-seperator.gif) repeat-y top right;

}



/* Bottom Spotlight */

#ja-botsl {

	margin-bottom: 10px;
	padding-bottom: 15px;
	background: url(../images/seperator.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #999999;

}



#ja-botsl a {

}



#ja-botsl h3 {

	padding: 0;

	margin: 0 0 5px;

	border: none;

	background: none;

	text-indent: 0;

}



#ja-botsl div.moduletable {

	margin: 0;

	padding: 0 10px;

}



#ja-topsl ul,

#ja-botsl ul {

	padding: 0;

	margin: 0!important;

}



#ja-topsl li,

#ja-botsl li {

	padding: 0 0 0 12px;

	margin: 0;

	background: url(../images/bullet-list.gif) no-repeat 0 5px;

}



#ja-topsl li a,

#ja-botsl li a {

	color: #484848;

	text-decoration: none;

}



#ja-topsl li a:hover, #ja-topsl li a:active, #ja-topsl li a:focus,

#ja-botsl li a:hover, #ja-botsl li a:active, #ja-botsl li a:focus {

	color: #F85703;

	text-decoration: none;

}



#ja-topsl td,

#ja-botsl td {

	padding: 0;

}



#ja-botsl .article_seperator,

#ja-topsl .article_seperator {

	display: none;

}



#ja-botsl table,

#ja-topsl table {

	border-spacing: 0;

	border-collapse: collapse;

}



/* PATHWAY

---------------------------------------------------------*/

#ja-flash {

    margin: 0 -20px 0px;

	

}



#ja-pathway {

	margin: 0 -20px 10px;

	padding: 7px 6px;

	display: block;

	background: url(../images/pathway-bg.gif) repeat-y top left #F2F2F2;

	font-size: 1em;

	line-height: normal;

	text-indent: 15px;

}



#ja-pathway img {

	margin: 0 5px 1px;

}



#ja-pathway strong {

	margin-right: 5px;

}



#ja-pathway a {

}



#ja-pathway a:hover, #ja-pathway a:active {

	text-decoration: none;

}



/* CONTENT COLUMN

--------------------------------------------------------- */

#ja-mainbody, #ja-mainbody-fl, #ja-mainbody-fr, #ja-mainbody-f {

}



#ja-mainbody, #ja-mainbody-fr {

	float: right;

	width: 80%;

}



#ja-mainbody-fl {

	float: left;

	width: 100%;

}



#ja-mainbody-fl #ja-contentwrap {

	float: left;

	width: 80%;

	background: none;

}



#ja-mainbody-fl #ja-pathway,

#ja-mainbody-f #ja-pathway {

	background: url(../images/stripe2.gif);

}



#ja-mainbody-fl #ja-rightcol {

	float: right;

	width: 20%;

}



#ja-mainbody-f {

	float: left;

	width: 100%;

}



#ja-mainbody-f #ja-contentwrap {

	background: none;

}



#ja-mainbody #ja-contentwrap {

	float: left;

	width: 75%;

}



/* LEFT COLUMN + RIGHT COLUMN

--------------------------------------------------------- */

#ja-leftcol {

	float: left;

	width: 19.9%;

}



#ja-rightcol {

	float: right;

	width: 24.9%;

	overflow: hidden;

}



#ja-rightcol-inner {

	padding: 0 5px 0 0;

}



#ja-leftcol table,

#ja-rightcol table {

	border-collapse: collapse;

	border-spacing: 0;

}



#ja-leftcol ul li,

#ja-rightcol ul li {

	padding-left: 10px;

	margin: 0;

	background: url(../images/bullet-list.gif) no-repeat 0 7px;

}



#ja-leftcol ul,

#ja-rightcol ul {

	margin: 0;

}



#ja-leftcol li a,

#ja-rightcol li a{

	color: #484848;

}



/* FOOTER

--------------------------------------------------------- */

#ja-footerwrap {

	clear: both;
	padding: 17px 12px 10px;
	background: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	background-position:top;
	background-color: #DDDDDD;
	color: #999999;

}

/* LECOMENTE LA POSICION POR LO DEL PIE Q SE SUBIA*/

#ja-footer {

	height: 70px;

	overflow: hidden;

	/*position: relative;*/

}



#ja-footer a {

	color: #999999;

	text-decoration: none;

}



#ja-footer a:hover,

#ja-footer a:active,

#ja-footer a:focus {

	color: #999999;

}



#ja-bottomline {

	float: left;

	margin: 0;

	display: block;

	padding-left: 15px;

}



#ja-sublogo {

	float: left;

	width: 20%;

	background: url(../images/v-seperator.gif) repeat-y top right;

	text-align: center;

}



#ja-cert {

	float: right;

	margin-top: 2px;

	font-size: 11px;

}



#ja-cert a {

	padding: 0;

}



/* MISCELLANOUS

----------------------------------------------------------- */

#ja-banner {

	text-align: center;

}



div.back_button a,

div.back_button a:hover,

div.back_button a:active {

	margin: 10px 0;

	display: block;

	background: none!important;

	text-decoration: none!important;

}



#mod_login_password, #mod_login_username {

	width: 93%;

}



#mod_login_password {

}



#mod_login_username {

}



#mod_login_remember {

	border: none;

	background: none;

}



/* JA CoolAds Module */

#ja-coolads {

	height: 0;

	overflow: hidden;

	position: relative;

}



#ja-coolads-container {

	margin-right: 5%;

	overflow: hidden;

}



#ja-coolads-container div.moduletable {

	overflow: hidden;

}



/* Clearfix */

.clearfix:after {

	clear: both;

	display: block;

	content: ".";

	height: 0;

	visibility: hidden;

}



* html > body .clearfix {

	width: 100%;

	display: block;

}



* html .clearfix {

	height: 1%;

}



/* Firefox Scrollbar Hack - Do not remove */

html {

	margin-bottom: 1px;

	height: 100%!important;

	height: auto;

}



/* estilos para tabla de telefonos de interés de Concejalías */



.csstable {

	font-size: small;

	font-style: normal;

	text-align: center;

	background-color: #317DB9;

	color: #ffffff;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	border-color: #317DB9;	

}



.table_doc {

    border-color: #B8D4E3;

	border-style: dotted;

    

}

.table_doc_cab {

	font-size: 12px;

	font-style: normal;

	text-align: left;

	background-color: #DDDDDD;

	color: #484848;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	border-color: #DDDDDD;

	border-style: dotted;

}



.table_doc_cab_nom {

	font-size: 12px;

	font-style: normal;

	text-align: left;

	background-color: #DDDDDD;

	color: #484848;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	border-color: #DDDDDD;

	border-style: dotted;

}





.table_doc_fila {

	font-size: x-small;

	color: #666666;

	text-align: left;

	font-family: Arial, Helvetica, sans-serif;

	border-color: #B8D4E3;

	border-top-color: #B8D4E3;

	border-left-color: #B8D4E3;

	border-bottom-color: #B8D4E3;

	border-right-color: #B8D4E3;

	border-style: dotted;

}



.table_doc_fila_datos {

	font-size: x-small;

	color: #666666;

	text-align: left;

	font-family: Arial, Helvetica, sans-serif;

	border-color: #B8D4E3;

	border-top-color: #B8D4E3;

	border-left-color: #B8D4E3;

	border-bottom-color: #B8D4E3;

	border-right-color: #B8D4E3;

	border-style: dotted;

}



.table_doc_fila a {

  text-decoration : none;

}





.csstable1 {

	font-size: small;

	

	color: #000000;

	text-align: left;

	font-family: Arial, Helvetica, sans-serif;

	border-color: #B8D4E3;

	border-top-color: #B8D4E3;

	border-left-color: #B8D4E3;

	border-bottom-color: #B8D4E3;

	border-right-color: #B8D4E3;

	border-style: dotted;

}

.csstable1Copy {

	font-size: small;

	color: #00668F;

	text-align: left;

	font-weight: bold;

	font-family: Arial, Helvetica, sans-serif;

	border-color: #B8D4E3;

	border-top-color: #B8D4E3;

	border-left-color: #B8D4E3;

	border-bottom-color: #B8D4E3;

	border-right-color: #B8D4E3;

	border-style: dotted;

}



.csstable_centrado {

	font-size: small;

	color: #00668F;

	text-align: center;

	font-weight: bold;

	font-family: Arial, Helvetica, sans-serif;

	border-color: #B8D4E3;

	border-top-color: #B8D4E3;

	border-left-color: #B8D4E3;

	border-bottom-color: #B8D4E3;

	border-right-color: #B8D4E3;

	border-style: dotted;

}





.csstable1Copy1 {

    border-color: #00668F;

    border-top-color: #00668F;

	border-left-color: #00668F;

	border-bottom-color: #00668F;

	border-right-color: #00668F;

}



.csstable_cert {

	font-size: x-small;

	color: #666666;

	text-align: center;

	font-family: Arial, Helvetica, sans-serif;

	border-color: #B8D4E3;

	

}

	



/*estilo modulo concejal responsable*/



.td1 {

	text-align: center;

	font-weight:bold;

}



.td2 {

	text-align: center;

	font-size: x-small;

}



.dm_mod_catdown{

	text-decoration: none;

	font-size: 11px;

	}

	





/* SLWI */

.slwi-table {

	padding: 15px 12px 15px 12px;

	margin: 0;

	clear: both;

}



.slwi-left{

	float: left;

	overflow: hidden;

	width: 50%;

	

}

.slwi-right{

	float: right;

	overflow: hidden;

	width: 50%;

	

}



.ja-slwi-iz{

	float: left; 

	height: 130px; 

	margin: 0; 

	padding: 0;

}





.ja-slwi-de{

	float: right; 

	height: 130px; 

	margin: 0; 

	padding: 0;

}



.titulo-1{

	background: url(../images/blue/blue-hilite.gif) no-repeat 0px 5px;

	padding-left: 22px;

	margin-top: 15px;

	padding-top: 1px;

	line-height: 160%;

	font-size: 1em;

	font-weight: bolder;

	color: #000000;

	font-family: Tahoma, Arial, Helvetica, sans-serif;

}



.titulo-1-sinestilo{

	background: url(../images/blue/blue-hilite.gif) no-repeat 0px 5px;

	padding-left: 22px;

	margin-top: 15px;

	padding-top: 1px;

	line-height: 160%;

	font-size: 1em;

	color: #000000;

	font-family: Tahoma, Arial, Helvetica, sans-serif;	

}



.titulo-1-mapa{

	background: url(../images/blue/blue-hilite.gif) no-repeat 0px 5px;

	padding: 2px 0 2px 22px;

	font-size: 12px;

	font-weight: bolder;

	color: #000000;

	font-family: Tahoma, Arial, Helvetica, sans-serif;

}



.titulo-1-mapa a{

	text-decoration: none;

}



.titulo-1-3col{

	background: url(../images/blue/blue-hilite.gif) no-repeat 0px 5px;

	

	padding-left: 22px;

	margin-top: 15px;

	padding-top: 1px;

	line-height: 160%;

	font-size: 1em;

	font-weight: bolder;

	color: #000000;

	font-family: Tahoma, Arial, Helvetica, sans-serif;

}



.titulo-2{

	background: url(../images/blue/bullet-list.gif) no-repeat 0px 5px;

	font-size: 0.9em;

	color: #000000;

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	text-decoration: none;

	padding-left: 10px;

	margin-left: 20px;

	margin-top: 8px;

	margin-bottom: 8px;	

}



.titulo-2-sinestilo{

	background: url(../images/blue/bullet-list.gif) no-repeat 0px 5px;

	padding-left: 10px;

	margin-left: 20px;

	margin-top: 8px;

	margin-bottom: 8px;	

}



.titulo-2-mapa{

	background: url(../images/blue/bullet-list.gif) no-repeat 0px 5px;

	font-size: 11px;

	color: #000000;

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	text-decoration: none;

	padding-left: 10px;

	

}



.titulo-2-mapa a{

	text-decoration: none;

		

}

.titulo-2-sinmargin{

	background: url(../images/blue/bullet-list.gif) no-repeat 0px 5px;

	font-size: 0.9em;

	color: #000000;

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	text-decoration: none;

	padding-left: 10px;

	margin-top: 8px;

	margin-bottom: 8px;	

}



.titulo-3-sinestilo{

	background: url(../images/blue/bullet-list.gif) no-repeat 0px 5px;

	padding-left: 10px;

	margin-left: 50px;

	margin-top: 8px;

	margin-bottom: 8px;	

}



.titulo-2-sinmargen{

	background: url(../images/blue/bullet-list.gif) no-repeat 0px 5px;

	text-decoration: none;

	padding-left: 10px;

	margin-left: 40px;

	margin-top: 3px;

	margin-bottom: 3px;	

}



.titulo-3{

	background: url(../images/blue/arrow.gif) no-repeat 0px 5px;

	font-size: 1em;

	color: #444444;

	font-family: Tahoma, Arial, Helvetica, sans-serif;

	text-decoration: none;

	padding-left: 10px;

	margin-left: 40px;

	margin-top: 8px;

	margin-bottom: 8px;

}



.parrafo{

	margin-left: 23px; 

}



.parrafo2{

	margin-left: 32px; 

}

.parrafo3{

	 margin-left: 60px;

}





.div-leermas{

	margin-left: 43px;

}



.leermas{

	float: left;

	padding: 1px 5px 1px 22px;

	border-top: 1px solid #DDDDDD;

	border-right: 1px solid #EFEFEF;

	border-bottom: 1px solid #EFEFEF;

	border-left: 1px solid #DDDDDD;

	display: block;

	background: url(../images/bullet-title.gif) no-repeat 5% 50% #F2F2F2;

	color: #484848;

	text-transform: lowercase;

	text-decoration: none;

	font-size: 0.87em;

	margin-top: 5px;

	margin-bottom: 5px;

}



.linea{

	border: 0;

	color: #0264B0;

	background-color: #0264B0;

	height: 2px;

}





.centrado {

	text-align: center; 

}





/**** ESTILO TABLA 2 *****/



.tabla2{

	border-collapse:collapse;

	background:#EFF4FB url(../images/teaser.gif) repeat-x;

	border:1px solid #0A548C;

	font:0.84em/145% 'Trebuchet MS',helvetica,arial,verdana;

	color: #333;

		

}





.tabla2 thead th {

		background:#333 url(../images/llsh.gif) repeat-x;

		border-right:1px solid #0A548C;

		color:#fff;

		text-align: center;

}



.tabla2 tbody td, .tabla2 tbody th {

		border-bottom: dotted 1px #333;

		border-right: dotted 1px #333;

		padding: 10px;

}



.tabla2 tbody td{

 	color:#03497F;

	text-align: center;	

}



.tabla3 a{

	font-weight: bold;

	text-decoration: none;

}



.tabla2 tbody tr:hover {

		background:#fafafa

}



/**** FIN ESTILO TABLA 2*****/



/**** ESTILO TABLA 3 *****/



.tabla3{

	border: 1px solid #B8D4E3;

}



.tabla3 thead th {

	font-size: 12px;

	font-style: normal;

	text-align: center;

	background-color: #DDDDDD;

	color: #025594;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	border: 1px solid #B8D4E3;	

}



.tabla3 tbody td, .tabla3 tbody th {

	font-size: x-small;

	color: #666666;

	text-align: center;

	font-family: Arial, Helvetica, sans-serif;

	border: 1px dotted #B8D4E3;

	padding: 3px;

}



.tabla3 tbody th{

	font-size: x-small;

	color: #025594;

	text-align: left;

	font-weight: bold;

	font-family: Arial, Helvetica, sans-serif;

	border-color: #B8D4E3;

	

}



.tabla3 tbody td{

	font-weight: bold;

	color: #000000;

}



.tabla3 a{

	font-weight: bold;

	text-decoration: none;

}



.tabla3 tbody tr:hover {

		background:#f2f2f2

}



.letraazul{

	color:#03497F;

}



.tabla_telefonos{

	width: 50%;

		

}

/**** FIN ESTILO TABLA 3 *****/



/**** ESTILO TABLA 4 *****/



.tabla4{

	border: 1px solid #B8D4E3;

	width: 90%;

}



.tabla4 thead th {

	font-size: 12px;

	font-style: normal;

	text-align: center;

	background-color: #DDDDDD;

	color: #025594;

	font-family: Arial, Helvetica, sans-serif;

	font-weight: bold;

	border: 1px solid #B8D4E3;	

}



.tabla4 tbody td, .tabla4 tbody th {

	font-size: small;

	color: #666666;

	text-align: center;

	font-family: Arial, Helvetica, sans-serif;

	border: 1px dotted #B8D4E3;

	padding: 3px;

}



.tabla4 tbody th{

	font-size: 14px;

	color: #025594;

	text-align: center;

	font-weight: bold;

	font-family: Arial, Helvetica, sans-serif;

	border-color: #B8D4E3;

	

}



.tabla4 tbody td{

	

	color: #000000;

}



.tabla4 a{

	font-weight: bold;

	text-decoration: none;

}



.tabla4 tbody tr:hover {

		background:#f2f2f2

}



.letraazul{

	color:#03497F;

}



.tabla_telefonos{

	width: 50%;

		

}

/**** FIN ESTILO TABLA 4 *****/



/***** TABLA Formación y autonomía en horario NO escolar*/



.tabla_soc{

}



.tabla_soc_cab{

  text-align:left;

  vertical-align: top; 

  width:18%; 

  padding: 8px 12px 8px 0

}



.tabla_soc_cuer{

  vertical-align: top; 

  padding: 8px 0 8px 0;

}

/*************************************/



/***** TABLA Formación y autonomía en horario NO escolar*/



.tabla_ocio{

  border: 1px solid #B8D4E3; 

}



.tabla_ocio_uno{

  text-align: center;

  vertical-align: top; 

  width:6%; 

  padding: 8px 0 8px 0;

  border: 1px solid #B8D4E3;

}



.tabla_ocio_dos{

  vertical-align: top; 

  padding: 4px 0 4px 0;

  width:47%;

  border: 1px solid #B8D4E3;

}



.tabla_ocio_tres{

  vertical-align: top; 

  padding: 4px 0 4px 0;

  width:47%;

  border: 1px solid #B8D4E3;

}

/*************************************/





.unacolumna{

	width : 100%;

}



.doscolumna{

	width : 40%;

	padding : 0 10px 0 10px;

	border-left: 1px dotted #999999;

	

}

.doscolumna{

	width : 30%;

}





/******TIEMPO***********/



.cabecera_niv1 th{

	background-color: #0264B0;

	color: #FFFFFF;

	text-align: center;

	font-weight: normal;

	vertical-align: middle;

	}

.cabecera_niv1_mid th{

	background-color: #0264B0;

	color: #FFFFFF;

	text-align: center;

	font-weight: normal;

	 vertical-align: middle;

	}

.cabecera_niv1_bottom th{

	background-color: #0264B0;

	color: #FFFFFF;

	text-align: center;

	font-weight: normal;

 	vertical-align: bottom;

	}

.cabecera_celda{

	font-weight: bold;

	text-align: center;

	vertical-align: bottom;

	}

.cabecera_celda_center{

	font-weight: bold;

	 text-align: center;

	}

.cabecera_niv2 th{

	background-color: #95B6E9;

	font-weight: normal;

	color: #FFFFFF;

	text-align: center;

	vertical-align: middle;

	}

.cabecera_niv2_in{

	background-color: #95B6E9;

	font-weight: bold;

	color: #FFFFFF;

	text-align: center;

	vertical-align: middle;

	}

.borde_rlb_th{

	border-right: solid 1px #95B6E8;

	border-left: solid 1px #95B6E8;

	border-bottom: solid 1px #95B6E8;

	vertical-align: top;

	font-weight: normal;

	text-align: left;

	padding-left: 5px;

	}

.borde_rlb_th2{

	border-right: solid 1px #95B6E8;

	border-left: solid 1px #95B6E8;

	border-bottom: solid 1px #95B6E8;

	vertical-align: top;

	font-weight: bold;

	text-align: left;

	padding-left: 5px;

	}

.borde_rb_th{

	border-right: solid 1px #95B6E8;

	border-bottom: solid 1px #95B6E8;

	vertical-align: top;

	font-weight: normal;

	text-align: left;

	padding-left: 5px;

	}

.borde_b{

	border-bottom: solid 1px #95B6E8;

	text-align: center;

	}

.borde_r{

	border-right:solid 1px #95B6E8;

	}

.borde_l{

	border-left: solid 1px #95B6E8;

	}

.borde_rb{

	border-right: solid 1px #95B6E8;

	border-bottom: solid 1px #95B6E8;

	text-align: center;

	}

.borde_rlb{

	border-right:solid 1px #95B6E8;

	border-left: solid 1px #95B6E8;

	border-bottom: solid 1px #95B6E8;

	text-align: left;

	}

.borde_rb_left{

	border-right:solid 1px #95B6E8;

	border-bottom: solid 1px #95B6E8;

	text-align: left;

	}

.borde_rb_right{

	border-right:solid 1px #95B6E8;

	border-bottom: solid 1px #95B6E8;

	text-align: right;

	}



.texto_rojo{

	color: #BE3724;

	}

.texto_azul{

	color: #345A8E;

	}



.textoazul{

	color: #0264B0; 

	font-size: 120%;

	font-weight: bold;

	line-height: normal;

}



/***********************/







/****** VIDEOS ******/



.textodiv{

	text-align: center;

	font-weight: bold;

	font-size: 14px;

	color: #000000;

	

}



.videodiv{

	text-align: center;

}



.clear{

    clear: both;

    

}



.alineado{

	float: left;

	width: 49%;



}



.alineadoizq{

	position: relative;

	clear : both;

	}

	

.clearjnews{

	clear: both;

	padding : 15px 0 0 0;

	margin: 5px 5px 5px 5px;

	width: 100%;

}





/********************************/

/*      Google Maps              /

/*********************************/



.mapa{

    border: solid 1px #95B6E8;

    width: 700px; 

	height: 450px;

}



