/*******************************************************************************
                      Estructura
*******************************************************************************/
body {
	margin:0;
	padding: 0;
	text-align: center;
	background-color: #BDCB90;
}
#contenedor{
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: #D9D9AA url(../media/bg-centro.gif) repeat-y ;
}
#barra {
	width: 100%;
	clear: both;	
	height: 20px;
	background: #00A2AD;
	border-bottom: 5px solid #10757A;
}
#fecha, #idiomas { padding: 0 5px 0 5px; line-height: 20px; }
#fecha {
	float: left;
}
#idiomas {
	float: right;
	text-align: right;
	text-transform: uppercase;
	color: #C1E466;
}
#cabecera {
	width: 100%;
	clear: both;
	height: 100px;
	background: url(../media/cabecera.jpg) no-repeat;
	border-bottom: 1px solid #BDCB90;
	border-top: 1px solid #BDCB90;
}

#menu {
	width: 200px;
	float: left;
}
#wrap {
	width: 560px;
	float: left;
	background: url(../media/bg-wrap.gif) no-repeat;
	padding-top: 20px;
}
#contenido {
	width: 384px;
	float: left;
	padding: 8px;
}
#lateral {
	width: 150px;
	float: right;
	padding: 5px;
}
#pie {
	width: 100%;
	clear: both;	
	height: 25px;
	background: #00A2AD;
}
/*******************************************************************************
                      Navegación
*******************************************************************************/
ul.menu{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.menu li, #menu h2 {
	background: #74981A url(../media/bg-ul-li.gif) repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 20px;
	line-height: 20px;
	color: #FFFFFF;
	margin-bottom: 2px;
}
ul.menu li a:link, ul.menu li a:visited { color: #FFFFFF;}
ul.menu li a:hover { color: #303E0B; }
ul.menu li.aqui { font-weight: bold; }
ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 5px solid #D9D9AA;
	border-top: 5px solid #D9D9AA;
}
ul.menu li ul li {
	background: #D9D9AA none;
	font-weight: normal;
	text-transform: none;
	text-indent: 0px;
	color: #303E0B;
	padding: 0px 0px 0px 20px;
	margin-bottom: 0px;
}
ul.menu li ul li a:link, ul.menu li ul li a:visited { color: #303E0B;}
ul.menu li ul li a:hover { text-decoration: underline; }

/*------------------- ONG -------------------*/
ul.menu li.ong {
	background: #BB377A url(../media/bg-ul-li-ong.gif) repeat-y;
}
ul.menu li.ong ul li { color: #BB377A; }
ul.menu li.ong ul li a:link, ul.menu li.ong ul li a:visited { color: #BB377A;}
/*------------------- Login -------------------*/
#menu h2{
	font-size: 100%;
	text-align: left;
}
#menu .login-menu{
	background: #D9D9AA;
	
}
#menu .login-menu label{
	width: 85px;
  	color: #303E0B;
}
#menu .login-menu input{width: 100px;}
/*------------------- Submenu inline -------------------*/
ul.inline {
	padding: 0px;
	margin: 5px;
}
ul.inline li {
	list-style: none;
	color: #303E0B;
	font-weight: bold;
	display: inline;
}
/*******************************************************************************
                     ESTILO GENERAL
*******************************************************************************/
body{
	color: #000000;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
}
a:link  { color: #303E0B; text-decoration: none; }
a:visited {	color: #74951D; text-decoration: none; }
a:hover { text-decoration: underline; }

h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0 5px 0;
	padding: 0;
}
h1 {
	font-size: 200%;
	color: #74981A;
	text-transform: uppercase;
	text-align: right;
}
h2 {
	font-size: 150%;
	color: #515D2F;
}
h2 a:link {	color :#515D2F; }
h3 {
	font-size: 120%;
	color: #515D2F;
	text-transform: uppercase;
}
p {
	text-align: justify;
}
hr {
	height: 1px;
	color: #2F737E;
	margin-bottom: 3px;
	margin-top: 3px;
}
#contenido p { font: 110%/120%;}
#contenido .small { font: 90%}
#contenido a:link, #contenido a:visited {	font-weight: bold; }
#contenido ul li {
	list-style-image: url(../media/circulo.gif);
	list-style-position: inside;
	line-height: 20px;
}
#contenido ol li{
	list-style: decimal;
	padding: 3px;
}

#barra, #pie {	color: #FFFFFF; }
#barra a, #pie a { color: #FFFFFF; }
#barra a:hover, #pie a:hover { text-decoration: underline; }
#pie { text-align: center; line-height: 25px; }
/*------------------- Listas -------------------*/

/*------------------- Tablas -------------------*/
table {
	margin: 10px auto;
	border-collapse: collapse;
	text-align: left;
	background: #303E0B;
	border: 1px solid #303E0B;
}
                
table caption {
	font-weight: bold;
	color: #2F4F4F;
	text-align: center;
	text-transform: uppercase;
	margin: 10px auto;
}
                 
table th {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding: 5px;
	background-color: #EEF1E2;
	border: 1px solid #303E0B;
}
table .left {	text-align: left; }  
table .right {	text-align: right; }         
table td {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background: #fff;
	margin: 1px;
	padding: 5px;
	border: 1px solid #303E0B;
	text-align: center;
}
/*------------------- Formularios -------------------*/

fieldset{
	margin-top: 15px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
}
legend{
	font-weight: bold;
	color: #2F4F4F;
}
label {
  float: left;
  width: 150px;
  text-align: right;
  color: #333333;
  font-weight: bold;
  margin-top: 2px;
}
form.contacto label {  width: 100px;}
/*
.botones { margin-left: 120px; } */
input, textarea, select {
	margin-bottom: 5px;
	margin-left: 5px;
	border: 1px solid #303E0B;
	background-color: #EEF1E2;
	color: #000000;
}
.boton {
	border: 1px solid #303E0B;
	background-color: #EEF1E2;
	font-weight: bold;
	color: #303E0B;
}
.botones {
	clear: both;
	text-align:center;
	width: 100%;
} 
/*------------------- Imagenes -------------------*/
#contenido .seccion img { border: 1px solid #74981A; }
.imgright, .imgleft{
	margin: 8px;
	border: 1px solid #10757A;
	padding-bottom: 11px;
	background: url(../media/magnify-clip.png) no-repeat bottom right;
}
.imgright{ float: right; }
.imgleft{ float: left; }

/* <<<<<<<<<<<<<<<<<<<<<<<<< Clases/ IDs >>>>>>>>>>>>>>>>>>>>>>>>> */
/*::::::::::::::::::::::::::::::::::::::::::::::::
                 GALERIA
::::::::::::::::::::::::::::::::::::::::::::::::*/
#galeria{
	text-align:center;
}
#galeria ul, #galeria ul li {  margin:5px; padding:0; display: inline; list-style: none;}
#galeria ul { margin:0; padding:0; text-align: center;}
#galeria ul li {width:150px; height:150px; }

