/*-fuentes-*/
@font-face {
	font-family: "helv_bd";
	src: url(../fuentes/helv_bd.otf) format("truetype");
} 
@font-face {
	font-family: "helv_li";
	src: url(../fuentes/helv_li.otf) format("truetype");
} 
@font-face {
	font-family: "helv_rom";
	src: url(../fuentes/helv_rom.otf) format("truetype");
}
 /*-img-*/
 img{
	 border:none;
	 }
/*-body-*/
body{
	margin:0px;
	padding:0px;
	height:100%;
	font-family:"helv_rom",Verdana, Geneva, sans-serif;
	background:url(images/fondo.jpg) no-repeat;
	}
/*-titulos-*/	
h1{
	font-size:46px;
	display:block;
	float:left;
	width:550px;
	height:115px;
	margin-left:20px;
	color:#d5764b;
	}
h2{
	color:#ff4a00;
	}
span{
	font-family: "helv_bd" ,Verdana, Geneva, sans-serif;
	}
.logo{
	display:block;
	float:left;
	width:280px;
	margin:50px 0px 0px 150px;
	border-right:#CCC 2px solid;
	}
.grande{
	color:#50772a;
	font-size:65px;
	}
.corta{
	text-decoration:line-through;
	color:#545454;
	}
/*-article-*/
article{
	background:url(images/sombra.jpg) no-repeat top;
	display:block;
	float:left;
	width:780px;
	margin:0px auto;
	}
/*-aside-*/
aside{
	
	display:block;
	width:150px;
	float:left;
	height:435px;
	}
/*-todo-*/
todo{
	display:block;
	 width:1100px;
	 margin:0px auto;
	 background:url(images/fondo1.jpg) no-repeat bottom right ;
	 height:100%;
	}
/*-section-*/
section{
	display:block;
	float:left;
	margin:0px 0px 0px 40px;
	width:210px;
	height:300px;
	}
	
/*-pie-*/
footer{
	display:block;
	float:left;
	text-align:center;
	color:#8fa876;
	font-family: "helv_bd",Verdana, Geneva, sans-serif;
	width:1100px;
	height:83px;
	background:url(images/sombra.jpg) no-repeat top;
}
footer a{
	color:#666;
	text-decoration:none;
	}

