@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../windsurf-1600x1200.jpg);
	background-color: #1f191b;
	background-repeat: no-repeat;
	
}
.container {
	background-color: #CCC;
	width: 900px;
	margin: 0 auto;
}
#navegacion {
	background-color: #1f191b;
	float: left;
	width: 900px;
	clear: both;
}
.logo {
	background-color: #1f191b;
	height: 59px;
	width: 450px;
	float: left;
}
.cabecera {
	background-color: #1f191b;
	width: 450px;
	float: left;
	height: 59px;
}
.container .cabecera p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	margin-left: 0px;
	color: #ff5202;
	padding-left: 200px;
}
#foto {
	background-color: #FFF;
	width: 900px;
	float: left;
	margin-top: 5px;
}

#marcas {
	float: left;
	width: 150px;
	margin-right: 0px;
	margin-top: 5px;
}
#nosotros {
	background-color: #1F191B;
	float: left;
	width: 490px;
	margin-top: 5px;
	margin-right: 3px;
	padding-left: 2px;
	padding-right: 2px;
}

#marcas img {
	float: left;
	width: 130px;
	margin-left: 5px;
	margin-top: 2px;
}
.titulo {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #ff5202;
	background-color: #1f191b;
	text-align: center;
}
#noticias {
	background-color: #1f191b;
	width: 252px;
	float: left;
	margin-top: 5px;
	margin-right: 0px;
}

#pie {
	background-color: #1f191b;
	clear: both;
	float: left;
	width: 900px;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #ff5202;
	border-right-color: #ff5202;
	border-bottom-color: #ff5202;
	border-left-color: #ff5202;
	height: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#pie .titulo {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.letra {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
