﻿

html
{
	height: 100%;	
}

body 
{
	margin: 0px;
	border: 0px;
	background-image: url(../imagenes/pix_fondo.gif);
	background-repeat:repeat-x;  
	background-color: #158c14;
	height: 100%;
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana;
}

.wrapper 
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push 
{
	height: 40px; /* .push must be the same height as .footer */
	line-height: 40px;
}

h1
{
	color: #6F6F6F;
	text-decoration: none;
}

.footer a
{
	font-family: Verdana;
	font-size: 11px;
	color: #49494b;
	text-decoration: none;
	margin-right: 10px;
}

.footer a:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #4b9e27;
	text-decoration: none;
}

.footer_interno
{
	width: 980px;
	height: 40px;	
}

.footer_interno_cen
{
	background-image: url(../imagenes/pie_cen.jpg);
	background-position: top left;
	background-repeat: repeat-x;	
	width: 100%;
	height: 40px;	
}

.footer_interno_izq
{
	height: 40px;
	background-image: url(../imagenes/lat_pie_izq.jpg);
	background-position: top left;
	background-repeat: no-repeat;	
}

.footer_interno_dch
{
	height: 40px;
	background-image: url(../imagenes/lat_pie_dch.jpg);
	background-position: top right;
	background-repeat: no-repeat;	
	padding-left: 15px;
	text-align: left;	
}

.separador_horizontal
{
	height: 10px;	
}

.separador_horizontal_peq
{
	height: 5px;	
}

.separador_horizontal_mpeq
{
	height: 3px;	
}

.cabecera
{
	width: 1000px;
	height: 94px;
	background-image: url(../imagenes/cabecerab.gif);
	/*background-repeat: repeat-x;*/
	background-position: top left;	
}

.cabecera_interno
{
	width: 980px;
	height: 146px;
	background-image: url(../imagenes/cabecera.jpg);
	background-repeat: no-repeat;
	background-position: center center;	
	position: relative;
	font-size: 13px;
	color: #FFFFFF;
	font-family: Verdana;
	line-height: 28px;
}

.cabecera_interno a
{
	text-decoration: none;
	color: #FFFFFF;
}

.caja_sup_1
{
	background-image: url(../imagenes/lat_sup_izq.jpg);
	background-position: top left;
	background-repeat: no-repeat;	
}

