*{
	margin: 0;
	padding: 0;
}

a{ color: #056887; }
a:hover{ color: #077ea3; }

a img{
	border: none;
}

body{
	font-family: arial, sans-serif;
	background-color: #333;
	background-image: url(bg.png);
	background-position: left 200px;
	background-repeat: repeat-x;
	font-size: 90%;
}

#container{
	background: #fff url(bglineas.png);
	width: 960px;
	margin: 25px auto 0 auto;
	padding: 10px 10px 100px 10px;
	position: relative;
}

#header{
	height: 125px;
	background: #076d76 url(header-bg-small.png);
	position: relative;
}



#nav{
	height: 30px;
	background: #bdc465 url(nav-bg.png);
	margin: 10px 0;
	position: relative;
}

#side{
	float: left;
	width: 200px;
	position: relative;
}

#main{
	float: left;
	margin-left: 10px;
	width: 750px;
	color: #0d3946;
}

#main.full{
	width: 950px;
}

#footer{
	clear: both;
	margin-top: 10px;
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 960px;
}

#side .solidblock{
	background-color: #ebe6e6;
	padding: 10px;
	margin-bottom: 10px;
	font-size: .75em;
	float: left;
	width: 180px;
}

#side h3{
	padding: 3px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: normal;
}

#side .solidblock h3{
	background: #076159 url(side-solidblock-title-bg.png) repeat-x;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
	clear: both;
}

#side .solidblock .sideinner{
	margin-bottom: 20px;
	float: left;
	width: 180px;
}

#main #banners{
	clear: both;
	float: left;
	margin-bottom: 10px;
}

#main #banners .col{
	margin-left: 6px;
	float: left;
	background: #ddd;
	width: 90px;
	padding: 6px;
}

#main #banners .first{
	margin: 0;
}

#main #banners h3{
	font-weight: bold;
	font-size: .8em;
	text-align: center;
	height: 40px;
	color: #fff;
}

#main #banners #comunidades, .menuareas h3.comunidad, .menuareas ul li.comunidad { background: #6c4a80 ;}
#main #banners #oportunidades, .menuareas h3.oportunidades, .menuareas ul li.oportunidades { background: #e9ce5c ;}
#main #banners #educacion, .menuareas h3.educacion, .menuareas ul li.educacion { background: #f08150 ;}
#main #banners #salud, .menuareas h3.salud, .menuareas ul li.salud { background: #c4549b ;}
#main #banners #medioambiente, .menuareas h3.medioambiente, .menuareas ul li.medioambiente { background: #50af4d ;}
#main #banners #obras, .menuareas h3.obras, .menuareas ul li.obras { background: #53b1b5 ;}
#main #banners #vivienda, .menuareas h3.vivienda, .menuareas ul li.vivienda { background: #c45051 ;}

.menuareas ul li.comunidad a span{ border-color: #6c4a80;}
.menuareas ul li.oportunidades a span{ border-color: #e9ce5c;}
.menuareas ul li.educacion a span{ border-color: #f08150;}
.menuareas ul li.salud a span{ border-color: #c4549b;}
.menuareas ul li.medioambiente a span{ border-color: #50af4d;}
.menuareas ul li.obras a span{ border-color: #53b1b5;}
.menuareas ul li.vivienda a span{ border-color: #c45051;}

.menuareas ul li a{
    width: 30px;
    height: 30px; 
    overflow: hidden;
    padding-left: 0;
    cursor: pointer;
    display: block;
}

.menuareas ul li a span{
    padding: 0;
    display: block;
    border-left-width: 30px;
    border-left-style: solid;
}

.menuareas li.rnd ul{
    display: none;
}

.menuareas h3{
    color: #fff;
    text-align: left;
}

.menuareas .pane ul{
    list-style: square !important;
    font-size: 90%;
}

.menuareas .pane ul li{
    color: #056887;
    list-style: square !important;
    padding-left: 20px;
    background: url(bullet-flecha.png) 7px 5px no-repeat;
}

.menuareas .pane ul li:hover{
    color: #077ea3;
}

.menuareas li.rnd:hover ul{
    display: block;
    list-style: square;
    color: #fff;
    margin-left: 5px;
}

.menuareas li.rnd:hover ul li{
    padding: 3px 5px;
    font-size: 80%;
}

#main #banners a{
	display: block;
	width: 90px;
	height: 90px;
	margin-top: 6px;
}

#main #columnas{
	clear: both;
	float: left;
	margin-bottom: 10px;
	width: 750px;
}

#main #columnas .col{
	float: left;
	width: 250px;
}

#main #columnas .col ul{
    list-style: none;
    margin: 10px auto 0 auto;
    padding: 0;
    float: left;
}
#main #columnas .col ul li{
    padding: 0;
    margin: 0 0 20px 0;
    width: 240px;
    text-align: left;
    position: relative;
    clear: both;
    font-size: 90%;
    padding-right: 10px;    
}
#main #columnas .col ul li a{
    display: block;
    margin: 0 auto;
    text-decoration: none;
}
#main #columnas .col ul li img{
    float: left;
    margin-right: 5px;
}

