@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#contenedor {
	width: 993px;
	margin-right: auto;
	margin-left: auto;
	height: 700px;
	background-color: #FFF;
}
#cabecera {
	height: 123px;
	padding-top: 5px;
}
#cuerpo {
	background-color: #FFF;
	width: 993px;
}
#contenedor_titulo {
	font-size: 12px;
	background-color: #FFF;
	height: 60px;
	width: 993px;
	margin-right: auto;
	margin-left: auto;
	line-height: normal;
	padding-top: 3px;
	font-family: "Arial Black", Gadget, sans-serif;
	text-align:center;
	padding-bottom: 3px;
	background-image: url(../img/fondo_titulo.png);
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
}
#titulo {
	top: auto;
	bottom: auto;
	padding-top: 20px;
}
#contenedor_texto {
	background-color: #FFF;
	background-image: url(../img/fondo_texto.png);
	height: 100px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center center;
}
#texto {
	font-family: Arial;
	font-size: 12px;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	width: 750px;
	font-weight: bold;
	text-align: justify;
}
#texto_unete {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#cotesa {
	float: right;
	padding-right: 30px;
	padding-top: 5px;
}
#footer {
	height: 30px;
	width: 993px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/footer.png);
}

#bus1 {
	float: left;
	height: 99px;
	width: 75px;
	padding-top: 20px;
	padding-left: 50px;
}
#texto_bus1 {
	float: left;
	height: 150px;
	width: 350px;
	padding-top: 20px;
	padding-left: 15px;
	font-family: Arial;
	font-size: 10px;
	color: #000;
	text-align: justify;
}
#texto_bus2 {
	font-family: Arial;
	font-size: 10px;
	color: #000;
	text-align: justify;
	height: 150px;
	width: 350px;
	padding-top: 20px;
	padding-left: 15px;
}
#bus2 {
	float: left;
	height: 99px;
	width: 75px;
	padding-top: 20px;
	padding-left: 20px;
}

