#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;
	float: left;
}

#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: 0;
}

#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: 40px;
}

h1{
	font-family: "Calibri", Helvetica, Lucida Sans Unicode, Arial, Verdana;
	font-weight: 550;
	text-transform: uppercase;
	color: black;
	font-size: 17px;
	margin-top: 0;
}

h2{
	font-family: "Calibri", Helvetica, Lucida Sans Unicode, Arial, Verdana;
	font-weight: 500;
	color: black;
	font-size: 14px;
	text-align: justify;
}

p{
	font-family: "Calibri", Helvetica, Lucida Sans Unicode, Arial, Verdana;
	font-weight: 100;
	color: black;
	font-size: 14px;
	text-align: left;
}

td{
	font-family: "Calibri", Helvetica, Lucida Sans Unicode, Arial, Verdana;
	font-weight: 100;
	color: black;
	font-size: 14px;
	text-align: left;
	margin-left: 0;
}

img{
	border: none;
}

#info{
	float: left;
	margin-top: 0;
	margin-right: 40px;
}

#contactar{
	float: left;
}

#wrapper{
	margin-top:10px;
	display: inline-block;
	margin-left: 95px;
}

.botones{
	font-family: "Calibri", Helvetica, Lucida Sans Unicode, Arial, Verdana;
	font-weight: 600;
	float: right;
	margin-top: 5px;
}

.campo{
	width: 345px;
	background-color: #ccc;
	border-radius: 5px;
}

.campo2{
	width: 341px;
	border-radius: 5px;
	background-color: #ccc;
	border-bottom: solid 2px #EEE;
	border-right: solid 2px #EEE;
	border-top: solid 2px #9A9A9A;
	border-left: solid 2px #9A9A9A;
}

#info a{
	color: #D0942A;
	font-weight: 600;
}