#main #columnas .col span{
    display: block;
    width: 250px;
    font-size: 80%;
}

#main #columnas .first{
	float: left;
	width: 250px;
}

#main #columnas h3{
	font-weight: bold;
	font-size: .8em;
	text-align: center;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #f49656;
}

#main #productos, #main #agregado_atractivos{
	clear: both;
	float: left;
	margin-bottom: 10px;
	width: 750px;
}

#main #productos h3, #main #agregado_atractivos h3{
	font-weight: bold;
	font-size: .8em;
	text-align: left;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #8bcccc;
	padding-left: 30px;
}

#main #productos h3 a, #main #agregado_atractivos h3 a{
    display: block;
    width: 33%;
    color: #fff;
    float: left;
    text-align: center;      
}

#productos ul{
    list-style: none;
    width: 187px;
    float: left;
}
#productos ul li{
    width: 160px;
    margin: 0 8px;
    margin-top: 10px;
    float: left;
}
#productos ul li a{
    display: block;
    width: 160px;
    float: left;    
}
#productos ul li a img{
    width: 50px;
    height: 50px;
    margin-right: 5px; 
    float: left;    
}
#productos ul li a span{
    width: 105px;
    float: left;    
    font-size: 80%;
}

#footer .links{
	display: block;
	margin: 0 auto;
	position: relative;
	width: 195px;
}


/* ITEMS NAVEGACION HORIZONTAL */

#nav ul{
	list-style: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 30px;
}
#nav ul li{
	display: block;
	float: right;
	height: 30px;
	font: normal 12px arial, sans-serif; /**se agregó**/
}
#nav ul li a{
	display: block;
	line-height: 30px;
	height: 30px;
	text-decoration: none;
	color: #68591a;
}

#nav ul li a span{
	display: block;
	padding: 0 10px;
	line-height: 30px;
	height: 30px;
}

/* ITEMS SIDEBAR */
#txt_busqueda{
    width: 130px;
    float: left;    
}

#btnBuscar{
    float: right;
    width: 45px; 
}

#login-usuario, #login-password{
    width: 176px;
    margin-bottom: 5px;
}

#login-submit{
    float: right;
}

#cboEstados{
    width: 180px;    
}

.textbox{
    padding: 2px 0;
}

/* MAIN AREA */
#main h1.titulo{
    font-size: 2em;
    margin-bottom: 10px;
    clear: both;
}

#main h2.titulo{
    font-size: 1.3em;
    font-weight: normal;
    margin-bottom: 10px;
    border-bottom: 2px solid #0d3946;
    padding-top: 20px;
    clear: both;
}

#main .desc{
    background: #f2f9fb;
    border-top: 2px #0d3946;
    padding: 10px;
    margin-bottom: 10px;
}

/* PLANTILLA PRINCIPAL */
#mapa{
    margin-bottom: 10px;    
}

#header h1{
  height: 125px;  
}

#header h1 a{
  display: block;
  height: 125px;
  text-indent: -9999px;
}

#header h2{
    position: absolute;
    font-size: 300%;
    color: #fff;
    left: 20px;
    bottom: 10px;
}

#mainpage #header h2{
    display: none;
}

#mainpage #header{
   background: #076d76 url(header-bg.png);
}

/* BÚSQUEDA AVANZADA */

#busqueda-avanzada{
    margin-bottom: 10px;
}
#busqueda-avanzada p{
    width: 680px;
    padding: 10px;
}

#busqueda-avanzada #busqueda-box{
    padding: 5px;
    background: #fff;
    width: 580px;  
}

#busqueda-avanzada #busqueda-go{
    padding: 5px;
}

#descripcionestado{
    font-size: 80%;        
}

#mapadescripcion img{
    width: 50px;
    height: 50px;
}   


/* RESULTADOS BUSQUEDA */
 ul.resultadosbusqueda{
    list-style: square;
    color: #555;
    font-size: .8em;
    margin-left: 16px;
 }
 
 ul.resultadosbusqueda li a{
    display: block;
    font-weight: bold;
    margin-top: .5em;
 }
ul.resultadosbusqueda br{
    display: none;
}
.buttons_previous_next{
    margin: 10px 0 0 10px;
}

.buttons_previous_next a, a.button{
    display: block;
    float:right;
    padding: 3px;
    font-size: .8em;
    background: #077ea3;
    border: 1px solid #055771;
    border-top-color: #10b4e7;
    border-left-color: #10b4e7;
    text-decoration: none;
    color: #fff;
    margin-left: 6px;
}




