@charset "utf-8";
/* CSS Document */

div#foto_grande{
	width: 210px;
	height: 244px;
	position: absolute;
	top: 230px;
	left: 55px;
}

.pinture{
	margin-bottom: 14px;
}
	
div#descripcion{
	width: 500px;
	height: 2550px;
	position: absolute;
	top: 230px;
	left: 320px;
	background-color: #2A2A2A;
	padding-top: 0px;
	padding-left: 40px;
	padding-right: 40px;
}


div#caracteristicas{
	width: 210px;
	height: 244px;
	position: absolute;
	top: 40px;
	left: 570px;
}

.informacion{
	margin-bottom: 72px;
}

section#contenido{
	width: 100%;
    height: 2750px;
}


#descripcion h3{
	color: #C04D00;
	font-size: 25px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 20px;
}
#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;
}



#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;
}	

