@charset "utf-8";
/* CSS Document */

h1,h2,h3,h4,h5,h6,p {
	padding: 0;
	margin: 0;
	}

body {
	margin: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

/*a, a:link, a:visited, a:hover, a:active {
	font-size: .8em;
	}*/

p,ul{
	font-size: 0.8em;
	color: #333;
	line-height: 1.6em;
}

h2 {
	font-family: Arial, Helvetica, "sans-serif bold";
	font-size: 1.1em;
	text-transform: uppercase;
	color: #0F8C48;
	margin: 0 0 0 10px;
}


/* LAYOUT */

#contenedor{
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 350px;
	background: #ccc;
}

#header_int {
	height: 120px;
}

#navegacion{
	height: 50px;
	background: #fff;
	background-image: url(imagenes/barra_navegacion.gif);
	text-align: center;
}

#contenido {
	width: 960px;
	background: #FFF;
	float: left;
}

#banner_marketplace {
	width: 560px;
	height: 193px;
	float:left;
	border-bottom: #E8E8E8 solid 1px;
	margin: 0;
	padding: 0;
}

#columna_general {
	width: 400px;
	background: #FFF;
	float: left;
}

#columna_general_int {
	width: 660px;
	background: #FFF;
	float: left;
	padding: 0 20px 0 0;
}

#columna_general_int_aso {
	width: 660px;
	background: #FFF;
	float: left;
	padding: 0 20px 0 0;
}

#izquierda{
	width: 190px;
	float: left;
	padding: 0 20px 0 0;
}

#izquierda h2{
	font-family: Arial, Helvetica, "sans-serif bold";
	font-size: 1.1em;
	text-transform: uppercase;
	color: #0F8C48;
	margin: 0;
	padding: 10px 0;
}


#post-general {
	padding: 0 0 50px 0;
}


/*busqueda*/
#busqueda {
height: 40px;
border-bottom: #EFEFEF solid 1px;
}


/*page navigation*/
.page_navigation{
	margin-left: 190px;
	font-size: .9em;
	text-decoration: none;
	padding: 0 0 15px 0;
	text-align: center;
}

.alignright{
	margin-right: 0;
}

.alignleft{
	text-align: left;
}


/* Navegacion de categorias */

.categorias {
margin: 0;
padding: 0;
list-style: none;
border-bottom: #EFEFEF solid 1px;
}


.elemento{
	background: #00FFFF;
}

#current_tag {
	display: block;
	width: 100%;
	text-decoration: none;
	color:#333;
	font-size: .9em;
	line-height: 18px;
	font-weight: bold;
	height: 40px;
	vertical-align: middle;
	padding: 10px 0 0 10px;
	background-color:#99CC00;

}

ul.categorias li{
text-transform: uppercase;
padding: 0;
margin: 0;
}

#izquierda ul.categorias li a, #izquierda ul.categorias li a:active, #izquierda ul.categorias li a:visited, #izquierda ul.categorias li a:link {
	display: block;
	width: 100%;
	text-decoration: none;
	color:#333;
	font-size: .9em;
	line-height: 18px;
	font-weight: bold;
	height: 40px;
	vertical-align: middle;
	padding: 10px 0 0 10px;
}


ul.categorias li a:hover {
	background-color:#99CC00;
	width: 100%;
}

#columna_general ul {
}

#columna_general ul li {
list-style: circle;
}

#columna_derecha_1 {
	width: 240px;
	padding-left: 10px;
	background-image: url(imagenes/col_der_sombra.gif);
	float: left;
	background-color: #fff;
	background-repeat:  repeat-y;
}

#columna_derecha_1 h2 {
	margin: 20px 0 0 0;
}

#columna_derecha_datos_1 {
	width: 220px;
	margin: 0 auto;
}

#columna_derecha_2 {
	width: 280px;
	background: #fff;
	float: left;
	margin: 30px 0 15px 0;
}

/* Post interior */

#columna_general_int_aso .post p{
	padding: 0 0 0 210px;
	}


#pie {
	height: 160px;
	width: 100%;
	background-image: url(imagenes/division_pie.gif);
	background-repeat:  repeat-x;
	background-position: top;
	float: left;
}

#pie_logos{
	width: 260px;
	float: left;
	padding-top: 20px;
}

#pie_banner {
	width: 370px;
	padding-top: 20px;
	float: left;
	text-align: right;
	color: #666;
}

#pie_datos {
	width: 260px;
	padding: 20px;
	text-align: center;
	float: left; 
	font-size: 12px;
	color: #666;
	text-align: left;
	margin-left: 20px;
	line-height: 20px;
}



/* TITULOS */
#titulo_seccion {
	margin: 20px 0;
	padding: 0 0 10px 0;
	font-size: 1.5em;
	border-bottom: #EFEFEF solid 1px;
}

/* AREAS */

.resumen_asociadas {
	margin: 10px 0 10px 210px;
	padding: 10px 0;
	border-bottom: #EFEFEF solid 1px;
	width: 450px;
}