/* HEREDADOS (A REVISION) */
.contenido{
	clear: both;
	margin-bottom: 10px;
}

.contenido p{
	text-align: justify
}

ul.sitelist, ul.sectionlist, ul.pagelist{
	list-style: none;
}

ul.sitelist li, ul.sectionlist li, ul.pagelist li{
	display: block;
	margin-bottom: 1px;
}

ul.sitelist li a, ul.sectionlist li a, ul.pagelist li a{
	color: #5b574d;
	display: block;
	padding: 3px 5px;
	text-decoration: none;
}

ul.sitelist a:hover{
	background: #0e86b7;
	color: #fff;
}

.sitelist-horiz{
	margin: 1em 0;
}

.sitelist-horiz li{
	display: block;
	float: left;
	margin-left: 11px;
	margin-bottom: 10px;
}

.sitelist-horiz li.first{
	margin-left: 0;
}

.sitelist-horiz li a{
	display: block;
	text-decoration: none;
}

.sitelist-horiz li a img{
	border: 0;
}

.sitelist-horiz li a span{
	display: block;
	text-align: center;
}



.sitelist-desc{
	margin: 1em 0;
}

.sitelist-desc li{
	display: block;
	padding: 5px 0;
	float: left;
	width: 700px;
}

.sitelist-desc li a{
	display: block;
	text-decoration: none;
	float: left;
	margin-right: 10px;
	width: 90px;
}

.sitelist-desc li a img{
	border: 0;
	float: left;
}

.sitelist-desc li a span{
	display: block;
	text-align: center;
	float: left;
}

.sitelist-desc li h3{
	float:left;
	font-size: 1.4em;
	width: 600px;
}


.sitelist-desc li p{
	float: left;
	width: 500px;
}

/* ESQUINAS REDONDEADAS */
.tl,.tr,.bl,.br{
	display: block;
	background: orange;
	width: 6px;
	height: 6px;
	position: absolute;
}
.tl{left: 0; top: 0; background: url(rounders/top-left.png); }
.tr{right: 0; top: 0; background: url(rounders/top-right.png); }
.bl{left: 0; bottom: 0; background: url(rounders/bottom-left.png); }
.br{right: 0; bottom: 0; background: url(rounders/bottom-right.png); }


/* CERRAR SESIÓN */
#cerrar_sesion a{
    position: absolute;
    right: 3px;
    top: 3px;
    display: block;
    background: #3dacd0;
    width: 44px;
    height: 38px;
    text-indent: -9999px;
    background: url(cerrarsesion.png) no-repeat;
}
#cerrar_sesion a:hover{
    background: url(cerrarsesion-on.png) no-repeat;
}

/* TEMPORALES LISTA EN "MI COMUNIDAD" MIENTRAS ESTÁN LOS ÍCONOS */

#sesion-iniciada ul{
	list-style: none;
}

#sesion-iniciada ul li{
	display: block;
	margin-bottom: 1px;
}

#sesion-iniciada ul li a{
	color: #5b574d;
	display: block;
	padding: 3px 5px;
	text-decoration: none;
}

#sesion-iniciada ul a:hover{
	background: #0e86b7;
	color: #fff;
}


/* PÁGINA DE COMUNIDADES */

#pagina-comunidad #header{
   background: #076d76 url(header-bg.png);
}


#comunidades{
    margin-top: 30px;        
}

div#titulo{
    position: relative; 
    padding-right: 110px;  
}

#main.full div#titulo{
    position: relative; 
    padding-right: 0 !important;  
}

#pagina-seccion-home div#titulo{
    position: relative; 
    padding-right: 220px;  
}

div#titulo-doubleimg{
    position: relative; 
    padding-right: 215px;  
}

div#titulo h1{
    font-size: 1.5em;
    line-height: 2em;
    text-align: center;
    clear: both;      
}

ul.comunidades li,
ul.productos{
    float: left;
    margin: 0 10px 20px 10px;
    width: 355px;
    text-align: justify;
}

ul.comunidades li.first,
ul.productos li.first{
    width: 730px !important;
}

ul.comunidades li img,
ul.productos li img{
    float: left;
    margin: 0 10px 10px 0;
    background: #ddd;
}

ul.comunidades li a,
ul.productos li a{
    /*display: block;*/
    font-weight: bold;
    font-size: 1.2em;
}

#pagina-comunidad #crea_comunidad{
    float: left;
}

#pagina-comunidad #encuentra_comunidad{
    float: right;
}

#main .bloque{
    float: left;
    margin: 0 10px 20px 10px;
    width: 710px /*!important*/;
    text-align: justify;
    clear: both;
    padding: 10px;
    background-image: url(block-com-bottom.png);
    background-position: left bottom;
    background-repeat:no-repeat;
    position: relative;
}

