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

/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;

}
p{
	margin-bottom: 10px;
	margin-left:13px;
	margin-right:20px;
	line-height: 16px;
	font-size:16px;

}

/* GENERALES */
body{
	/*background-color: #480f44;*/
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;

}


/* ESTRUCTURA */
#contenedor{
	width:935px;
	margin:auto;

}
/* HEADER */
#header{
	 height:129px;
	 /*margin-left:1px;*/
}

/* BOTONERA */
#botonera{
	width:995px;
	margin:left;
}

#botonera ul li.noselect1{
	background-image: url(images/colabora_off.jpg);
	background-repeat:no-repeat;
	height: 110px;
	width: 340px;
	color: #FFF;
	/*padding-right: 18px;
	padding-left: 18px;
	padding-top:18px;*/
	float:left;
	cursor:pointer;

}
#botonera ul li.noselect1:hover{
	background-image: url(images/colabora_on.jpg);
	width:340px;
	
}
/*#botonera ul li.select{
	height: 136px;
	width: 340px;
	color: #FFF;
	padding-right: 18px;
	padding-left: 18px;
	padding-top:18px;
	float:left;
	margin-right:1px;
	background-image: url(images/colabora_on.jpg);
	text-align:center;
}*/

#botonera ul li.noselect2{
	background-image: url(images/conocemas_off.jpg);
	background-repeat:no-repeat;
	height: 110px;
	width: 255px;
	color: #FFF;
	/*padding-right: 18px;
	padding-left: 18px;
	padding-top:18px;*/
	float:left;
	cursor:pointer;
}

#botonera ul li.noselect2:hover{
	background-image: url(images/conocemas_on.jpg);
	width:255px;
	
}

#botonera ul li.noselect3{
	background-image: url(images/compartir_off.jpg);
	background-repeat:no-repeat;
	height: 110px;
	width: 340px;
	color: #FFF;
	/*padding-right: 18px;
	padding-left: 18px;
	padding-top:18px;*/
	float:left;
	cursor:pointer;
}

#botonera ul li.noselect3:hover{
	background-image: url(images/compartir_on.jpg);
	width:340px;
	
}

/* CONTENIDO */

.fondo_cont{
	width:935px;
	height:1200px;
	background-image:url(images/paginas_background.jpg);
	background-repeat:repeat-y;

}

.fondo_cont2{
	width:935px;
	height:1800px;
	background-image:url(images/paginas_background.jpg);
	background-repeat:repeat-y;

}

.fondo_cont3{
	width:935px;
	height:250px;
	background-image:url(images/paginas_background.jpg);
	background-repeat:repeat-y;

}
.fondo_cont4{
	width:935px;
	height:1350px;
	background-image:url(images/paginas_background.jpg);
	background-repeat:repeat-y;

}

.footer{
	width:935px;
	height:87px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;

}

.contenido{
	width:935px;
	margin:auto;
	/*padding:110px;*/
	display:none;
}


.texto{
	width:650px;
	margin:auto;

}
.form{
	width:650px;
	margin:auto;

}


.contenido2{
	width:935px;
	margin:auto;
	display:none;
}

.h1{
	font-family: Arial, Helvetica, sans-serifArial; 
	font-size: 20px; 
	color: #ac5c09;
}

.h2{
	font-family:Arial; 
	font-size:12px; 
	color:#3a5713;
}
.h3{
	font-family:Arial; 
	font-size:12px; 
	color:#666;
	line-height: 16px;
}
.h4{
	font-family: Arial, Helvetica, sans-serifArial; 
	font-size: 15px; 
	color: #ffffff;
	font-style:inherit;
	
}

.h5{
	font-family: Tahoma, Geneva, sans-serif; 
	font-size: 13px; 
	color: #ffffff;
	font-style:inherit;
	
}

	
