@charset "utf-8";
/* CSS Document */

.textosGris {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	text-align: justify;
}
.textosGrisBold {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	text-align: justify;
}


.textoContactenos {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #404040;
}
.textoContactenosBold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 15px;
	color: #404040;
	position: relative;
}
.textCopyContactenos {
	width: 803px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCC;
	line-height: 13px;
	padding-top: 8px;
}

