
}

	body {
	margin: 0px;
	font-family: sans-serif, Arial, Helvetica;
	background-repeat: repeat;
}

img {
	border: 0;
}

p {
	margin: 5px 0px 5px 0px;
}

/* --------------- HEADER --------------- */

#header {
	width: 100%; clear: both;
	box-shadow: 0 0 10px #888888;overflow: hidden;
}

#header #headerContent {
	margin: 0 auto;
	position: relative;
}

@media only screen and (min-width : 320px) {
	#header #headerContent #logo {
		width: 13%;
	}
	
	#header #headerContent #title {
		width: 83%;
	}
}

@media only screen and (min-width : 480px) {
	#header #headerContent #logo {
		width: 11%;
	}
	
	#header #headerContent #title {
		width: 86%;
	}
}

@media only screen and (min-width : 1200px) {
	#header #headerContent #logo {
		width: 9%;
	}
	
	#header #headerContent #title {
		width: 88%;
	}
}

#header #headerContent #logo {
	height: auto;
	float: left;
	margin-left: 1%;
}

#header #headerContent #title {
	height: auto;
	float: right;
	margin: 0% 1% 1% 1%;
}

#header #headerContent #title .heading {
	font-size: 3em;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px gray;
	font-weight: bold;
}

#header #headerContent #title .heading a {
	text-decoration: none;
}

#header #headerContent #subtitle {
	font-size: 1.6em;
}

@media screen and (max-width: 450px) {
	#header #headerContent #subtitle {
		font-size: 0.8em;
	}
	#header #headerContent #title .heading {
		font-size: 1.3em;
	}
}

@media screen and (min-width: 451px) {
	#header #headerContent #subtitle {
		font-size: 1em;
	}
	#header #headerContent #title .heading {
		font-size: 1.7em;
	}
}

@media screen and (min-width: 580px) {
	#header #headerContent #subtitle {
		font-size: 1.2em;
	}
	#header #headerContent #title .heading{
		font-size: 1.9em;
	}
}

@media screen and (min-width: 700px) {
	#header #headerContent #subtitle {
		font-size: 1.4em;
	}
	#header #headerContent #title .heading {
		font-size: 2.2em;
	}
}

@media screen and (min-width: 1000px) {
	#header #headerContent #subtitle {
		font-size: 1.6em;
	}
	#header #headerContent #title .heading {
		font-size: 3em;
	}
}

@media screen and (max-width: 375px) {
	#header #headerContent #socialLinks {
		top: 0px;
	    left: 0px;
	    right: initial;
		width: 78px;
	}
	#header #headerContent #socialLinks .socialLink {
		width: 20px;
		height: 20px;
	}
}

#headerContent #facebookLikeURL {
	position: absolute;
	top: 3px;
	right: 1.5%;
}

#headerContent #socialLinks {
	position: absolute;
	top: 3px;
	right: 4px;
	left: initial;
	width: 76px;
}

#headerContent #socialLinks .socialLink {
	margin: 3px;
	float: left;
}

#headerAd {
	text-align: center;
	margin: 18px auto 10px auto;
	height: 90px;
}


/* --------------- FOOTER --------------- */

#footer {
	margin-top: 20px;
	width: 100%;
	border-radius: 10px 10px 0 0;
}

#footer #footerContent {
	margin: 0px auto;
	text-align: center;
}

#footer #footerContent .text {
	padding: 27px 0px 10px 0px;
	font-family: 'PT Sans Narrow';;
}

#footer #footerContent .disclaimer {
	font-size: 10px;
	width: 70%;
	margin: auto;
	padding-bottom: 7px;
}

#footer #footerContent .disclaimer ul {
    list-style-type: none;
}

#footer #footerContent .contact {
	font-size: 10px;
	width: 70%;
	margin: auto;
	padding-bottom: 7px;
}

#footer #footerContent .policies {
	font-size: 13px;
	padding-bottom: 10px;
}


.ad300{ width: 300px; display: block;margin: 10px auto; }
.ad780{ width: 780px; display: block;margin: 10px auto; }
.container .box {
	overflow: hidden;
	margin-bottom: 20px;
	box-shadow: 2px 2px 14px #888888;
	line-height: 30px;
	width: 100%;
	border-radius: 0 0 10px 10px;
}

.container .row.box {
	margin: 0px 0px 20px 0px;
}