#main .small{
    float: left;
    width: 335px !important;
    clear: none;
    background: #fff url(block-small-com-bottom.png) left bottom no-repeat;
}

#main .medium{
    float: left;
    width: 435px !important;
    clear: both;
    background-image: url(block-medium-bottom-clear.png);
    background-position: left bottom;
    background-repeat:no-repeat;
}

/* VIVIENDA */ 
#main .bloques .medium{
    float: left;
    width: 345px !important;
    background-image: url(block-medium-reduced-bottom.png);
    background-position: left bottom;
    background-repeat:no-repeat;
    clear: none !important;
    margin-left: 0 !important;
}

#main .bloques .medium h3{
	width: 335px !important;
	background-image: url(block-medium-reduced-top.png);
}

#main .bloques.vivienda .bloque{ background-color: #c45051;	}
#main .bloques.vivienda .bloque h3{ background-color: #c45051;	}
#main .bloques.vivienda .bloque .agregar{ background-color: #c45051;}


#main .bloque a.titulobloque{
    display: block;
    text-align: left;
    font-size: 1.2em;
    line-height: 2em;
    background-image: url(block-com-top.png);
    background-position: left top;
    background-repeat:no-repeat;
    margin: -10px 0 10px -10px;
    width: 730px;
    padding: 5px 10px 0 10px;
    text-transform: uppercase;
    color: #371c47;
    text-decoration: none;
}

#main .small a.titulobloque{
    background-image: url(block-small-com-top.png);
    background-position: left top;
    background-repeat:no-repeat;
    width: 355px;
    margin: -10px 0 10px -10px;
    text-align: left;
}

#main .medium h3{
    background-image: url(block-medium-top-clear.png);
    background-position: left top;
    background-repeat:no-repeat;
    width: 425px;
    margin: -10px 0 10px -10px;
    padding: 12px 15px 8px 15px;
    text-transform: uppercase;
}

#main .bloque a.agregar{
    width: 21px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 15px;
    background-image: url(comunidad-agregar-clear.png);
    background-repeat:no-repeat;
    display: block;
    text-indent: -9999px;     
}

#main .bloque a.todos{
    clear: both;
    display: block;
    margin-left: 100px;
    padding-left: 26px;
    background-image: url(comunidad-vertodos.png);
    background-color: #326c7a;
    background-position: left center;
    background-repeat:no-repeat;
    line-height: 20px;
    text-decoration: none;
}

#main .bloque img{
    float: left;
    margin: 0 10px 10px 0;
}

#main .bloque li{
   clear: both; 
   display: block;
   margin-bottom: 20px;      
}

#main .bloque li img{
   float: left;    
}

.clear{ clear: both;}

.menuareas{
    margin: 10px 0 20px 0;    
}

.menuareas ul li{
    display: block;
    margin-bottom: 1px;
    line-height: 1.5em;      
}

.menuareas ul li a{
    display: block;    
    padding: 3px;
    color: #fff;
    text-decoration: none;
}

#nav .menuareas{
    margin: 0;
}

#nav .menuareas ul{
    margin: 0;
    left: 0;
    position: relative !important;
    float: left !important;
    padding-right: 6px;
    background: url(rounders/nav-split.png) top right no-repeat;
}

#nav .menuareas ul li{
    float: left;
    line-height: normal;
    border-right: 3px solid #fff;
}

#nav .menuareas ul li a{
    display: block;    
    color: #fff;
    text-decoration: none;
    padding: 0;
}


/* PÁGINA DE PORTAL DE COMUNIDAD 

#pagina-portal-comunidad #header{
   background: #076d76 url(header-bg.png);
}

#comunidades{
    margin-top: 30px;        
}

#pagina-portal-comunidad #titulo h1{
    font-size: 1.5em;
    line-height: 2em;        
}

#pagina-portal-comunidad ul.comunidades li{
    float: left;
    margin: 0 10px 20px 10px;
    width: 355px;
    text-align: justify;
}

#pagina-portal-comunidad ul.comunidades li.first{
    width: 730px !important;
}

#pagina-portal-comunidad ul.comunidades li img{
    float: left;
    margin: 0 10px 10px 0;
}

#pagina-portal-comunidad ul.comunidades li a{
    display: block;
    font-weight: bold;
    font-size: 1.2em;
}

#pagina-portal-comunidad #seccion_productos{
    float: left;
}

#pagina-portal-comunidad #seccion_productos a{
    float: left;
}

#pagina-portal-comunidad #seccion_servicios{
    float: right;
}

#pagina-portal-comunidad #seccion_festividades{
    float: left;
}

#pagina-portal-comunidad #seccion_atractivos{
    float: right;
}

#pagina-portal-comunidad #seccion_miembros{
    float: left;
}

#pagina-portal-comunidad #pizarron{
    float: right;
}

#pagina-portal-comunidad #grafica{
    float: left;
}


#pagina-portal-comunidad .bloque{
    float: left;
    margin: 0 10px 20px 10px;
    width: 710px !important;
    text-align: justify;
    clear: both;
    padding: 10px;
    background: #fff url(block-com-bottom.png) left bottom no-repeat;
}

#pagina-portal-comunidad .small{
    float: left;
    width: 335px !important;
    clear: none;
    height: 400px;
    background: #fff url(block-small-com-bottom.png) left bottom no-repeat;
}



#pagina-portal-comunidad .bloque2{
    float: left;
    margin: 0 10px 20px 10px;
    width: 710px !important;
    text-align: justify;
    clear: both;
    padding: 10px;
    background: #fff url(block-com-bottom.png) left bottom no-repeat;
}

#pagina-portal-comunidad .small2{
    float: left;
    width: 335px !important;
    clear: none;
    background: #fff url(block-small-com-bottom.png) left bottom no-repeat;
}

#pagina-portal-comunidad .bloque p{
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 2em;
    background: #fff url(block-com-top.png) left top no-repeat;
    margin: -10px 0 10px -10px;
    width: 730px;
}

#pagina-portal-comunidad .small p{
    background: #fff url(block-small-com-top.png) left top no-repeat;
    width: 355px;
    margin: -10px 0 10px -10px;
}

*/

