@charset "UTF-8";


/* GENERAL */

*{
	margin: 0px;
	
}

a {
	display: inline;
	color: #173441;
	margin-top: 10px;
}

a:link, a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	border: none;
	border-color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}


body{
	background:url(img/fondo.jpg) top no-repeat;
}



#contenedordelaweb {
	height:510px;
	margin:0 auto;
	position:relative;
	text-align:left;
	width:935px;
}


/* CABECERA */

	


#cabecera {
	width:935px;
	height:55px;
	text-align:left;
	float: right;
	margin-top: 166px;
}

#ruedas {
	width:935px;
	height:55px;
	text-align:left;
	float: right;
	margin-top: 20px;
	background-image: url(img/ruedas.jpg);
	background-repeat: no-repeat;
}

#ruedas h1 {
	width:100px;
	height:20px;
	text-align:left;
	float: left;
	margin-top: 32px;
	padding-left: 74px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #98c8e0;
}

#ruedas h2 {
	width:100px;
	height:20px;
	text-align:left;
	float: left;
	margin-top: 32px;
	padding-left: 1px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #3075ae;
}



	/*  FIN CABECERA */
	
	
	/* CUERPO*/
	
	
	
#info {
	width:410px;
	height:200px;
	text-align:left;
	float: left;
	margin-top: 10px;
}

#info h1 {
	height:20px;
	text-align:left;
	float: left;
	margin-top: 23px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #0b2a37;
	font-weight: lighter;
}
	
	
#info h2 {
	height:20px;
	text-align:left;
	float: left;
	margin-top: 23px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #515f6d;
	margin-left: 7px;
}


#info h3 {
	height:20px;
	text-align:left;
	float: left;
	margin-top: 32px;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #0b2a37;
	font-weight: lighter;
	width: 300px;
}

#info p {
	height:20px;
	text-align:left;
	float: left;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #515f6d;
	width: 160px;
}
	
	
	
	
	/* PIE */
	

#pie {
	margin:0 auto;
	position:relative;
	text-align:left;
	width:935px;
	height: 80px;
	margin-top: 12px;
	background-repeat: no-repeat;
}

#pie p{
	font-size: 0.7em;
	text-align:left;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color:#666a6d;
	font-weight: lighter;
	width: 300px;
	float: left;
	padding-top: 3px;
	margin-left: 10px;
	height: 20px;
}


#pie img{
	font-size: 0.7em;
	font-weight: lighter;
	float: left;
	padding-top: 3px;
	border-color: #FFFFFF;
}

	/* FIN PIE */