.container .box:hover {
	box-shadow: 4px 5px 15px #888888;
}

/* --------------- BOXHEADING --------------- */
.container .boxHeading {
	text-align: center;
	border-radius: 10px 10px 0 0;
	padding: 8px 0px;
	width: 100%;
	margin-top: 20px;
}

.container .boxHeading h1 {
	font-size: 1.5em
}

.container .boxHeading h2 {
	font-size: 1.3em
}

.container .boxHeading h1,
.container .boxHeading h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin: 1px;
	font-weight: bold;
}

.container .boxHeading .new {
	color: yellow;
}

/* --------------- TEXT --------------- */
.container .box .text.center{text-align: center;}
.container .box .text {
	padding: 4px 8px;
	
	font-size: 16px;
}

.container .box .text ul, .container .box .text ol {
	margin: 16px 0px 5px;
	text-align: left;
}

.container .box .text ul li {
	line-height: 1.3em;
	margin-bottom: 10px;
}

.container .box .subHeading {
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 14px;
	padding: 3px;
	line-height: 19px;
}

.container .bolded {
	font-weight: bold;
}

/* --------------- SOCIAL --------------- */
.container .sharebox {
	display: inline-block;
}

.container .sharebox .whatsappShare {
	display: inline-block;
	vertical-align: bottom;
}

.container .sharebox .whatsappShare img {
	height: 23px;
	width: 23px;
	vertical-align: bottom;
}

.container .sharebox .twitterShare {
	display: inline-block;
	vertical-align: bottom;
	height: 20px;
}

.container .sharebox .facebookShare {
	display: inline-block;
	vertical-align: bottom;
}

/* --------------- CONTROLS --------------- */

.container .box .controls {
	text-align: center;
	padding: 12px 0px 16px 0px;
}

.container .box .controls .button {
	padding: 8px;
	font-size: 1em;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-weight: bold;
	white-space: nowrap;
}

.container .button:hover,  .container .link:hover {
	cursor: pointer;
}

.container .box .controls a.button {
	text-decoration:none;
}

.container .controls .button.disabledBtn {
	background: grey;
}

.container .controls .button.disabledBtn:hover {
	background: grey;
}

.container .controls.inline {
	display: inline;
}

/* --------------- ADS --------------- */

.container .box .ad {
	height: 280px;
}

@media (max-width: 768px) {
	.container .box .ad {
		height: inherit;
	}
}

.container .box .ad.links {
	display: block;
	height: 90px;
	margin-bottom: 20px;
	margin-top: 15px;
}

.container .box .ad.auto {
	height: inherit;
	margin: 0px auto 10px auto;
}

.container .box .ad.horizontal {
	height: 60px;
	margin: 0px 20px 10px 20px;
}

@media (max-width: 1199px) {
	.container .box .ad.horizontal {
		height: 250px;
	}
}

@media (max-width: 767px) {
	.container .box .ad.horizontal {
		height: inherit;
		margin: auto;
	}
}

.mock-link-ad {
	height:90px;
	background: black; 
	color: white	
}

@media(max-width:768px){
	.free-link-ad {
		margin-top: 10px;	
	}
	
	.free-link-ad.no-bottom-content {
		margin-bottom: 15px;
	}
}

@media(max-width:550px){
	.free-link-ad {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	.free-link-ad.no-bottom-content {
		margin-bottom: 10px;
	}
}

@media(max-width:550px){
	.mock-link-ad {
		display:inline-block;
		width:200px;
		height:90px;
		background: black; 
		color: white	
	}
}

@media(min-width:550px){

	.container .box .ad.links {
		height:15px;
	}
	
	.mock-link-ad {
		display:inline-block;
		width:468px;
		height:15px;
		background: red; 
		color: white	
	}
}

@media(min-width:768px){
	
	.container .box .ad.links {
		height:90px;
	}
	
	.mock-link-ad {
		display:inline-block;
		width:200px;
		height:90px;
		background: black; 
		color: white	
	}
}

@media(min-width:992px){
	.mock-link-ad {
		display:inline-block;
		width:200px;
		height:90px;
		background: black; 
		color: white	
	}
}
@media(min-width:1200px){
	.mock-link-ad {
		display:inline-block;
		width:200px;
		height:90px;
		background: black; 
		color: white	
	}
}

.mock-responsive-ad {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: black;
	color: white;
}

.mock-non-responsive-ad {
	display: inline-block;
	background: black;
	color: white
}

#footer #footerContent .ad {
	padding: 0px 10px;
}