.clear{ clear: both;}
.alignleft{ float: left; margin: 0 10px 10px 0; }
.alignright{ float: right; margin: 0 0 10px 10px; }

#menuareas{
    margin: 10px 0 20px 0;    
}

#menuareas ul li{
    display: block;
    margin-bottom: 1px;
    line-height: 1.5em;      
}

#menuareas ul li a{
    display: block;    
    padding: 3px;
    color: #fff;
    text-decoration: none;
}

.homelink{
    display: block;
    width: 90px;
    line-height: 20px;
    padding: 100px 5px 5px 5px;
    position: absolute !important;
    right: 0;
    top: 0;
    color: #fff;
    text-decoration: none;
    font-size: 80%;
    text-align: center;
}

.homelink{ background: #f08150 url(../img/educacion-1.png) 5px 5px no-repeat; }
.homelink.comunidades{ background: #6c4a80 url(../img/comunidad-1.png) 5px 5px no-repeat; }
.homelink.Productividad{ background: #e9ce5c url(../img/opproduct-1.png) 5px 5px no-repeat; }
.homelink.Salud{ background: #c4549b url(../img/salud-1.png) 5px 5px no-repeat; }
.homelink.Proteccion{ background: #50af4d url(../img/medioambiente-1.png) 5px 5px no-repeat; }
.homelink.Obras{ background: #53b1b5 url(../img/obras-1.png) 5px 5px no-repeat; }
.homelink.Vivienda{ background: #c45051 url(../img/vivienda-1.png) 5px 5px no-repeat; }
.homelink.secpersonalizada{ background: #c45051 url(../img/personalizada-1.png) 5px 5px no-repeat; }

#thumbnailSeccion{
    display: block;
    width: 90px;
    line-height: 20px;
    background-color: #6c4a80;
    padding: 100px 5px 5px 5px;
    position: absolute !important;
    right: 105px;
    top: 0;
    background-position:  5px 5px;
    background-repeat: no-repeat;
    color: #fff;
    text-decoration: none;
    font-size: 80%;
    text-align: center;
}


#pagina-portal-comunidad #main{
    margin-left: 0;
    width: 960px;
}

#pagina-portal-comunidad #header{
   background: #076d76 url(header-bg.png);
}

.half-left{
    width: 455px;
    float: left;
    clear: both;  
}

.half-right{
    width: 455px;
    float: right;
    margin-right: 20px;   
}

#main #pizarron{
    float: left;
    clear: both;
    margin: 10px 10px 10px 0;
    width: 455px;
    height: auto; /*380px;*/
    padding-bottom: 10px;
    background: url(pizarron.png) left bottom;
    position: relative;
}

#main #pizarron h3{
    text-align: center;
    display: block;
    color: #fff;
    height: 44px;
    line-height: 40px;
    background: url(pizarron-titulo.png) no-repeat;
}

#main #pizarron .agregar_anuncio{
	display: block;
	width: 20px;
	height: 20px;
	background: transparent url(comunidad-agregar.png) no-repeat;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 10px;
	text-indent:-9999px;
}

#main #pizarron .anuncio{
	width: 397px;	
	margin: 0 0 0 20px;
	background: transparent url(pizarron-mensaje-bg.png) left bottom no-repeat;
	padding: 10px 10px 22px 10px;
	position: relative;
    word-wrap: break-word;			
}


#main #pizarron .eliminar_anuncio{
	position: absolute;
	top: 10px;
	right: 10px;
	background: url(icon-del-12.png) no-repeat;
	width: 12px;
	height: 12px;
	text-indent: -9999px;
	overflow: hidden;	
}
#main #pizarron .ver_todos_anuncios{
	display: block;
	margin-top: 10px;
	text-align: center;
	color: #fff;
}

