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

body {
	background-color: #091738;
	margin: 0px;
}
.centrado {
	position: absolute;
	height: 160px;
	width: 360px;
	top: 35%;
	left: 35%;
}

.grande_naranja {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #cea639;
	text-decoration: none;
}
.grande_chico {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #cea639;
	text-decoration: none;
}
.texto_telefonos {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #CCC;
	text-decoration: none;
}
.texto_mail {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}
.texto_mail a:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}
.texto_mail a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #999;
	text-decoration: none;
}