@media (min-width: 600px) {
	#footer #footerContent .ad {
		height: 20px;
		padding: 0px 20px;
	}
}



.notfound {
	text-align: center;
	margin: 150px 10px;
	font-size: 1.5em;
}


@media only screen and (max-width : 768px) {
	.stacked > .col-sm-6 .box{
		width: 100%;
	}
}

.lowercase {
	text-transform: lowercase;
}

.uppercase {
	text-transform: uppercase;
}

.toLeft {
	text-align: left;
}

::-webkit-input-placeholder {
   text-transform: initial;
}

:-moz-placeholder { 
   text-transform: initial;
}

::-moz-placeholder {  
   text-transform: initial;
}

@media only screen and (max-width : 680px) {
	.container .boxHeading h1, .container .boxHeading h2 {
	    font-size: 1.2em;
	}
	
	.container .box {
		margin-bottom: 0px;
	}
	
	.container .box .text {
		line-height: 27px;
	}

	.mobile-hidden {
		display: none !important;
	}
}

@media only screen and (max-width : 480px) {

	.container .box .text {
		padding: 10px;
	}
	
	table {
		font-size: 12px;
	}
	
	table td{
		font-size: 13px;
	}
	
	.col-xs-1, .col-sm-1, .col-ms-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-ms-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-ms-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-ms-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-ms-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-ms-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-ms-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-ms-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-ms-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-ms-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-ms-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-ms-12, .col-md-12, .col-lg-12 {
		padding: 0px;
	}
	
	.row {
		margin: 0px;
	}
	
	.container {
		padding: 0px;
	}
	
	.column {
		padding: 0px;
	}
	
	.container .box {
		-webkit-border-bottom-right-radius: 0px;
		-webkit-border-bottom-left-radius: 0px;
		-moz-border-radius-bottomright: 0px;
		-moz-border-radius-bottomleft: 0px;
		border-bottom-right-radius: 0px;
		border-bottom-left-radius: 0px;
		margin-bottom: 20px;
	}
	
	.container .boxHeading {
		border-radius: 0;
	}

	.container .form-horizontal .form-group {
		margin-left: auto;
		margin-right: auto;
	}
}

/* --------------- SEARCH TABLE --------------- */
.searchInput::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #aaa;
}
.searchInput:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #aaa;
   opacity:  1;
}
.searchInput::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #aaa;
   opacity:  1;
}
.searchInput:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #aaa;
}
.searchInput::-ms-input-placeholder { /* Microsoft Edge */
   color:    #aaa;
}

.searchInputHolder {
	margin: 10px 10px 10px 30px;
	position: relative;
}

.searchInputHolder .searchIcon {
	position: absolute;
	left: -20px;
	top: 10px;
}