.caja_sup_2
{
	background-image: url(../imagenes/lat_sup_dch.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

.caja_sup_3
{
	background-image: url(../imagenes/px.png);	
	background-position: top left;
	background-repeat: repeat-x;	
}

.caja_inf_1
{
	background-image: url(../imagenes/lat_inf_izq.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;	
}

.caja_inf_2
{
	background-image: url(../imagenes/lat_inf_dch.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.caja_inf_3
{
	background-image: url(../imagenes/px.png);	
	background-position: bottom left;
	background-repeat: repeat-x;	
}

.caja_cab
{
	background-image: url(../imagenes/fondo_caja.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;	
	height: 32px;
	line-height: 32px;
}

.caja_izq
{
	background-image: url(../imagenes/px.png);
	background-repeat: repeat-y;
	background-position: top left;	
	height: 100%;
}

.caja_dch
{
	background-image: url(../imagenes/px.png);
	background-repeat: repeat-y;
	background-position: top right;	
	height: 100%;
	
}

.div_titulo_caja
{
	padding-left: 10px;
	text-align: left;
	color: #4b9e27;
	font-family: Verdana;
	font-size: 13px;	
	font-weight: bold;
}

.caja_cont
{
	background-image: url(../imagenes/fondo_caja_inf.jpg);
	background-repeat: repeat-x;
	background-position: top left;	
	background-color: #FFFFFF;
	min-height: 32px;
}

.content
{
	width: 1000px;	
	min-height:800px;
	 
}

.content_izq
{
	float: left;
	width: 20%;	
}

.content_cen_general
{
	float: right;
	width: 	79%;
}

.content_cen
{
	float: left;
	width: 72.5%;	
}

.content_cen_extendido
{
	float: left;
	width: 100%;	
}


.content_dch
{
	float: right;
	width: 26%;	
}

.div_error
{
	text-align: center;
	color: Red;
	font-family: Verdana;
	font-size: 11px;	
}

.div_contenido_caja
{
	padding: 5px;
	text-align: left;	
	font-size: 11px;
	text-align: justify;
}

.boton
{
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana;
	color: #4b9e27;	
}

.enlace
{
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana;
	color: #4b9e27;	
}

.display_none
{
	display: none;	
}

.display_block
{
	display: block;	
}

.elemento_menu_0
{
	position: absolute; 
	bottom: 15px; 
	right: 220px; 
	width: 80px; 
	height: 28px; 
	background-image: url(../imagenes/boton_cabecera.jpg); 
	background-position: 100px 0px;
}

.elemento_menu_1
{
	position: absolute; 
	bottom: 15px; 
	right: 110px; 
	width: 100px; 
	height: 28px; 
	background-image: url(../imagenes/boton_cabecera.jpg); 
	background-position: 0 0;
}

.elemento_menu_2
{
	position: absolute; 
	bottom: 15px; 
	right: 0px; 
	width: 100px; 
	height: 28px; 
	background-image: url(../imagenes/boton_cabecera.jpg); 
	background-position: 0 0;
}

.etiqueta
{
	background-color: #95d342;
	background-image: url(../imagenes/fin_etiqueta.gif);	
	background-repeat: no-repeat;
	background-position: top right;
	padding-left: 10px;
	padding-right: 15px;
	height: 17px;
	line-height: 15px;
	color: #FFFFFF;
	font-size: 11px;
	float: left;
}

.etiqueta_anterior
{
	background-color: #95d342;
	background-image: url(../imagenes/union_etiquetas.gif);	
	background-repeat: no-repeat;
	background-position: top right;
	padding-left: 10px;
	padding-right: 15px;
	height: 17px;
	line-height: 15px;
	color: #FFFFFF;
	font-size: 11px;
	float: left;
}

.etiqueta_anterior_gris
{
	background-color: #95d342;
	background-image: url(../imagenes/union_etiquetas_dm.gif);	
	background-repeat: no-repeat;
	background-position: top right;
	padding-left: 10px;
	padding-right: 15px;
	height: 17px;
	line-height: 15px;
	color: #FFFFFF;
	font-size: 11px;
	float: left;
}

.etiqueta_gris
{
	background-color: #53a831;
	background-image: url(../imagenes/fin_etiqueta_m.gif);	
	background-repeat: no-repeat;
	background-position: top right;
	padding-left: 10px;
	padding-right: 15px;
	height: 17px;
	line-height: 15px;
	color: #FFFFFF;
	font-size: 11px;
	float: left;
}

.etiqueta_gris_posterior
{
	background-color: #53a831;
	background-image: url(../imagenes/union_etiquetas_im.gif);	
	background-repeat: no-repeat;
	background-position: top right;
	padding-left: 10px;
	padding-right: 15px;
	height: 17px;
	line-height: 15px;
	color: #FFFFFF;
	font-size: 11px;
	float: left;
}

.enlace_blanco
{
	text-decoration: none;
	color: #FFFFFF;	
}

#tagCloud
{
    width: 190px;
    text-align:justify;
}

#tagCloud A
{
    text-decoration:none;
    margin-left:5px;
    margin-right:5px;
    font-family:Trebuchet MS, Verdana, Arial;
    text-transform:lowercase;
}

#tagCloud A:hover
{
    color:#00cc00;
    text-decoration:underline;
}

#tagCloud A.weight1
{
    color: #4b9e27;
    font-size: 18px;
    font-weight:bolder;
}
#tagCloud A.weight2
{
    color: #4b9e27;
    font-size:16px;
    font-weight:bolder;
}
#tagCloud A.weight3
{
    color: #4b9e27;
    font-size:14px;
    font-weight:bolder;
}
#tagCloud A.weight4
{
    color: #4b9e27;
    font-size:12px;
}
#tagCloud A.weight5
{
    color: #4b9e27;
    font-size:10px;
}


.parte_izq
{
	width:217px;
	/*height:400px;*/
	float:left;	
}
.editable_bajo
{
	width:217px;
	float:left; 
	
}


.parte_a_izq
{
	width:123px;
	margin-left:25px; 
	_margin-left:0px; 
	background-color:#028002;
	height:400px;
	
	float:left;  
	
}



.txt_menu
{
	font-family:Arial;
	font-size:10pt;
	color:Black;
	font-weight:bold; 
	text-decoration:none;   
	
}
.txt_menu_pie
{
	font-family:Arial;
	font-size:9pt;
	color:#083a08;
	text-decoration:none;
}

.centro_informacion
{
	background-image: url(../imagenes/cuerpo.gif);	
	background-repeat:no-repeat; 
	width:705px;
	height:539px; 
	float:right;
	overflow:auto;
}
.centro_informacion_contacta
{
	background-image: url(../imagenes/cuerpo.gif);	
	background-repeat:no-repeat; 
	width:705px;
	height:539px; 
	float:right;
	overflow:auto;
	/*border:solid 1px black;*/
}


.separacion_menu
{
	background-image: url(../imagenes/separacion_menu.gif);	
	background-repeat:no-repeat; 
	width:3px;
	height:94px;
	float:left; 
}

.separacion_pie
{
	background-image:url(../imagenes/linea.gif);
	background-repeat:no-repeat;
	width:1000px;
	height:2px;
 		
}

.cabecera_txt
{
	width:705px;
	font-family:Arial;
	font-size:38pt;
	color:Black;
	padding-top:-20px;    
	
}

.txt_cuerpo
{
	font-family:Arial;
	font-size:10pt;
	color:Black;  
	margin-left:25px;
	margin-right:25px; 
	_margin-left:0px;
	_margin-right:0px; 
	text-align:justify; 
	text-decoration:none;  
	
}

.foto_noti
{
	width:100px;
	height:100px;
	float:left;
	margin-left:50px;  
	
}
.titu_noti
{
	width:530px;
	float:left; 
	text-align:left;
	font-family:Arial;
	font-size:12pt;
	font-weight:bold; 
	color:Black; 
	margin-left:10px;   
	
}

.subti
{
	width:530px;
	float:left; 
	text-align:left;
	font-family:Arial;
	font-size:10pt;
	color:Black; 
	text-decoration:none; 
	margin-left:15px;
	    
}

.dentro_noticia
{
	width:600px;
	float:left;
	margin-left:50px; 
	font-family:Arial;
	font-size:18pt;
	color:Black;   
	
}

.cont_noti
{
	width:600px;
	margin-left:50px;
	float:left;
	font-family:Arial;
	font-size:10pt;
	color:Black;   
}

.noticia
{
	width:700px;
	float:left; 
	margin-top:5px; 
	border-bottom:solid 1px #7dc07d; 
}


.pie_pagina
{
	width:1000px;
}



* {
margin:0; padding:0;
}
 


 