#pizarron hr{
	display: none;
}

#main #grafica{
    float: left;
    clear: both;
    margin: 10px;
    text-align: center;
    position: relative;
    margin: 10px;
    width: 455px;
}

#main #grafica img{
    display: block;
    margin: 0 auto;
    position: relative;
}



/*PAGINA DE ENCUENTRA TU COMUNIDAD*/
#encuentra_comunidad #header{
   background: #076d76 url(header-bg.png);
}

.filtrosbusqueda{
}

.filtrosbusqueda label{
   display: block;
   float: left;
   width: 250px;
   clear: both;
   margin: 10px 0;
}

.filtrosbusqueda  h3{
   display: block;
   clear: both;
   margin: 10px 0 0 0;
}

.filtrosbusqueda .button{
    float: left;
    margin: 10px 5px;
}


#btn_fecha{
    float: left;
    margin: 10px 5px;
}

#ir_a_comunidad{
    float: left;
    display: block;
    clear: both;
    margin: 10px 0 10px 250px;
    width: 100px;
}
.filtrosbusqueda select, .filtrosbusqueda .textbox{
    float: left;
    margin: 10px 0;
    display: block;
}

#alfabeto{
    margin: 10px 0;
}

#alfabeto a{
    display: block;
    float: left;
    margin: 10px 5px;
}

#link_buscar_comunidad_nombre, #link_productos_comunidad{
    margin: 10px 5px;
}

#pagina-seccion-home #header{
   background: #076d76 url(header-bg.png);
}

/******SECCION HOME DE ATRACTIVOS TURISTICOS*******/

#atractivos ul{
    list-style: none;
    width: 187px;
    float: left;
}
#atractivos ul li{
    width: 160px;
    margin: 0 8px;
    margin-top: 10px;
    float: left;
}
#atractivos ul li a{
    display: block;
    width: 160px;
    float: left;    
}
#atractivos ul li a img{
    width: 50px;
    height: 50px;
    margin-right: 5px; 
    float: left;    
}
#atractivos ul li a span{
    width: 105px;
    float: left;    
    font-size: 80%;
}

/************PAGINA DE BUSQUEDA********/
#busqueda #header{
   background: #076d76 url(header-bg.png);
}

#busqueda_com #header{
   background: #076d76 url(header-bg.png);
}

#busqueda_cat #header{
   background: #076d76 url(header-bg.png);
}

#busqueda_tipoSeccion #header{
   background: #076d76 url(header-bg.png);
}

#seccion_home #header{
   background: #076d76 url(header-bg.png);
}

#seccion_comunidad #header{
   background: #076d76 url(header-bg.png);
}

#crea_comunidad #header{
   background: #076d76 url(header-bg.png);
}

/* TEMP */

iframe.innerframe{
    width: 750px;
    height: 800px;
    border: none;
}

div.pane{ display: none; }

/*
ACOMODO POR PLANTILLAS
*/

.plantilla1 #area1{
    margin-bottom: 30px;
}

.plantilla1 #area2{
    width: 455px;
    float: left;
    clear: both;  
}

.plantilla1 #area3{
    width: 455px;
    float: right;
    margin-right: 20px;   
}

.plantilla2 #area1{
    width: 455px;
    float: left;
    margin-bottom: 20px;
}

.plantilla2 #area2{
    width: 455px;
    float: right;
}

.plantilla2 #area3{
    width: 455px;
    float: left; 
}

.plantilla3 #area1{
    width: 455px;
    float: right;
    margin-bottom: 20px;
}

.plantilla3 #area2{
    width: 455px;
    float: left;
}

.plantilla3 #area3{
    width: 455px;
    float: right; 
}

#area2 .bloque,#area3 .bloque{
    margin-left: 0 !important;        
}

/* FECHA HEADER */

#fechaactual{
    position: absolute;
    bottom: 6px;
    right: 10px;    
    color: #fff;
    font-size: 90%;
    font-weight: bold;    
}


.breadcrumbs{
    list-style: none;  
    margin: 5px 0 15px 0;      
    float: left;
}

.breadcrumbs li{
    float: left;
    font-size: .7em; 
    margin-right: 5px;
}

#editsite{
    background: url(editsite-bg.png) repeat-x;
    height: 28px;
    padding: 5px 20px;  
}

#editsite div{
    width: 960px;
    margin: 0 auto;    
}

#editsite a{
    display: block;
    line-height: 22px;
    font-size: .9em;
    text-decoration: none;
    border: 1px solid #707070;
    border-top-color: #fff;
    border-left-color: #fff;
    float: right;
    margin-left: 10px;   
    background: #ececec url(editsite-button-bg.png) left bottom repeat-x;
    color: #333;
    .width: 150px;
}