.searchInputHolder .searchClear {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

.foundElement { 
	background-color: yellow; 
}

.loadInputSpinner {
    background: white url('/core/images/spin-loader.gif') no-repeat center right 6px;
}

/* --------------- BOOTSTRAP TOOLTIPS --------------- */

[data-toggle="tooltip"] {
	cursor: help;
}

.tooltip-inner ul {
	padding: 12px;
	margin: 0px;
	text-align: left;
}

/* ------------------------------------------ */

.stepper .explain-box {
	margin: 5px 0px;
}

ul.stepper {
   counter-reset: section;
   overflow-y: auto;
   overflow-x: hidden;
}

@media (max-width: 768px) {
	ul.stepper {
		padding-left: 0px;		
	}
}

.stepper h2 {
	font-size: 16px;
	margin-top: 17px;
} 

ul.stepper .step {
   position: relative;
   list-style-type: none;
   text-align: left;
}

@media only screen and (min-width: 993px){
   ul.stepper.horizontal .step {
      position: static;
      margin: 0;
      width: 100%;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
      height: 84px !important;
   }

   ul.stepper.horizontal>.step:last-of-type, ul.stepper.horizontal>.step[data-last="true"] {
      width: auto !important;
   }

   ul.stepper.horizontal .step:not(:last-of-type):after, ul.stepper.horizontal>.step.active:not(:last-of-type):after{
      content: '';
      position: static;
      display: inline-block;
      width: 100%;
      height: 1px;
   }
}

ul.stepper>li:not(:last-of-type) {
   margin-bottom: 10px;
   -webkit-transition: margin-bottom 0.4s;
   transition: margin-bottom 0.4s;
   text-align: left;
}

ul.stepper .step:before {
   position: absolute;
   top: 12px;
   counter-increment: section;
   content: counter(section);
   height: 28px;
   width: 28px;
   color: white;
   background-color: rgba(0,0,0,0.3);
   border-radius: 50%;
   text-align: center;
   line-height: 28px;
   font-weight: 400;
}

ul.stepper .step:not(:last-of-type).active {
   margin-bottom: 0px;
   text-align: left;
}


ul.stepper .step.active:before, ul.stepper .step.done:before {
   background-color: #2196f3;
}

ul.stepper .step.done:before {
   content: '\e5ca';
   font-size: 16px;
   font-family: 'Material Icons';
}

ul.stepper .step-title {
   margin: 0 -24px;
   padding: 0.1px 44px 1px 64px;
   display: block;
}

ul.stepper .step.wrong:before {
   content: '\e001';
   font-size: 24px;
   font-family: 'Material Icons';
   background-color: red !important;
}

@media only screen and (min-width: 993px){
   ul.stepper.horizontal .step-title:after {
      top:15px;
   }
}

ul.stepper .step-title:after {
   content: attr(data-step-label);
   display: block;
   position: absolute;
   font-size: 12.8px;
   font-size: 0.8rem;
   color: #424242;
   font-weight: 400;
}

ul.stepper>.step:not(:last-of-type):after {
   content: '';
   position: absolute;
   top: 50px;
   left: 13.5px;
   width: 1px;
   height: 40%;
   height: calc(100% - 38px);
   background-color: rgba(0,0,0,0.1);
   -webkit-transition: all 0.4s;
   transition: all 0.4s;
}

ul.stepper .step.active .step-title {
   font-weight: 500;
}

ul.stepper .step-content {
   position: relative;
   height: calc(100% - 132px);
   width: inherit;
   overflow: visible;
   margin-left: 41px;
   margin-right: 24px;
}

.refreshCaptcha {
	position: absolute;
	right: -22px;
    top: 17px;
    line-height: 17px;
    cursor: pointer;
}

ul.positive, ul.negative {
	list-style:none;
}

.container .box .text ul.positive li, .container .box .text ul.negative li, .container .box .text ul.neutral li {
	line-height: 20px;
	list-style:none;
}

ul.positive li, ul li.positive {
	background:url('/core/images/positive-bullet.png') no-repeat 0 0px;
	padding: 0em 0em 0em 2em;
}

ul.negative li, ul li.negative {
	background:url('/core/images/negative-bullet.png') no-repeat 0 0px;
	padding: 0em 0em 0em 2em;
}

ul.neutral li, ul li.neutral {
	background:url('/core/images/neutral-bullet.png') no-repeat 0 0px;
	padding: 0em 0em 0em 2em;
}	</style>



<style>
	/* ************* MAIN COLORS ************* */
body {
	background: rgb(247, 247, 247);
	color: #474747;
}

#header {
	background-image: url('../images/head-bg.png');
	background-position: right;
	background-repeat: no-repeat;
}

@media only screen and (max-width : 480px) {
	#header {
		background-image: none;
	}
}

#header #headerContent #logo {
	margin: 0px 0px 0px 20px;
}

#header #headerContent #title {
	color: white;
	font-style: oblique;
}

#header #headerContent #title .heading a {
	color: white;
}

#header #headerContent #subtitle {
	color: #FFE26C;
}

#footer {
	background: #AB1A3F;
}

#footer #footerContent .text {
	color: #fff;
}

#footer #footerContent .disclaimer, #footer #footerContent .policies a {
	color: #fff;
}

#footer #footerContent .contact {
	color: #565656;
}

#footer #footerContent .contact a {
	color: #565656;
}

#footer #footerContent .contact {
	color: #565656;
}

#footer #footerContent .contact a {
	color: #337ab7;
}

#footer #footerContent .policies a {
	text-decoration: underline;
}

.container .box {
	background: #F7F7F7;
}

.container .boxHeading {
	background: #AB1A3F;
	border: 1px solid #AB1A3F;
}

