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

body { margin:0; padding:0;
font-family: 'Signika Negative', sans-serif;
background:url(../image/lineas_bg_body.jpg) bottom center no-repeat;
}

#slideshow {
	width:800px;
	height:350px;
	margin:0 auto;
}

.link_morado {
	bottom: 10px;
	right:0px;
	padding:4px 15px;
	font-weight:bold;
	font-size:22px;
	text-align:left;
	color: #a3171a;
	text-decoration:none;
	width:100%;
}

#link_menu {
     color:#e6b312;
	 text-decoration:none;
	 }

p {
	color:#333;
	font-weight:400;
	font-size:16px;
	line-height:24px;
	}

h1 {
	font-size:24px;
	font-weight:400;
	color:#333;}
	
h2 {
	font-size:24px;
	font-weight7400;
	color:#a71920;
	/*background:url(../image/h2_bg.png) no-repeat left bottom;*/
	margin:0 0 30px 0;
	padding:0 0 20px 20px; }
	
h3 {
	font-size:30px;
	color:#666;
	font-weight:400;
	margin:0 auto;
	padding:0 0 20px 0;
	text-align:center;
	}
	
h4 {
	font-size:22px;
	color:#e6b312;
	font-weight:400;
	margin:0 auto;
	padding:0 0 20px 0;
	text-align:center;
	}
	
#txt_destacado_h1 {
	color:#996699;
	font-weight:700;
	}	
	
#txt_destacado_h2 {
	color:#996699;
	}	
	
#bio {
	float:left; 
	width:380px;
	padding:0 0 50px 0;
	}
	
#bio img {
	margin:0 20px 20px 0;
	}


<!--  datos para la advertencia -->


#advertencia {
	background:url(../image/bg_advertencia.jpg) repeat;
	text-align:center;
	position:fixed;
	top:0;
	
}

#advertencia-text {
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
		margin:100px 30px;
	}


.center_arbustos {
	width:100%;}
	
.arbustos_top {
	background:url(../image/arbusto_bg.png) top right no-repeat;
	position:fixed;
	height:127px;
	width:1024px;
	z-index:3000;}
	

textarea{resize: none};