#editsite a span{
    display: block;
    padding: 0 10px 0 24px;
    float: left;
}

#editsite a.eliminar span{ background: url(icon-eliminar.png) 4px center no-repeat;}
#editsite a.editar span{ background: url(icon-editar.png) 4px center no-repeat;}
#editsite a.agregar span{ background: url(icon-add.png) 4px center no-repeat;}
#editsite a.reasignar span{ background: url(icon-reassign.png) 4px center no-repeat;}

/* JQUERY UI DATEPICKER */

.ui-datepicker{
    float: left !important;
    margin-bottom: 20px;  
}

.dateselector{
    margin-bottom: 10px;
    clear: both;
}

.dateselector label{
    margin: 0 !important; 
}

.dateselector a{
    margin-left: 250px !important;
    display: block;
    
}


.squaresmall{
    height: 120px;
    overflow: hidden;    
}

/* COLOR BLOQUES */ .bloque{ background-color: #371C47; }
/* COLOR BLOQUES */ .bloque h3{ background-color: #371C47; }
/* COLOR LINKS   */ .bloque a.agregar{ background-color: #371C47;}

/* mejora tu vivienda - lista de mejoras */
.viv-elem{
	float: left;
}
.viv-elem ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.viv-elem ul li{
	margin-bottom: 1px;
	margin-left: 100px;
	width: 840px;
	display: block;
	clear: both;
	float: left;
	position: relative;
	padding-left: 16px;
	line-height: 16px;
	background: url(bullet-vivienda.png) left center no-repeat;
}
.viv-elem ul li.li_first{
	margin-left: 0;
	width: 940px;
	font-weight: bold;
	background: url(bullet-vivienda-first.png) left center no-repeat;
}

.viv-elem ul li a.boton_pc2{ display: inline-block; width: 12px; height: 12px; text-indent: -9999px; background: url(icon-less-12.png) center center no-repeat; }
.viv-elem ul li.li_first a.boton_pc{ display: inline-block; width: 12px; height: 12px; text-indent: -9999px; background: url(icon-plus-12.png) center center no-repeat; }

.viv-elem ul li a{
	display: block;
	float: left;
	padding: 5px;
	color: #002060;
	text-decoration: none;
}

#formContainer{
  float: left;
  width: 720px;
  margin-left: 20px;
}

/* BLOQUES SEPARADOS POR LINEAS (PROGRAMAS) */

.bloques-lineas{
	width: 720px;
	float: left;
}

.bloques-lineas .bloque{
	width: 320px !important;
	float: left;
	padding: 10px;
	background: none!important;
	clear: none !important;
	margin-right: 2px;
	position: relative;
}

.separador{
	height: 1px;
	background: #222;
	clear: both;
}

.bloques-lineas .bloque h3{
	background: transparent;
	font-size: 100%;
	color: #C45051;	
}

.bloques-lineas .bloque a.agregar{
	display: none !important;
}

.bloques-lineas .bloque a.todos{
	margin: 1em 0 !important;
	float: left;
}

.bloques-lineas .separador{
	height: 1px;
	background: #222;
	clear: both;
}

.bloques-lineas .menu, .bloques-lineas .menu2{
	display: none;
}


.bloques-lineas .menu li, .bloques-lineas .menu2 li{
	float: left;
	height: 25px;
	margin-right: 20px;
}

.bloques-lineas .menu li a, .bloques-lineas .menu2 li a{
	color: #fff;
	text-decoration: none;
	line-height: 25px;
	padding: 0 3px;
}
.bloques-lineas .par{
	float: left;
	border-top: 1px solid #C45051;
	clear: both;
	width: 720px;
	background: url(separador.png) top center repeat-y;
}

.bloques-lineas .first.par{
	border-top: none;
}

.par{
	float: left;
	border-top: 1px solid #C45051;
	clear: both;
	width: 720px;
	background: url(separador.png) top center repeat-y;
}

.first.par{
	border-top: none;
}

/* COMMENTS página interactiva*/
#comentarios{
	border-top: 2px solid #056887;
	width: 940px;
}
.comment{
	width: 810px;
	border-bottom: 2px solid #056887;
	padding: 10px;
	position: relative;
	padding-left: 120px;
	padding-bottom: 20px;
	min-height: 130px;
	overflow: visible;
}

.comment hr{
	display: none;	
}

.comment img{
	position: absolute;
	top: 10px;
	left: 10px;	
}


.comment p{
	margin: 10px 0;
}

.comment .nombreautor{
	position: absolute;
	left: 10px;	
	top: 95px;
	width: 90px;
	font-size: 90%;
	text-align: center;
}

.comment .fecha{
	font-size: 90%;
	color: #444;
}

.comment br{display: none}

.comment a.denunciar_abuso{
	display: block;
	position: absolute;
	padding-left: 24px;
	line-height: 20px;
	background: url(icon-denunciar.png) no-repeat;
	width: 120px;
	right: 130px;
	bottom: 5px;
}

.comment .seleccionar_comentario{
	display: block;
	position: absolute;
	width: 110px;
	right: 5px;
	bottom: 5px;
}

.comment input
{
	margin: 5px 5px 0 0;
	}
	
a.anadir_comentario, a.eliminar_comentario{
	display: block;
	float: left;
	margin: 20px 10px 10px 0;
	padding-left: 24px;
	line-height: 20px;
	background: url(icon-agregar.png) no-repeat;
}

a.eliminar_comentario{
	background: url(icon-delete.png) no-repeat;
}

#div_comentario{clear: both; margin-top: 10px; width: 810px;}

#div_comentario textarea{width: 938px;}

#archivos_anexos{clear: both; margin-top: 40px; padding: 10px; border: 1px solid #056887; position: relative; }

#agregar_archivos_anexos{background: url(icon-agregararchivo.png) right center no-repeat; display: block; line-height: 20px;padding-right: 24px; position: absolute; top: 10px; right: 10px;}

.descargar_archivo{background: url(icon-descarga.png) no-repeat; display: block; line-height: 20px;padding-left: 24px;}


ul.resultadosmispaginas li{
	padding-left: 70px;
	margin-bottom: 30px;
	position: relative;
}

ul.resultadosmispaginas li img{
	position: absolute;
	left: 0;
	top: 0;
}

.resultado_mi_pagina{
	font-weight: bold;
	display: block;	
}

/* DISTINTOS COLORES PARA SECCIONES */

/* productividad y generacion de ingreso */
#main.Productividad .bloques-lineas .bloque h3{ color: #b79f3c; }
#main.Productividad .par{ border-top: 1px solid #e9ce5c; background: url(separador-prod.png) top center repeat-y; }
#main.Productividad .bloques-lineas .first.par{	border-top: none !important;}

/* educacion */
#main.Educacion .bloques-lineas .bloque h3{ color: #f08150; }
#main.Educacion .par{ border-top: 1px solid #f08150; background: url(separador-educ.png) top center repeat-y; }
#main.Educacion .bloques-lineas .first.par{	border-top: none !important;}

/* salud */
#main.Salud .bloques-lineas .bloque h3{ color: #c4549b; }
#main.Salud .par{ border-top: 1px solid #c4549b; background: url(separador-salud.png) top center repeat-y; }
#main.Salud .bloques-lineas .first.par{	border-top: none !important;}

/* proteccion a los recursos naturales */
#main.Recursos .bloques-lineas .bloque h3{ color: #50af4d; }
#main.Recursos .par{ border-top: 1px solid #50af4d; background: url(separador-recnat.png) top center repeat-y; }
#main.Recursos .bloques-lineas .first.par{	border-top: none !important;}

/* obras */
#main.Obras .bloques-lineas .bloque h3{ color: #53b1b5; }
#main.Obras .par{ border-top: 1px solid #53b1b5; background: url(separador-obras.png) top center repeat-y; }
#main.Obras .bloques-lineas .first.par{	border-top: none !important;}

.ps_title{
  margin-right: 100px;
}

.ps_title #link_programa{
  margin-right: -100px;
}

