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

body{
	margin:0;
	padding:0;
	background:/*url(../images/plantilla/body.png)*/#8acf1a;
	}

#wrap{
	width:100%;
	height:1000px;
	overflow:auto;
	margin:0 auto;
	}
#header{
	width:100%;
	height:212px;
	background:url(../images/plantilla/header.png);
	}
#content{
	width:100%;
	height:659px;
	
	}
#footer{
	width:100%;
	height:129px;
	background:url(../images/plantilla/footer.png);
	}
/*-------------------------------------------------------------------------------------------------------------------------------------*/

#header_caja{
	margin: 0 auto;
	/*background:#00CC33;*/
	width:1200px;
	height:212px;
	}
#content_caja{
	margin: 0 auto;
	background:url(../images/plantilla/content.png) no-repeat;
	width:1200px;
	height:667px;
	
		font-family:Arial, Helvetica, sans-serif;
		font-size:medium;
		color:#053101;
	}
	
#footer_caja{
	margin: 0 auto;
	/*background:#00CC33;*/
	width:1200px;
	height:129px;
	text-align:center;
	color:#4e7909;
	font-family:Arial, Helvetica, sans-serif;
	overflow:auto;
	}
	.mlg{margin-top:30px;font-size:small;}
	#footer_caja p{margin-left:380px;text-align:center;}
	.asoc{font-weight:bold;}
	#footer_caja a{color:#4e7909;}
	
/*-------------------------------------------------------------------------------------------------------------------------------------*/

/* HEADER */

#logo{
	width:388px;
	height:186px;
	background:;
	float:left;
	margin-left:75px;
	}
#nav{
	width:614px;
	height:63px;
	/*background:#FF66FF;*/
	float:left;
	margin-top:12px;
	/*overflow:auto;*/
	}
	#socialmedia{
	z-index:1;
	position:absolute;
	width:90px;
	height:30px;
	/*background:#FF9900;*/
	margin:108px 0 0 430px;
	display:block;
	overflow:auto;
	*width:120px;
	*height:35px;
	}
		#socialmedia img{border:0px;}
#arbolito{
	width:614px;
	height:138px;
	/*background:#FF6699;*/
	float:left;
	position:relative;
	z-index:0;
	}
	.arbol_logo{
	margin-left:440px;
	}
/*-------------------------------------------------------------------------------------------------------------------------------------*/

/* NAV */

#inicio{
	width:88px;
	height:63px;
	background:url(../images/plantilla/menu/inicio.png);
	float:left;
	cursor:pointer;
	}
	a:hover #inicio{
		background:url(../images/plantilla/menu/inicioh.png);
		}
#asociacion{
	width:176px;
	height:63px;
	background:url(../images/plantilla/menu/asociacion.png);
	float:left;
	cursor:pointer;
	}
	a:hover #asociacion{
		background:url(../images/plantilla/menu/asociacionh.png);
		}
#actividades{
	width:181px;
	height:63px;
	background:url(../images/plantilla/menu/actividades.png);
	float:left;
	cursor:pointer;
	}
	a:hover #actividades{
		background:url(../images/plantilla/menu/actividadesh.png);
		}
#contacto{
	width:169px;
	height:63px;
	background:url(../images/plantilla/menu/contacto.png);
	float:left;
	cursor:pointer;
	}
	a:hover #contacto{
		background:url(../images/plantilla/menu/contactoh.png);
		}
/*-------------------------------------------------------------------------------------------------------------------------------------*/

/* CONTENT */

.sidebar{
	width:586px;
	height:650px;
	margin-top:3px;
	/*background:#66CCFF;*/
	float:left;
	}
.sidebar_caja{
	width:425px;
	height:100%;
	margin-left:15px;
	}
.titulo{
	width:454px;
	height:64px;
	margin:10px 0 0 50px;
	}
	
p{
		margin:15px 0 0 65px;
		width:425px;
		/*font-weight:bold;*/
		}

/*------------------------------------------------------------------------------------------------------------------------------*/
/* SEPARADORES */
.separadorh{
	width:417px;
	height:21px;
	background:url(../images/plantilla/separadores/separador.png);
	margin:10px 0 0 50px;
	}
.separadorv{
	width:27px;
	height:269px;
	background:url(../images/plantilla/separadores/separadorv.png);
	float:left;
	margin-top:200px;
	}
/*--------------------------------------------------------------------------------------------------------------------------------*/
/* SOCIALMEDIA */
a.linkopacity img {
        filter:alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
        -khtml-opacity: 0.5;
}
 
a.linkopacity:hover img {
        filter:alpha(opacity=100);  
        -moz-opacity: 1.0;  
        opacity: 1.0;
        -khtml-opacity: 1.0; 
}