#galeria ul img{
	border: 1px solid #000000;
	padding: 2px;
}
#galeria ul a img{
	border: 1px solid #000000;
	padding: 2px;
}
#galeria ul a:hover img{
	padding: 2px;
	border: 1px solid #cccccc;
}
ul#galeria-lista li {
	list-style-image: url(../media/flecha.gif);
	color: #515D2F;
	font-weight: bold;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::
                  NOTICIAS
::::::::::::::::::::::::::::::::::::::::::::::::*/
#lateral h2 {
	font-size: 150%;
	color: #2F737E;
	text-align: center;
}
#lateral p { font-size: 90%;}
/*::::::::::::::::::::::::::::::::::::::::::::::::
                  SOCIOS
::::::::::::::::::::::::::::::::::::::::::::::::*/
#socios{
	width: 760px;
	float: left;
	clear: both;
	background: #D9D9AA url(../media/bg-socios.gif) no-repeat;
}
#socios #centro {
	margin: 30px 15px 0 15px;
	background-color: #FFFFFF;
	padding: 10px;
	border-right: 1px solid #C1E466;
	border-left: 1px solid #C1E466;
}
/*------------------- Submenu -------------------*/
#navcontainer ul {
	padding: 0;
	margin: 0;
	background-color: #10757A;
	color: White;
	float: left;
	width: 100%;
}
#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	padding: 0.2em 0.4em;
	background-color: #10757A;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover {
	background-color: #00A2AD;
	color: #fff;
} 
/*------------------- Info -------------------*/
.sub-info {
	
}
/*------------------- Otros -------------------*/
.pad-micro { padding: 0.1% 0.3% 0.1% 0.3%; }
.pad-small { padding: 0.3% 1% 0.3% 1%; }
.pad-medium { padding: 1% 2% 1% 2%; }
.pad-big { padding: 2% 5% 2% 5%; }

.limpiar { clear: both; }

.right{ text-align: right; }
.left{ text-align: left; }
.center{ text-align: center; }
.justify{ text-align: justify; }

.info { margin: 5px; padding: 5px; background: #fef8d9; color: #CC6633; border: 1px solid #eca; }
.procesando { margin: 5px; padding: 5px; background: #fef8d9; color: #977; border: 1px solid #eca; }

.box_correcto {
	color: #000000;
	border: 1px dotted #009900;
	text-align: center;
	padding: 10px;
	margin: 10px;
}
.correcto  { color: #009900; font-weight: bold;}
a.correcto:link, a.correcto:visited, a.correcto:hover { color: #009900; }
.box_error {
	color: #000000;
	border: 1px dotted #FF0000;
	text-align: center;
	padding: 10px;
	margin: 10px;
}
.error  { color: #FF0000; font-weight: bold;}
a.error:link, a.error:visited, a.error:hover { color: #FF0000; }
#error  {
	width: 300px;
   height: 140px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -70px 0 0 -150px;
	border: 1px solid #FF0000;
	background-color: #EEEEEE;
	color: #000000;
}
/*:::::::::: Validación formularios wForms ::::::::::*/

/* ==================== */
/* Field w/ a validation error */
input.error, select.error { border: 1px solid #FF0000; }
.errFld {
	border: 1px solid #F00;
	float: left;
}
/* Styling for message associated with a validation error. */
.errorMsg { /* deprecated since wForms v0.92 */
	color: #CC3333 !important;
	display: inline;
}
.errMsg {	
	color: #CC3333 !important;
	display: block;
}