@charset "utf-8";

.titulo {
	font-size: large;
	font-weight: bold;
}

.subtitulo {
	font-size: medium;
	font-weight: bold;
}

.dpuntos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #cc00cc;
}

.agente{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF3366
}
.rosa12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #cc00cc;
}
.violet12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #993399;
}
.trabajamos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #cc00cc;
}
.titulotraba{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #993399;
}
.tabla {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;	
}

.cerrar {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #993399;
}
.rosa {
	color: #cc00cc;
}
.violet {
	color: #993399;
}
.negro {
	color: #000000;
}
.rojo {
	color: #FF0000;
}