/* COMMENTS página pizarron*/
#anuncio2{
	border-top: 2px solid #056887;
	width: 940px;
}
.anuncio2{
	width: 810px;
	border-bottom: 2px solid #056887;
	padding: 10px;
	position: relative;
	padding-left: 120px;
	padding-bottom: 20px;
	min-height: 100px;
	overflow: visible;
}

.anuncio2 hr{
	display: none;	
}

.anuncio2 p{
	margin: 10px 0;
}

.anuncio2 .nombreautor{
	position: absolute;
	left: 10px;	
	top: 30px;
	width: 90px;
	font-size: 90%;
	text-align: center;
}

.anuncio2 .fecha{
	font-size: 90%;
	color: #444;
}

.anuncio2 br{display: none}


.anuncio2 a.eliminar_anuncio{
	display: block;
	position: absolute;
	padding-left: 24px;
	line-height: 20px;
	background: url(icon-denunciar.png) no-repeat;
	width: 120px;
	right: 5px;
	bottom: 5px;
}

/* SOBREESCRIBIR ESTILOS DE TEXTO DE EXTJS */

#main strong{ font-weight: bold; }
#main em{ font-style: italic; }

#main .contenido ul
{
    padding-left: 20px;
    list-style: square;
    margin: 1em 0;
}

#main .contenido ol
{
    padding-left: 20px;
    margin: 1em 0;
    list-style-type: decimal;
}