.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 30px;
	color: #777777;
}
.texto2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #777777;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 30px;
	color: #777777;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #006188;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006188;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	color: #009544;
	line-height: 50px;
	margin-top: 0px;
	margin-bottom: 16px;
}
.text-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	line-height: 24px;
	font-style: normal;
	font-weight: lighter;
}
.text-legal {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #BFBFBF;
	line-height: 24px;
	font-style: normal;
	font-weight: lighter;
}
.texto-menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #E6E7E9;
}
.text-white {
	color: #FFFFFF;
}
.text-red {
	color: #FF0000;
}
.text-clear-blue {
	color: #4BABDF;
}
.text-gray {
	color: #777777;
}
.text-margin-0 {
	margin: 0px;
}
#phone {
	background-image: url(media/imagenes/icon-phone.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#address {
	background-image: url(media/imagenes/icon-address.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#fax {
	background-image: url(media/imagenes/icon-fax.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#email {
	background-image: url(media/imagenes/icon-email.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#agc {
	top: -15px;
	position: relative;
}
.texto-align-center {
	text-align: center;
}
