@charset "utf-8";
/* CSS Document */

.creditos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
.borde {
	border: 1px solid #CCCCCC;
}
.contenido {
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	color: #333333;
	text-align: justify;
}
.campos_caja {
	border: 1px dashed #999999;
}

.campos {
	font-family: "Trebuchet MS";
	color: #333333;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	font-weight: normal;
}

.titulos {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #FB5A00;
}
.Subtitulos {
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #FF6600;
}
.lineas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
}

.contenido_ofertas {
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 22px;
	font-weight: normal;
	color: #FF6600;
	text-align: justify;
}
.titulos2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}
.regresar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	cursor:pointer;
	text-decoration: none;
	cursor:pointer;
}
.regresar:hover {
	color: #FF9900;
	cursor:pointer;
}
.regresar:visited{
	color: #FF9900;
	cursor:pointer;
}
.regresar:active{
	color: #FF9900;
	cursor:pointer;
}
.blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #0099CC;
	cursor:pointer;
	text-decoration: none;
	cursor:pointer;
}
.blanc:hover {
	color: #0099CC;
	cursor:pointer;
}
.blanc:visited{
    color: #0099CC;
	cursor:pointer;
}
.blanc:active{
    color: #0099CC;
	cursor:pointer;
}
.emails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #003399;
	cursor:pointer;
	text-decoration: none;
	cursor:pointer;
}
.emails:hover {
	color: #0099FF;
	cursor:pointer;
}
.emails:visited{
    color: #0099FF;
	cursor:pointer;
}
.emails:active{
    color: #0099FF;
	cursor:pointer;
}

