@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: 30px;
	margin-right: 30px;
}
.salsas:hover{
	color: #FFFFFF;
}

div#foto_grande{
	width: 210px;
	height: 244px;
	position: absolute;
	top: 250px;
	left: 45px;
}

.pinture{
	margin-bottom: 30px;
}


div#descripcion{
	width: 500px;
	height: 700px;
	position: absolute;
	top: 220px;
	left: 330px;
	background-color: #2A2A2A;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 40px;
}


#descripcion h3{
	color: #C04D00;
	font-size: 25px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 30px;
}
#descripcion p3{
	color: #FFFFFF;
	font-size: 15px;
	text-align: center;
}

.ingles{
	color: #C8C8C8;
	font-size: 12px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 40px;
}


div#caracteristicas{
	width: 280px;
	height: 353px;
	position: absolute;
	top: 290px;
	left: 875px;
}

.informacion{
	margin-bottom: 85px;
}

section#contenido{
	width: 100%;
    height: 970px;
}