<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("../assets/css/font-awesome.min.css");
@import url("http://fonts.googleapis.com/css?family=Roboto:100,300,100italic,300italic");

.fa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a6a6a6;
}
.fneg {
	color: #000000;
	font-weight: bold;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a6a6a6;
	background-color: #CC0000;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a6a6a6;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a6a6a6;
	text-decoration: underline;
}
.fabold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}
.mini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}
.titular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #a6a6a6;
}
.titular2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #a6a6a6;
}
.for {

	font-family: Roboto:200;
	font-size: 14px;
	font-weight: normal;
	color: #ebeced;
}
.com {

	font-family: Roboto:200;
	font-size: 16px;
	font-weight: normal;
	color: #a6a6a6;
}
.titular3 {

	font-family: Roboto:200;
	font-size: 18px;
	font-weight: normal;
	color: #a6a6a6;
}
.con2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: normal;
	color: #FF2502;
}
.we {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: normal;
	color: #ebeced;
}
.form{
	font-size: 16px;
	color: #f0f0f0;
	background-color: #515151;
	border: none; 
	border-width: 0; 
}
.formenvio{
font-size: 28px;
	color: #000000;
	background-color: #ffffff;
}
html {
background-color: #0c0c0c;
&lt;!-- background: url(fondo.jpg) no-repeat center center fixed;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
--&gt;
}
.bw {
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.bw:hover {
  -webkit-filter: brightness(1.4);
}
</pre></body></html>