<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Roboto&amp;display=swap');

body{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 14px;
}

a {
	color: #bbb;
}

.left {float:left}
.right {float:right}
.wrapp {margin:auto; overflow:hidden}
.align_left {text-align:left}
.align_right {text-align:right}
.align_center {text-align:center}
.align_justify {text-align:justify}

.wrapper {#fff -990px 0 repeat-y}
.wrapper {width:990px}

h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #006;
}
h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #900;
}
h3 {
	font-size: 14pt;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}
p {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
}
cite {
	font-family: 'Roboto', sans-serif;
	font-size: 9px;
	color: #666;
}

.loading-iframe {
    background: url(../../public_html/sitio/imagenes/cargando.gif) no-repeat;
    color:      #555;
    font:       bold 13px tahoma,arial,helvetica;
    text-align: center;
}

/**-------------------------------------------------*/
.col0{
	width: 100%;
	padding: 10px 0 10px 0;
}
.col0wrapp{
	width: 97%;
	margin: 0 auto;
}
.col33{
	width: 33%;
	float: left
}
.col33wrapp{
	width: 95%;
	margin: 0 auto;
}
.col33wrapp h3{
	margin: 0 0 0 15px;
}
.col50{
	width: 49%;
	float: left
}
.col50wrapp{
	width: 95%;
	margin: 0 auto;
}
.border-sup{
	border-top: 1px dotted #fff; 
	margin-top: 10px;
}
.border-inf{
	border-bottom: 1px dotted #fff; 
	margin-bottom: 10px;
}
.border-izq{
	border-left: 1px dotted #fff; 
}
.border-der{
	border-right: 1px dotted #fff; 
}
.img-left{
	float: left;
	margin: 10px;
}
.cmxform{
	padding-left: 40px;
}

#contact .contact-info {
	margin: 40px 0;
}
#contact .contact-info p {
	font-size: 20px;
}
#contact .contact-form .form-control {
	box-shadow: none;
	font-size: 17px;
	margin-bottom: 20px;
	border-radius: 0;
	border: none;
}

#contact_form {
}
#contact_form .formLine{
	float: left;
	margin: 5px 0;
	width: 100%;
	font-size: 13px;
	text-align:left;
}
#contact_form .formLine input, textarea{
	border:1px solid;

}
#contact_form .formLine label.error, label.error{
	color:red;
	padding:0 0 0 10px;
}
#contact_form .formLine input.error,select.error,textarea.error{
	border:1px solid red;
}
#contact_form .formLine .required {
	color:red;
	font-weight:bold;
}
#contact_form .btnformLine{
	float: left;
	margin: 5px 0;
	width: 100%;
	text-align: right;
}
#contact_terms {
	text-align:left;
}
#contact_data p {
	font-size: medium;
}</pre></body></html>