.resumen{
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: #EFEFEF solid 1px;
}

/* Columna general */

/* Post */

.post {
	padding: 10px 10px 40px 0;
}

.post h2 {
	margin: 0;
	padding: 0;
}

/* Reuniones */
.reunion {
	border-bottom: #CCC dotted 1px;
	padding: 10px 0;
}

.reunion_fecha {
}

.reunion_lugar {
}

/* Noticias */
.noticia {
	border-bottom: #CCC dotted 1px;
	padding: 10px 0;
}

/* Calendario */

#calendario {
	margin: 0 0 10px 0;
}

#wp-calendar {
	width: 267px;
	font-size: .8em;
	padding: 0 0 10px 0;
}

#wp-calendar a, #wp-calendar a:link, #wp-calendar a:visited, #wp-calendar a:hover, #wp-calendar a:active {
	font-size: 1em;
	}
	
#wp-calendar h2 a {
	font-family: Arial, Helvetica, "sans-serif bold";
	font-size: 1.1em;
	text-transform: uppercase;
	color: #0F8C48;
	margin: 0 0 0 10px;
	text-decoration: none;	
}
	
#ec3_publish {
	visibility: hidden;
}

/* Acerca de */
#acerca {
	width: 267px;
	padding: 0 0 10px 0;
}

#acerca p {
	font-size: 0.8em;
	color: #333;
	line-height: 1.6em;
	margin: 0;
	padding: 0 10px;
}

#acerca h2 {
	font-family: Arial, Helvetica, "sans-serif bold";
	font-size: 1.1em;
	text-transform: uppercase;
	color: #0F8C48;
	margin: 0 0 0 10px;
}

#acerca_round_up {
	width: 267px;
	height: 10px;
	background: url(imagenes/acerca_up.gif) top no-repeat;
}

#acerca_round_down {
	width: 267px;
	height: 10px;
	background: url(imagenes/acerca_down.gif) bottom no-repeat;
	margin: 0 0 10px 0;
}

#acerca_round_mid {
	width: 267px;
	background: #E9F2C9;
}

/* Contacto */
#contacto {
	width: 100%;
}

.contacto_label {
	width: 120px;
	text-align: right;
}

.contacto_input {
	width: 267px;
}

/* MENUS */
#menu_principal {
	margin: 0;
	padding: 21px 0 0 0;
}

#menu_principal a, #menu_principal a:link, #menu_principal a:visited, #menu_principal a:hover, #menu_principal a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1em;
	padding-top: 15px;
}

#menu_principal a:hover{
	text-decoration: none;
	color: #6d8c4c;
	font-size: 1em;
	padding-top: 5px;
}

#current {
	color: #6d8c4c;
	background-image: url(imagenes/arrow.png);
	background-repeat: no-repeat;
	background-position: center -5px;
	}

#navegacion ul li {
	display: inline;
	list-style: none;
	color: #6d8c4c;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	margin: 0 15px;
	padding: 12px 1px 7px 5px;
	text-align: center;
	height: 50px;
}


/* marketplace carrusel */
#scrollable {
background-color:#FFFFFF;
background-image: url(imagenes/rounded-top.gif);
background-repeat: no-repeat;
background-position: top;
padding:20px 8px 0px 13px;
width:530px;
min-height:160px;
}

#scrollable2 {
background-color:#FFFFFF;
background-image: url(imagenes/rounded-top.gif);
background-repeat: no-repeat;
background-position: top;
padding:5px 8px 0px 13px;
width:530px;
min-height:160px;
}


.alinear_centro{
	width: 100%;
	height: 100%;
}


/* container for the scrollable items */
div.items {
min-height:166px;	
margin-left:5px;	
float:left;
width:480px !important;
background-color:#FFFFFF;
}



/* single item */
div.items a {
display:block;
float:left;
margin-right:8px;
width:146px;
height:146px;
background-color: #ffffff;
color:#ccc;
cursor:pointer;
border: 3px solid #ffffff;
}

div.items a:hover {
color:#999;	
/*border: 3px solid #0F8C48;*/
}

/* next / prev buttons */
a.prevfeat, a.nextfeat {
display:block;
width:22px;
height:22px;
float:left;
background-repeat:no-repeat;	
margin:60px 0 0 0;
}

a.prevfeat {
background:url(imagenes/next-arrow-left.gif);		
}

a.prevfeat:hover {
background:url(imagenes/next-arrow-left-hover.gif);		
}

a.nextfeat {
background:url(imagenes/next-arrow-right.gif);		
}

a.nextfeat:hover {
background:url(imagenes/next-arrow-right-hover.gif);		
}


/* EVENTS */

.ec3_events {
	padding: 0;
	margin: 0;
	}
	
.ec3_events li{
	list-style: none;
}



/* VARIOS */
.archive_date {
	font-size: .6em;
}

/* AD */
div#wp125adwrap_1c a img{
	border: none;
}
