<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin: 0 auto;
	font-size: 1rem;
	font-size: 16px;
}
.camera_wrap .camera_pag .camera_pag_ul {
	text-align: center !important;
	;
}

@font-face {
  font-family: 'Roboto condensed';
  src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

h1,h2,h3,h4
{
	 font-family: 'Roboto condensed' !important;
}

.container {
	margin: 0 auto;
	width: 100%;
}
.container .header {
	padding-bottom: 4%;
}
.header img, .center img {
	max-width: 100%;
	position: relative;
	
	margin-bottom: 10px;
}
.header, .center {
	width: 100%;
	margin: 0px auto;
}
.footer {

	background:#1f1f1f;
	float:left;
	width:100%;
	
}
.header .minheader {
	width: 90%;
	margin: 0 auto;
}
.hide_movil {
	display: block;
}
.hide_desktop {
	display: none;
}
.btn-navbar {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #0e0e0e;
 *background-color: #040404;
	background-image: -moz-linear-gradient(top, #151515, #040404);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
	background-image: -webkit-linear-gradient(top, #151515, #040404);
	background-image: -o-linear-gradient(top, #151515, #040404);
	background-image: linear-gradient(to bottom, #151515, #040404);
	background-repeat: repeat-x;
	border-color: #040404 #040404 #000000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	border: solid 2px #000000;
}
.icon-bar {
	display: block;
	width: 18px;
	height: 2px;
	background-color: #f5f5f5;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	margin-top: 2px;
	margin-bottom: 2px;
}
.btn {
	display: inline-block;
 *display: inline;
	padding: 5px 12px;
	margin-bottom: 0;
 *margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
 *background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
 *border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
 *zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color: #333333;
	background-color: #e6e6e6;
 *background-color: #d9d9d9;
}
.btn:active, .btn.active {
	background-color: #cccccc \9;
}
.btn:first-child {
 *margin-left: 0;
}
.btn:hover, .btn:focus {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.active, .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.menup {
	float: right;
	margin-top: 7px;
}
.header .minheader img {
	height: 15%;
	width: 15%;
	float: left;
	/*margin-left: 10%;*/
	border: none;
}
.logo2 {

/*	margin-top: 10px !important;*/
}
.header .bienvenido {
	width: 80%;
	position: absolute;
	top: 25%;
	left: 10%;
	display: inline-block;
}
.header h1 {
	font-family: 'Roboto condensed';
	color: #d3ccc7;
	font-size: 48px;
	font-size: 3rem;
	font-style: normal;
	font-weight: 100;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 8%;
}
.header h1 span {
	 font-family: 'Roboto condensed';
	color: #8c302a;
}
#galeria {
	margin: 0 auto 0 auto;
	width: 100%;
}
.header .bienvenido .tit, .center .articulo, .center .articulo .tit {
	width: 100%;
	text-align: center;
}
.header .bienvenido .linea {
	background: url(../img/linea.png) no-repeat;
	width: 25% !important;
	height: 2px;
}
.header .bienvenido span.li {
	margin-top: -9%;
}
.header .bienvenido .tit h2 {
	width: 100%;
	text-align: center;
	color: #b24942;
	 font-family: 'Roboto condensed';
	font-size: 30px;
	font-size: 1.87rem;
	font-weight: 100;
	text-transform: uppercase;
	float: left;
}
.header .bienvenido .tit h2 span {
	text-align: center;
}
.header .bienvenido .texto {
	width: 60%;
	margin: 3% auto;
	text-align: center;
	color: #c7c5c5;
	font-family: Helvetica;
	font-size: 18px;
	font-size: 1.125rem;
}
.header .toph {
	width: 100%;
	/*height:140px;*/
	background: #FFF;
	/*float:left;*/
	margin: 0;
	position: static;
	float: left;
	z-index: 10;
}
.partesli {
	float: left;
	width: 100%;
}
.descripcion {
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
}
.poliza {
	/*background: url(../img/poliza.jpg) no-repeat;*/
	float: left;
	width: 100%;
	background: #f4f3f4;
	border-top: 1px solid #e3e3e3;
	-webkit-box-shadow: 0px -2px 2px rgba(227, 227, 227, 0.5);
	-moz-box-shadow: 0px -2px 2px rgba(227, 227, 227, 0.5);
	-o-box-shadow: 0px -2px 2px rgba(227, 227, 227, 0.5);
	-ms-box-shadow: 0px -2px 2px rgba(227, 227, 227, 0.5);
	box-shadow: 0px -2px 2px rgba(227, 227, 227, 0.5);
	margin-top: 1px;
}
.center .articulo {
	float: left;
	width: 100%;
	position: relative;
	/*margin-bottom: 20px;*/
	/*padding-top: 15px;*/
}
.poliza .tit h3 {
	color: #9d0a0a;
	font-weight: bold;
}
.poliza .partebutton {
	padding-top: 40px;
	border-top: 2px solid #9d0a0a;
	background: #FFF;
	padding-bottom: 40px;
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
	-o-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
	-ms-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
}
.poliza .partebutton h4 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}
.poliza .partebutton .buttonsol {
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background: -moz-linear-gradient(center top, #ec0001, #ba0000);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ec0001), to(#ba0000));
	background: -webkit-linear-gradient(linear, #ec0001, #ba0000);
	background: -ms-gradient(linear, 0% 0%, 0% 100%, from(#ec0001), to(#ba0000));
	background: -o-gradient(linear, 0% 0%, 0% 100%, from(#ec0001), to(#ba0000));
	background: linear-gradient(linear, 0% 0%, 0% 100%, from(#ec0001), to(#ba0000));
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 2%;
	padding-right: 2%;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	display: inline-block;
	text-transform: none !important;
}
.poliza .polizacontainer:hover {
	-webkit-box-shadow: 0px -4px 5px rgba(157, 10, 10, 1) !important;
	-moz-box-shadow: 0px -4px 5px rgba(157, 10, 10, 1) !important;
	-o-box-shadow: 0px -4px 5px rgba(157, 10, 10, 1) !important;
	-ms-box-shadow: 0px -4px 5px rgba(157, 10, 10, 1) !important;
	box-shadow: 0px -4px 5px rgba(157, 10, 10, 1)!important;
	border: 1px solid #9d0a0a !important;
}
.poliza .polizacontainer {
	border: 1px solid #dedede;
	width: 90%;
	margin: 4%;
	padding: 1%;
	padding-top: 2%;
	padding-bottom: 2%;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-ms-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: 0px -4px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px -4px 5px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0px -4px 5px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px -4px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0px -4px 5px rgba(0, 0, 0, 0.5);
	-webkit-transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
	-o-transition: 0.5s ease-in;
	transition: 0.5s ease-in;
	background: #FFF;
}
.poliza .polizacontainer .subtitulo1 {
	color: #343434;
	font-weight: bold;
	font-size: 15px;
}
.poliza .polizacontainer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-top: 10px;
	line-height: 130%;
	text-align:justify;
}
.poliza .polizacontainer ul li {
	margin-bottom: 5px;
}
.center .articulo .tit h3 {
	width: 100%;
	color: #b24942;
	font-family: Helvetica;
	font-size: 25px;
	font-size: 1.56rem;
	font-weight: bold;
	position: relative;
}
.tit h2 span.ll, .tit h2 span.lr {
	background-color: #fff !important;
	margin: 2% 2% 0 0 !important;
}
.center .articulo .tit h3 span.ll, .tit h2 span.ll {
	/*background: rgba(0, 0, 0, 0.18) url(../img/linea.png) no-repeat;*/
	color: rgba(0, 0, 0, 0.18);
	width: 30% !important;
	height: 2px;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	position: relative;
	top: 15px;
}
.center .articulo .tit h3 span.t, .tit h2 span.t {
	width: 28%;
	margin: 0 auto;
	display: inline-block;
}
.center .articulo .tit h3 span.lr, .tit h2 span.lr {
	/*background: rgba(0, 0, 0, 0.18) url(../img/linea.png) no-repeat;*/
	width: 30% !important;
	height: 2px;
	display: inline-block;
	margin: 1% 0 0 2%;
	position: relative;
	top: 15px;
}
#buzon span.lr, #buzon span.ll {
	width: 20% !important;
}
.poliza .tit {
	text-align: center;
	display: inline-block;
}
.center .articulo .texto {
	margin: 3% auto;
	text-align: justify;
	color: #615b5b;
	font-family: Helvetica;
	font-size: 16px;
	font-size: 1rem;
	float: none;
}
.center .articulo .texto span.subtitulo {
	color: #8c302a;
	font-family:"Roboto condensed";
	font-weight:bold;
}
.secciontipos span.subtitulo {
	margin-top: 15px;
	float: left;
	clear: both;
	width: 96%;
	font-weight: bold;
	font-size: 18px;
	padding-left: 4%;
	margin-bottom: 15px;
}
.center p.centro {
	width: 100%;
	margin: 5% auto 4%;
	text-align: center;
}
.center a.boton, .boton {
	cursor: pointer;
	color: #8c302a;
	display: inline-block;
	text-transform: uppercase;
	padding: 1% 3% 1% 3%;
	border: 1px solid #8c302a;
	/*boton*/
	/*border redondeado*/
	
	border-radius: 20px 20px 20px 20px;
	border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
}
.center a.boton1 {
	cursor: pointer;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 1% 3% 1% 3%;
	border: 1px solid #FFFFFF;
	/*boton*/
	/*border redondeado*/
	
	border-radius: 20px 20px 20px 20px;
	border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
}
.center .articulo1 {
	width: 100%;
	top: 1%;
}
.center .articulo2 {
	width: 100%;
}
.center .articulo .texto1 {
	width: 37%;
	text-align: justify;
	color: #fefefe;
	font-family: Helvetica;
	font-size: 13px;
	font-size: 0.81rem;
	float: left;
	margin-left: 12%;
}
.center .articulo .texto2 {
	width: 39%;
	text-align: justify;
	color: #fefefe;
	font-family: Helvetica;
	font-size: 13px;
	font-size: 0.81rem;
	float: left;
	margin-left: 5%;
}
.center .articulo .texto1 span.subtitulo1, .center .articulo .texto2 span.subtitulo1 {
	color: #fbd6d6;
}
.center p.centro1 {
	width: 100%;
	text-align: center;
	padding-top: 2%;
	padding-bottom: 2%;
	clear: both;
}
.center .articulo3 {
	width: 100%;
	margin: 0 auto;
}
.center .articulo .texto3 {
	width: 28%;
	text-align: left;
	float: left
}
.center .articulo .texto3 img {
	width: 80%;
	text-align: left;
	margin-left: 5%;
}
.center .articulo .texto4 {
	width: 60%;
	text-align: justify;
	color: #615b5b;
	font-family: Helvetica;
	font-size: 16px;
	font-size: 1rem;
	float: left;
}
.gen p {
	color: #615b5b;
	font-family: Helvetica;
	ont-size: 16px;
	font-size: 1rem;
}
.center .articulo .tit h3.raya span.ll, .center .articulo .tit h3.raya span.lr {
}
.center .articulo .tit .lr1 {
	right: 20% !important;
	top: 3%;
}
.footer .menu {
	width: 100%;
	text-align: center;
	border-top: #8c302a 1px solid;
	border-bottom: #8c302a 1px solid;
	padding-top: 2%;
	padding-bottom: 2%;
	float: left;
}
.footer .menu ul {
	text-transform: uppercase;
	float: none !important;
	margin: 0px auto;
	padding: 0px;
	width: auto !important;
	font-family: Helvetica;
	font-size: 18px;
	font-size: 1.125rem;
	color: #8c302a;
	display: inline;
}
.footer .moduletable {
	text-align: center;
}
.footer .menu li {
	padding-right: 3%;
	list-style: none;
	float: none !important;
	display: inline-block;
}
.footer .menu a, .footer .menu li a:hover {
	color: #FFF;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
}
p.pie {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	color: #FFF;
	font-family: Helvetica;
	font-size: 15px;
	font-size: 0.937rem;
	text-align: center;
	margin-top: 1%;
	clear: both;
	margin-bottom: 15px;
}
.header .menu {
	float: left;
	width: 69%;
	margin-left: 1%;
	margin-top: 1%;
	text-align: center;
}
.header .menu ul {
	text-transform: uppercase;
	float: none !important;
	margin: 0 auto;
	padding: 0;
	width: auto !important;
	font-family: Helvetica;
	font-size: 12px;
	font-size: 0.75rem;
	color: #8c302a;
	display: inline;
}
.header li i {
	/*border: 1px solid #4e4640;*/
	/*border redondeado*/
	
	/*border-radius: 50px 50px 50px 50px;
	-webkit-border-radius: 50px 50px 50px 50px;
	border-radius: 3.125rem 3.125rem 3.125rem 3.125rem;
	-moz-border-radius: 3.125rem 3.125rem 3.125rem 3.125rem;
	-webkit-border-radius: 3.125rem 3.125rem 3.125rem 3.125rem;*/
}
.header .fa {
	/*padding: 15px;*//* border:1px solid #4e4640;
			 border:0.0625 solid #4e4640;*/
}
.header .menu li {
	padding-right: 1%;
	list-style: none;
	float: none !important;
	text-align: center;
	display: inline-block;
	height: 110px;
	vertical-align: top;
	/*width: 75px;*/

}
.header .menu a {
	color: #000;
	text-decoration: none;
	font-family: "Roboto condensed";
	font-size: 13px;
	font-weight: Bold;
}
.header .menu li a:hover {
	color: #666;
	text-decoration: none;
}
.buzon {
	margin: 2% 0 2% 10%;
	width: 80%;
	float: left;
}
.contact-form, .contact-links, .contact-misc, .contact-image, .contact-contactinfo, .contact-address {
	margin: 20px 0px;
}
form {
	margin: 0px 0px 18px;
	padding: 0px;
	border: 0px none;
	outline: 0px none;
	vertical-align: baseline;
	background: none repeat scroll 0% 0% transparent;
}
fieldset {
	border: 1px solid rgb(221, 221, 221);
	margin: 10px 0px;
	padding: 20px;
	border-radius: 5px 5px 5px 5px;
}
legend {
	font-weight: bold;
	padding: 5px 10px;
}
label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
	cursor: pointer;
}
label {
	color: #8c302a;
	margin-bottom: 5px;
	max-width: 90%;
	display: block !important;
	font-weight: normal !important;
}
.form-search input, .form-search textarea, .form-search select, .form-search .help-inline, .form-search .uneditable-input, .form-search .input-prepend, .form-search .input-append, .form-inline input, .form-inline textarea, .form-inline select, .form-inline .help-inline, .form-inline .uneditable-input, .form-inline .input-prepend, .form-inline .input-append, .form-horizontal input, .form-horizontal textarea, .form-horizontal select, .form-horizontal .help-inline, .form-horizontal .uneditable-input, .form-horizontal .input-prepend, .form-horizontal .input-append {
	display: inline-block;
	margin-bottom: 0px;
	vertical-align: middle;
}
input, textarea {
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.center .mapa {
}
#fcontacto {
	width: 60% !important;
	margin: 0 auto !important;
}
.component {
	margin: 0 auto !important;
	margin-top: 20%;
	width: 95%;
	clear: both;
}
.component img {
	max-width: 100%;
}
.page-header {
	text-align: center;
}
a {
	text-transform: uppercase;
	color: rgb(178, 73, 66);
	font-family: "Roboto condensed";
	font-weight: 100;
	text-decoration: none;
}
.items-leading, .items-row, .item-page, .contact {
	padding: 10px 40px;
	overflow: hidden;
	margin-bottom: 10px;
}
.item-page {
	padding: 0px !important;
}
#fcontacto p {
	margin: 0 auto;
	width: 70%;
}
.miniarticulo {
	width: 80% !important;
	margin: 0 auto;
	float: none !important;
	clear: both;
}
.miniarticulo fieldset legend {
	display: block;
	padding: 0px;
	font-size: 21px;
	color: #333;
	border-width: 0px;
	margin: 0px;
	width: auto;
	color: #8C302A;
	padding: 10px;
}
.miniarticulo fieldset label {
	text-align: left;
}
.groupcontact {
	width: 100%;
	float: left;
}
.groupcontact .subgroup {
	float: left;
	width: 48%;
	padding: 1%;
}
input[type="text"], input[type="email"] {
	margin-bottom: 10px;
}
input[type="text"], input[type="email"], textarea {
	border: 1px solid #d3ccc7;
	width: 96%;
	padding: 2%;
	color: #9a9a9b;
}
select {
	border: 1px solid #d3ccc7;
	padding: 8px;
	color: #bd6a65;
	font-size: 130%;
}
#fcontacto select {
	margin-bottom: 10px;
}
.camera_caption &gt; div {
	background: none !important;
}
.camera_caption {
	top: 45%;
	text-align: center;
}
.camera_caption_title {
	font-size: 400%;
	color: #FFF;
}
.camera_caption_desc {
	font-size: 200%;
	color: #8C302A;
	margin-top: 30px;
}
.cameraSlide img {
	margin-top: 0px !important;
}
#toTop {
	font-size: 1em;
	left: 0px !important;
}
.header .imglinks {
	text-align: center;
}
.header .imglinks img {
	width: 45px;
	height: 45px;
	padding: 10px;
	float: none;
	margin: 0;
}

.header .menu li.separator
{
	display:none;
}
.onfixed
{
	height: 120px;
}

.onfixed .menu ul li
{
	margin-top:20px;
}

.header .onfixed .menu li.separator
{
	display:inline-block;
	margin-top:23px;
}

.logo
{
	margin-top: 3px;
}

.onfixed .logo
{
	margin-top: -20px !important;
}

.onfixed .logo2
{
	/*margin-top: 0px !important;*/
}

.onfixed .menu
{
	margin-top: 0px;
}

.logoder
{
	margin-top: -15px;
}


.onfixed .imglinks img
{
	display:none;
}


.camera_pag {
	clear: both;
	display: inline-block;
	text-align: center;
	width: 100%;
	float: left;
}
p.centro {
	text-align: center;
}
.footerfinal {
	width: 100%;
	float: left;
	color:#FFF;
}
.footerfinal .moduletable {
	float: left;
	text-align: justify;
	color: #FFF;
	font-family: Helvetica;
	font-size: 1rem;
	padding: 1%;
	margin-left: 4%;
}
.footerfinal h3 {
	color: #B24942;
	font-family: Helvetica;
	font-size: 1.56rem;
	font-weight: 100;
	text-transform: uppercase;
}
.secciontipos {
	background: #9d0a0a;
	margin-top: 20px;
}
.secciontipos p, .secciontipos span, .secciontipos i, .secciontipos ul li {
	color: #FFF !important;
}
.secciontipos ul {
	padding: 0px;
	margin: 0px;
}
.secciontipos ul ul {
	margin-left: 20px;
}
.secciontipos ul li {
	list-style: none;
	margin-left: 0px;
	margin-bottom: 5px;
}
.secciontipos ul li li {
	list-style: inside;
	margin-bottom: 0px;
}
.titleconsub {
	float: none;
	margin: 0 auto;
	text-align: center;
	border-bottom: #d80404 2px solid;
	color: #FFF;
	padding-bottom: 20px;
	font-weight: bold;
}
.partequest {
	font-size: 5.2em;
	text-align: center;
	padding-top: 35px;
}
.contengimg {
	text-align: center;
}
.tipopart {
	text-align: center;
}
.tipopart i {
	font-size: 6em;
}
.tipopart h4 {
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
}
.tipopart p {
	text-align: center;
	line-height: 100%;
}
.conjuntpart {
	margin-top: 30px;
	margin-bottom: 30px;
}
.separator .sepa {
	width: 2px;
	margin: 0 auto;
	margin-top: 40%;
	height: 100px;
	border-right: #d80404 2px solid;
}
.costos {
	background: url(../img/newsite/backparallax.jpg) no-repeat;
	background-size: cover;
	padding-bottom: 30px;
	background-attachment: fixed;
	padding-top: 40px;

	
}
.costos p, .costos span, .costos i, .costos ul li, .costos * {
	color: #FFF !important;
}
.costos h3, .costos h4 {
	line-height: 120%;
	font-weight: bold;
}
.costos h4 {
	float: left;
	clear: both;
	width: 96%;
	text-align: left;
	font-size: 20px;
	padding-left: 4%;
}
.costos p {
	float: left;
	width: 96%;
	text-align: justify;
	font-size: 18px;
	padding-left: 4%;
}
.costos p string {
	font-weight: bold;
}
.costos .botoncosto {
	border-radius: 15px 15px 15px 15px;
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	-moz-border-radius: 15px 15px 15px 15px;
	background: #FFF;
	color: #922a25 !important;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	display: inline-block;
	margin-top: 10px;
}

.contacto a
{
color:#000;
font-weight:bold;
text-transform:none;	
}
.contacto .tit
{
	margin-bottom: 40px;
}

.subfooter
{
		width: 80%;
	margin: 0px auto;
}
.partetophea
{
	float:left;
	width:100%;
}

.partetophea .infodia
{
	float:right;
	width:10%;
	text-align:right;
}
.botonescenter
{
	width:80%;
	text-align:center;
	float:left;
}
.botonescenter ul li
{
	list-style:none;
	text-align:center;
	display:inline-block;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:5px;
	padding-top:5px;
	background:#a42b23;
	color:#FFF;
	font-size:13px;
	text-transform:none !important;
	
	border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.8);
	-o-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.8);
	-ms-box-shadow:0px 1px 5px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.8);
}
.botonescenter ul li a 
{
	color:#FFF;
	font-weight:normal;
	font-size:12px;
}
.redess
{
	width:10%;
	float:left;
}

.redess ul
{
	padding:0px;
}

.onfixed .descargaapp
{
	display:none;
}

.onfixed .descargaa a
{
	font-size:1.2em;
}

.descargaa
{
	width:100%;
	text-align:left;
}
.redess ul li
{
	list-style:none;
	float:left;
	border:none;
	margin-right:5px;
	font-size:0.8em;
	font-family:"Roboto condensed" !important
}
.redess ul li a
{
	color:#090;
	font-size:1.5em;
}

.redess ul li a.apple
{
	color:#999;
}

.descargaa
{
	
}

.redess ul li a:hover
{
	color:#B24942;
}

.ppbtn
{
	padding: 0px;
	background-image: url("http://legalglobalconsulting.com/magno-evento-inmobiliario/imag/pagar-paypal.png") ;
	background-color: white;
	border: 0px;
	box-shadow: 0px;
	width: 171px;
	height: 50px;
}

.minired
{
	width:26px;
	height:26px;
	display:inline-block;
}
.gicon
{
	background:url(../img/Social-Icons-lgc/g-icon-reposo.png) no-repeat;
}
.gicon:hover
{
	background:url(../img/Social-Icons-lgc/g-icon-activo.png) no-repeat;
	
}

.youicon
{
	background:url(../img/Social-Icons-lgc/you-icon-reposo.png) no-repeat;
}
.youicon:hover
{
	background:url(../img/Social-Icons-lgc/you-icon-activo.png) no-repeat;
	
}

.faicon
{
	background:url(../img/Social-Icons-lgc/f-icon-reposo.png) no-repeat;
}
.faicon:hover
{
	background:url(../img/Social-Icons-lgc/f-icon-activo.png) no-repeat;
	
}

.pol a 
{
	color:red !important;
	font-family:Helvetica !important;
}

.newsletter .modns
{
	background: #000!important;
	color: #D3CCC7 !important;
	border: 1px solid #9A9A9B !important;
	padding: 5px !important;
}

.newsletter .button 
{
	color:#F00 !important;
	border: 1px solid #9A9A9B !important;
}
.newsletter .inputbox 
{
	width: 80%;
}
.pie a 
{
	text-transform:none !important;
	font-family:Helvetica !important;
}

.tablapart
{
	border:1px solid  #9D0A0A;
}

.tablapart th
{
	background:#9D0A0A;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}</pre></body></html>