#fondo{
	border: solid 1px black;
	border-radius: 10px;
	margin: 100px auto;
	height: 462px;
	width: 1000px;
	margin-top: 200px;
}

#logo{
	margin-top: 30px;
	margin-bottom: 25px;
	margin-left: 95px;
}

#imagen{
	border-radius: 10px;
	display: block;
	float: right;
	text-align: center;
	margin-right: 90px;
}

#navegacion{
	display: inline-block;
	float: right;
	list-style-type: none;
	margin-right: 75px;
	margin-top: 0px;
}

#navegacion li{
	display: inline-block;
	list-style-type: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin-right: 20px;
	margin-top:0px;
}

#navegacion li a{
	display: inline-block;
	list-style-type: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: black;
	text-decoration: none;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 10px;

}

#navegacion li a:hover{
	display: inline-block;
	list-style-type: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: black;
	text-decoration: none;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 10px;
}


#este{
	display: inline-block;
	padding-top: 30px;
	border-top: 8px solid #F7931E;
}

#blacky{
	background-color: black;
	border-radius: 10px;
	width: 285px;
	margin-left: 98px;
	padding: 15px;
	float: left;
	margin-right: 10px;
	height: 255px;
}

p{
	font-family: "Calibri", Helvetica, Lucida Sans Unicode, Arial, Verdana;
	font-weight: 100;
	color: white;
	font-size: 12px;
	text-align: justify;
	line-height: 1.5;
}

h1{
	font-family: "Calibri", Helvetica, Lucida Sans Unicode, Arial, Verdana;
	font-weight: 450;
	text-transform: uppercase;
	color: white;
	font-size: 16px;
	margin-top: 1px;
}

#carousel {
        width: 486px;
        overflow:hidden;
        height: 285px;
        margin-left: 5px;
}

#carousel ul {
        width: 1920px;
        padding: 0;
        margin: 0;
        list-style-type: none;
}

#carousel ul li {
        width:486px;
        text-align: center;
        height: 285px;
        float: left;
}

#carousel ul li img{
	border-radius: 10px;
	display: block;
	float: left;
	text-align: center;
	height: 285px;
	
}