/* Diseño y programacion (c) TeSys (TechnoActive Systems, S.L.) - http://www.tesys.info */
	
/* Propiedades por defecto para TAGS ----------------------------------------------------- */

*, html, body { padding: 0px; margin: 0px;}

html, body {height: 100%;}

body {
	text-align: left;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
	background-color: #D0D0D0;
	background-image: url(../pix/bgBody.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
	

a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #454589;
}
a:hover {
	color: #000000;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
a.leerMas span {
	display: none;
}

input,textarea {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #737373;
	border-right-color: #d7d7d7;
	border-bottom-color: #D7D7D7;
	border-left-color: #737373;
}

#frmContacto #enviar {
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	padding: 0px;
}

#frmContacto input:focus, #frmContacto textarea:focus {
	background: #fbf0dc;
}

.frmGeneral input{
	clear: left;
	float: left;
}




.frmGeneral label {
	clear: left;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}



/* Clases generales ----------------------------------------------------- */
.newLine{
	clear:both;
}	
	
.imgMiddle {
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}

.textoWarning {
	font-weight: bold;
	color: #FF0000;
}

.panelInformativo {
	background-color: #E7EFF5;
	padding: 10px;
	clear: left;
	float: left;
	border: 1px solid #5890BC;
}


.textoJustificado {
	text-align: justify;
}

.textoDerecha{
	text-align:right;
}

.textoIzquierda{
	text-align:left;
}

.textoCentro{
	text-align: center;
}
.mayor { font-size: 1.25em; }

.floatRight { float: right; }
.floatLeft {
	float: left;
}

.bgMarcaAgua { background-repeat: no-repeat; background-position: -50px -50px; background-image: url(../pix/bgMarcaAgua.jpg); 
}
.imgBorde {
	border: 1px solid #666666;
}
.dimmed {
	color: #888888;
}
.dontShow {
	text-indent: -9999em;
	overflow: hidden;
	display: block;
}










/* Bloques -----------------------------------------------------  */

#wrapper {
	position:relative;
	width:975px;
	z-index:1;
	margin: 0px auto;
	padding: 0px;
	top: 0px;
	text-align: left;
	height: 100%;
}

#bgWebTop {
	background-image: url(../pix/bgWebTop.jpg);
	background-repeat: no-repeat;
	height: 17px;
	width: 974px;
	background-position: left bottom;
}
#bgWeb {
	background-image: url(../pix/bgWeb.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: auto;
	width: 974px;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
}

#webInterior {
	border: 1px solid #e0e0e0;
	width: 948px;
	height: auto;
	background-color: #f6f6f6;
}


#bgWebBot {
	background-image: url(../pix/bgWebBot.jpg);
	background-repeat: no-repeat;
	height: 4px;
	width: 974px;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
}

#header {
	height: 96px;
	width: 929px;
	background-image: url(../pix/bgCabecera.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 19px;
}

#header h1 { display: none; }
#header a {
	font-size: 0.95em;
	color: #FFFFFF;
}

#header a:hover { color: #e4ae4e; 
}

#suscripcionRSS {
	float: right;
	padding-right: 25px;
	height: 25px;
	width: auto;
	background-image: url(../pix/icono-rss.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 5px;
}

#barraHeader {
	background-image: url(../pix/bgBarraHeader.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 30px;
	width: 919px;
	padding-top: 0px;
	padding-right: 19px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#fecha {
	font-size: 1.05em;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../pix/icono-calendario.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 20px;
	padding-top: 6px;
	float: left;
}

#frmAcceso {
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: middle;
	height: 25px;
}
#frmAcceso p {
	margin: 0px;
	padding: 0px;
}


#frmAcceso #entrar {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
	background:none;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	height: auto;
	width: auto;
}

#frmAcceso label {
	font-size: 0.9em;
	padding-left: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	vertical-align: middle;
}

#frmAcceso input {
	vertical-align: middle;
	background-image: url(../pix/inputAccesoBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #F6E6CC;
	padding: 1px;
	width: 75px;
	height: 15px;
}
#frmContacto {
	width: 400px;
}
#frmContacto .input {
	clear: left;
	float: left;
	width: 350px;
}
#frmContacto .labelInput {
	clear: left;
	float: left;
	padding-top: 15px;
}


#linkHelp {
	background-image: url(../pix/icono-help.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 13px;
}

#contenido {
	height: auto;
	width: 936px;
	clear: left;
	color: #666666;
	padding-left: 12px;
}

#menuLateral {
	float: left;
	height: auto;
	width: 206px;
}


#menuLateral a {
	color: #515151;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	width: 206px;
}

#menuLateral  ul {
	padding-top: 15px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../pix/bgMenu.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#menuLateral ul.subMenu {
	margin: 0px;
	padding: 0px;
}

#menuLateral ul.subMenu li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 206px;
	font-weight: normal;
	text-transform: none;
	font-size: 0.9em;
	margin-left: 0px;
}


#menuLateral ul.subMenu a  { width: 180px; background-image: url(../pix/icono-flecha-menu.gif); background-repeat: no-repeat; padding-left: 25px; background-position: 3px 2px;}
#menuLateral ul.subMenu a.articulo   { background-image: url(../pix/icono-articulo-off.gif); 
}


#menuLateral ul.subMenu a.articulo:hover { background-image: url(../pix/icono-articulo-on.gif); background-position: left 2px;}

#menuLateral ul.subMenu a.articulo:visited {
	background-image: url(../pix/icono-articulo-visitado.gif);
	color: #666666;
	background-position: left 2px;
}

#menuLateral ul.subMenu a.articulo   { background-position: left 2px; 
}

