@charset "utf-8";
/* CSS Document */

#centrar_contenido h1{
	display: block;
	font-size: 44px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
	padding-left: 0px;
}


.salsas{
	text-decoration: none;
	color: #ED4900;
	font-size: 12px;
	display: block;
	float: right;
	margin-top: 15px;
	margin-bottom: 40px;
	margin-right: 30px;
}
.salsas:hover{
	color: #FFFFFF;
}

div#descripcion{
	width: 500px;
	height: 1000px;
	position: absolute;
	top: 230px;
	left: 295px;
	background-color: #2A2A2A;
	padding-top: 0px;
	padding-left: 60px;
	padding-right: 50px;
	padding-bottom: 50px;
	text-align: center;
}

#descripcion p1{
	color: #FFFFFF;
	font-size: 15px;
}


div#foto_grande{
	position: absolute;
	top: 370px;
	left: 75px;
}

.pinture{
	width: 306px;
	height: 273px;
	background-repeat: no-repeat;
	float: center;
	margin-left: 45px;
	margin-bottom: 30px;
}

section#contenido{
	width: 100%;
    height: 1300px;
	float: center;
}
	
div#ingles{
	color: #C8C8C8;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}

div#informacion{
	position: absolute;
	top:1299px;
	text-align: center;
	float: center;
}
div#informacion p3{
	color: #E04500;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 40px;
	margin-left: 200px;
}