.container .boxHeading h1,
.container .boxHeading h2 {
	color: #fff;
	font-size: 1.3em;
}

.container .boxHeading .new {
	color: #eee;
}

.container .box .subHeading {
	color: #565656;
	border-bottom: 2px solid #00853e;
	font-weight: normal;
}

.container .box .controls .button {
	color: white;
	background: #9b9b9b;
}
.container .box .controls .button{color: #fff!important}
.container .box .controls .button:hover {
	background: #666666;
}

/* *************************************** */

.container .box .text {
    font-size: 15px;
}

.container ul {
    font-size: 15px;
}

#header #headerContent #logo {
	width: auto;
}

.box .agency-logo-holder {
	margin-top: 15px;
}

.box .agency_form, .box .agency_logo {
	border: 1px solid #aaa;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto;
}

.box .area-link {
    color: #AB1A3F;
    text-decoration: none;
    font-weight: 500;
}
.box .area-link:hover{color: #000}

.container .box .ad.links {
	text-align: left;
	margin-bottom: 0px;
	margin-left: 12px;
}

.container .box ul.agencyData, .container .box  ol.agencyData {
	margin: 16px 10px 5px;overflow: hidden;    word-break: break-word;
}

.container .table-detail-holder {
	margin-top: 5px;
}

.container .table-detail-holder table, .container .table-detail-holder p, .container .table-detail-holder ul, .container .table-detail-holder li {
	font-size: 13px;
}

.container .table-detail-holder table thead tr th {
	border: 2px solid grey;
} 

.table-bordered {
	border: 2px solid grey;
}

.container .table-detail-holder #secciones {
	font-weight: bold;
}

form .form-group.no-bottom {
    margin-bottom: 0px;
}



@media (min-width: 1200px) {
	.container .box .df-ad-holder .ad.links {
    	height: 15px;
	}
}

.container .text-top-form {
	border-bottom: 1px solid #bbb;
}
.container .text-bottom-form {
	border-top: 1px solid #bbb;
}

.area-link-holder .free-link-ad {
	margin-top: 15px;
}

.table-detail-holder .captura {
	margin-bottom: 10px;
}

.table-detail-holder .nopagada {
	color: red;
	font-weight: bold;
}

.table-detail-holder .pagada {
	color: green;
	font-weight: bold;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

span.close-modal {
    position: absolute;
    top: 9px;
    right: 21px;
    cursor: pointer;
}
#new_menu {
    clear: both;
    background: #AB1A3F;
    width: 100%;
    box-shadow: 0px 0px 10px #888888;
    margin: 0 ;
    border-radius: 0 0 5px 5px;
}
#new_menu:after{content: ""; clear: both; display: block;}
#new_menu ul{margin: 0;padding: 0;}
#new_menu ul li{ list-style: none;float: left; padding: 12px 9px; position: relative; }
#new_menu ul li a{display: block; font-size: 14px; text-decoration: none; color: #fff; }
#new_menu ul li a:hover{color: #eee}
.sub-menu{visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
background: #000; width: 130px;z-index: 999}
#new_menu ul li:hover .sub-menu{ visibility: visible; 
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s; }
.sub-menu a{color: #fff}
.sub-menu a:hover{color: #BE1E45!important;}
.sub-menu li{ width: 103% }
.openMb{ display: none; width: 40px; height: 40px; font-size: 28px; color: #fff!important;
position: fixed;z-index: 99999; background: #901432; border-radius: 4px; top: 10px; right: 10px;
text-align: center; }

.widget{overflow: hidden;margin-bottom: 15px}
.widget-heading h4{
    font-size: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #be1e45;
    padding-bottom: 10px;
    color: #be1e45;
    text-transform: uppercase;
    font-weight: 500;
}
.widget a{
    color: #bb274b!important;
}
@media(max-width: 800px){
.openMb{ display: block; }
#new_menu{position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;  transition: all 500ms ease-out}
    .activemb{left: 0!important;}
   #new_menu ul li{display: block;float: none;} 
   .sub-menu{position: relative;top: 0; width: 100%;z-index: 99; transform:inherit; height: 0}
#new_menu ul li:hover .sub-menu{ max-height: 190px; visibility: visible; 
  opacity: 1;}
.sub-menu a:hover{color: #eee!important;}

}