#menuLateral  ul  li {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
	color: #333333;
	list-style-type: none;
	margin: 0px;
	background-image: url(../pix/menuLineaBot.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 206px;
	padding: 0px;
}
#menuLateral ul li.menuOn { background-image: url(../pix/menuLineaBot-on.jpg); background-color: #f6f6f6; background-repeat: no-repeat; }
#menuLateral ul li.menuOn  a  { color: #000000; cursor: default; background-repeat: no-repeat; 
}

#menuLateral ul li.menuOn a:hover { cursor: default; background: no-repeat; 
}
#menuLateral a:hover { color: #000000; background-color: #E1E1E1; background-repeat: no-repeat; 
}
#menuBot {
	background-image: url(../pix/bgMenuBot.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 66px;
	width: 206px;
}





#contenidoArticulo {
	padding: 12px 14px;
	float: left;
	height: auto;
	width: 461px;
	margin-top: 29px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 18px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #d1d1d1;
	border-bottom-color: #d1d1d1;
	border-left-color: #FFFFFF;
	background-color: #fbfbfb;
	line-height: 1.5em;
}
#linkImprimir {
	background-image: url(../pix/icono-impresora.gif);
	background-repeat: no-repeat;
	background-position: right center;
	float: right;
	padding-right: 20px;
	font-size: 0.9em;
}

#contenidoArticulo h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #585858;
	text-align: left;
	width: 370px;
	line-height: 1.5em;
	padding-bottom: 5px;
}

#contenidoArticulo h2.tituloError {
	color: #990000;
}

#contenidoArticulo h2.tituloOk {
	color: #006600;
}

#contenidoArticulo h3 {
	font-size: 1.35em;
	text-align: left;
	padding-bottom: 5px;
	padding-top: 10px;
}
#contenidoArticulo h3 a {
	text-decoration: none;
	background-image: url(../pix/icono-flecha-menu.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 25px;
	color: #333333;
}

#contenidoArticulo h3 a:visited { color: #666666; }



#contenidoArticulo h3 a:hover { color: #000000; }
#contenidoArticulo a.articulo { background-image: url(../pix/icono-articulo-off.gif); }

#contenidoArticulo a.articulo:visited { background-image: url(../pix/icono-articulo-visitado.gif); }

#contenidoArticulo a.articulo:hover { background-image: url(../pix/icono-articulo-on.gif); color: #000000; }




#contenidoArticulo hr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #CCCCCC;
	height: 1px;
	margin: 0px 0px 5px;
	padding: 0px;
}
#contenidoArticulo p {
	text-align: justify;
	margin-bottom: 10px;
}



#contenidoArticulo p a:visited { color: #7171B7; }

#contenidoArticulo p a:hover { color: #000000; }
#contenidoArticulo   p.centrado  {
	text-align: center;
}
#contenidoArticulo  ul, #contenidoArticulo ol {
	padding-left: 20px;
	padding-bottom: 15px;
}
#contenidoArticulo li {
	padding-bottom: 5px;
	background-image: url(../pix/bullet-flecha.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	text-align: justify;
	list-style-type: none;
	padding-left: 15px;
}
#contenidoArticulo ol li {
	padding-bottom: 5px;
	text-align: justify;
	list-style-type: decimal;
	padding-left: 15px;
	background-image: none;
	list-style-position: inside;
}
#contenidoArticulo ol ol li {
	padding-bottom: 5px;
	text-align: justify;
	list-style-type: lower-alpha;
	padding-left: 15px;
	background-image: none;
	list-style-position: inside;
}
#picArticulo  {
	float: right;
	padding-bottom: 15px;
	padding-left: 15px;
}




#panelesLaterales {
	float: left;
	margin-top: 29px;
	width: 205px;
}
#panelesLaterales .panelLateral {
	width: 185px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #d1d1d1;
	border-bottom-color: #d1d1d1;
	border-left-color: #FFFFFF;
	padding: 3px 10px 3px 3px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}
#panelesLaterales  .panelLateral  h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #333333;
	background-image: url(../pix/icono-puntos.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-bottom: 5px;
}
#panelesLaterales  .panelLateral p {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#panelesLaterales .panelLateral ul {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#panelesLaterales .panelLateral li {
	background-image: url(../pix/bullet-flecha.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 15px;
	list-style-type: none;
	padding-bottom: 5px;
}
#localizacionMini       {
	background-image: url(../pix/bgPanelLocalizacionMini.jpg);
	background-color: #F5ECE3;
	background-repeat: no-repeat;
	background-position: left top;
}


#cooperate  {
	background-image: url(../pix/bgPanelCooperate.jpg);
	background-color: #F8F2DA;
}
#panelNoticias {
	background-color: #EFEFEF;
}

#websRealizadas {
	background-color: #DBD7D6;
	background-image: url(../pix/bgPanelMorado.jpg);
}

#cooperate p { text-align: justify; }
#cooperate  h2 { width: 140px; }
#queDesea   {
	background-image: url(../pix/bgPanelQueDesea.jpg);
	background-color: #C9D5EB;
}





#footer {
	height: auto;
	width: 917px;
	clear: left;
	color: #666666;
	padding-right: 19px;
	padding-left: 12px;
	padding-bottom: 10px;
	padding-top: 20px;
}

#footer address {
	font-style: normal;
	font-weight: normal;
	clear: left;
}
#url { display: none; }
#linkMapa  {
	background-image: url(../pix/bullet-flecha.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	float: left;
}
#copyright { text-align: right; }


#textosLegales {
	text-align: center;
	width: 700px;
	clear: none;
	float: left;
}
#textosLegales li {
	list-style-type: none;
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#textosLegales    li.primero {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

