@charset "UTF-8";
html, body {
	height: 100%;
	width: 100%;
	background-color: #F2F2F2;
	margin: 0;
	font-size: 11px;
	line-height: 160%;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat;
}
#contenedor {
	width: 982px;
	min-height: 100%;
	margin-right: auto !important;
	margin-left: auto !important;
	overflow: hidden !important; /*Esconde el scroll*/
	background-image: url(../images/bg-sombra.png);
	background-repeat: repeat-y;
}
#main {
	overflow: auto;
	padding-bottom: 150px;/* must be same height as the footer */
}
#footer {
	width: 100%;
	margin-right: auto !important;
	margin-left: auto !important;
	background: #F9F9F9;
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear: both;
	border-top: 1px solid #E1E1E1;
}
#header {
	width: 100%;
	margin-right: auto !important;
	margin-left: auto !important;
	position: relative;
	height: 131px;
	background-image: url(../images/bg-header.png);
	background-repeat: repeat-x;
	box-shadow: 0px 0px #FFFFFF;
}
#header-cont {
	width: 982px;
	margin-right: auto !important;
	margin-left: auto !important;
}
.logo-header {
	float: left;
	width: 120px;
	padding-top: 23px;
	padding-left: 34px;
}
.caja-menu {
	float: left;
	width: 760x;
	padding-top: 14px;
	padding-left: 24px;
}
#conten-central {
	float: left;
	width: 612px;
	padding-top: 20px;
	padding-left: 43px;
}
.caja-megadestacado {
	width: 608px;
	padding-top: 0;
	height: 268px;
	padding-bottom: 0px;
	border: 2px solid #33AC41;
	margin-top: 0px;
	margin-bottom: 20px;
}
.clear {
	clear: both;
}
.caja-home {
	width: 610px;
	height: 225px;
	padding-bottom: 0px;
	margin-top: 30px;
}
.caja-int {
	width: 610px;
	height: auto;
	padding-bottom: 0px;
	margin-top: 5px;
	overflow:hidden;
}
.filete-titulo {
	width: 610px;
	height: 25px;
	padding: 0px;
	border-bottom: 1px solid #33AC41;
	margin: 0px;
}
.conten-sidebar {
	width: 261px;
	padding-top: 0px;
	padding-right: 0px;
	/*background-color: #9933CC;*/
	float: right;
	margin-top: 20px;
	margin-right: 20px;
}
.filete-titulo-sidebar {
	width: 261px;
	height: 20px;
	padding: 0px;
	border-bottom: 1px solid #33AC41;
	margin: 10px 0px;
}
h1 {
	font: normal 18px Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #F44E00;
	padding: 0px;
	margin: 0px;
}
h2 {
	font: normal 13px Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #196C24;
	padding-top: 15px;
	padding-bottom: 10px;
	margin: 0px;
}
h3 {
	font: normal 14px Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #F44E00;
	padding: 0px;
	margin: 0px;
}
h5 {
	font: normal 15px Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #196C24;
	padding-top: 15px;
	padding-bottom: 8px;
	margin: 0px;
}
h6 {
	font: normal 11px Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
}
p {
	font-size: 12px;
	line-height: 160%;
}
.caja-slider-socio {
	width: 610px;
	height: 200px;
	background-image: url(../images/bg-cajas.png);
	background-repeat: no-repeat;
	margin-top: 4px;
}
.caja-actividades {
	width: 610px;
	height: auto;
	background-image: url(../images/bg-cajas.png);
	background-repeat: no-repeat;
	margin-top: 4px;
	float: left;
	margin-bottom: 10px;
}
.foto-actividades {
	width: 328px;
	height: 167px;
	background-color: #57A25E;
	text-align: left;
	float: left;
	margin-bottom: 0px;
}
.foto-actividades-int {
	width: 612px;
	height: 324px;
	background-color: #57A25E;
	text-align: left;
	float: left;
	padding-bottom: 0px;
	margin-bottom: 15px;
}
.texto-actividades {
	font-size: 12px;
	line-height: 160%;
	float: right;
	width: 275px;
}

.box-presentaciones {
	float: left;
	width: 600px; 
}


.box-presentaciones ul li a:link, a:visited {
	color:#5c6670;
	font-size: 12px;
	line-height: 160%;
	text-decoration: none;
}

.box-presentaciones ul li a:hover {
	color: #F44E00;
	text-decoration: underline;
}

.texto-actividades .ver-noticia {
	width: 80px;
	height: 20px;
	display: block;
	background-color: #33AC41;
	float: right;
	font: normal 11px Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
}
.texto-actividades .ver-noticia a:link, a:visited {
	display: block;
	color: #ffffff;
	text-decoration: none;
}
.texto-actividades .ver-noticia a:hover {
	color: #000;
	text-decoration: underline;
}
.bisel-separata {
	width: 610px;
	height: 25px;
	margin-bottom: 0px;
	padding-top: 30px;
	float: left;
	padding-bottom: 20px;
}
.footer-conent {
	width: 982px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.logo-footer {
	width: auto;
	margin-left: 30px;
	float: left;
	margin-right: 15px;
}
.face-footer {
	width: auto;
	margin-left: 30px;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
.twitter-footer {
	width: auto;
	margin-left: 30px;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
.dir-footer {
	width: 410px;
	float: left
}
.dms {
	width: 200px;
	float: right;
	margin-right: 15px;
	margin-top: 15px;
	text-decoration: none;
}
.dms a:link, a:visited {
	color: #5c6670;
	text-decoration: none;
}
.dms a:hover {
	color: #33AC41;
	text-decoration: none;
}
.conten-direccion {
	float: left;
	width: 230px;
	margin-left: 20px;
}
.box-socios {
	float: left;
	width: 170px;
	height: auto;
	padding-top: 36px;
	padding-right: 20px;
	padding-left: 10px;
	overflow: hidden;
}
.logo-socio {
	width: 170;
	height: auto;
}
.sombra-socio {
	position: relative;
	height: 5px;
	float: left;
	top: -8px;
}
.nombre-socio {
	width: 170px;
	float: left;
	font-size: 12px;
	color: #33AC40;
	height: auto;
	padding-top: 10px;
}
.web-prensa {
	width: 170px;
	float: left;
	font-size: 12px;
	height: auto;
	padding-top: 10px;
}
.web-prensa a:link, a:visited {
	color: #5c6670;
	text-decoration: none;
}
.web-prensa a:hover {
	color: #33AC40;
	text-decoration: none;
}
.filete-socio {
	padding-top: 5px;
	border-bottom: 1px solid #E9E9E9;
	clear: both;
}
.input {
	font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	background-image: url(../images/bg_input.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #E0DDDD;
}
.verde {
	color: #33AC40;
}
.fecha {
	width:auto;
	color: #333333;
	font-size: 11px;
	font-weight:700;
}
