*{
	padding: 0;
	margin: 0 auto;
	list-style: none;
	text-decoration: none;

}

body{
	background: url(../img/fresas2.jpg) no-repeat;
	background-size: cover;
	/*background-position: center center; se puede usar para mover la 
	posicion de la imagen */
	background-position-y:-189px;
}




menu{
	width: 100%;
	height: 70px;

	
	
}


menu li {
	width: 20%;
	height:90px;
	float: left; /* poner li uno al otro */

}


menu li a{
	color: white;
	display: block; /*convertir elemento de linea a elemento de bloque*/
	height: 80px;
	text-align: center;
	line-height: 80px; 
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
}

#log1{
	margin-top:5px;
	margin-left: 40px;;

}



menu li:hover{
	 background:rgba(16,151,35,0.3);
	 border-radius: 100%;

}

menu li:first-child:hover{
	background: none;

}


#divp{
    width: 90%;
    height: 670px;
    background: rgba(255,255,255,0.1);
    margin: 5%;

}




#quieness{
	width: 40%;
	height: 500px;
	background: rgba(0,0,0,0.5);
	margin-left: 7%;
	margin-top: 5%;
	/*border: 0px solid black;*/
	display: inline-block;
	overflow: auto;

	
}

#quieness img{
	width: 300px;
	display:block;
	 margin:0px auto;
	 margin-top: 35px;

}




#quieness h1{
	text-align: center;
	width: 100%;
	color: white;
	margin-top: 30px;
	font-family: 'Oswald', sans-serif;
	font-size: 23px;
}

p{
	color: white;
	font-family: 'Oswald', sans-serif;
	font-size: 19px;
	margin: 10%;
	font-size: 20px;
	margin-top: 30px;
}









body{
    font-size: 100%;
    font-family: 'Helvetica';
}
.slider {
    width: 36%;
    height: 490px;
    /*background: rgba(255,255,255,0.7);*/
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-left: 6%;

}

.carrousel {
    width: 300%;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0%;
    transition: 2s ease-out;
}

.carrousel img{
    width: 33.3%;
    float: left;


}













.social{
	position: fixed;
	left: 0;
	top: 300px;
	z-index:2000;

}

.social ul{
	list-style: none;

}

.social ul li a{
	display:inline-block;
	color: white;
	background: black;
	padding: 10px 15px;
	text-decoration: none;
	
}


.icon-facebook{background:#3b5998 !important;}
 
.icon-Español {background:#9b683f !important;}


.social ul li a:hover{
	padding: 15px 30px;
	background: green;
}


