@charset "UTF-8";
/* CSS Document */

html, body {
	font-family: Arimo, Helvetica, Arial, sans-serif, Verdana, Geneva;
	font-size: 16px;
	}
h1 {
    font-size: 30px;
	font-weight:800;
	color: #C00;
    }

h2 {
    font-size: 24px;
	font-weight:800;
    }
h3 {
    font-size: 22px;
	font-weight:800;
	padding-bottom: 8px;
    }
h4 {
    font-size: 18px;
	font-weight:800;
    }
h5 {
    font-size: 16px;
	font-weight:800;
    }

/* Links and paragraphs */
a {
	color:#C00;
	text-decoration:none;
	font-weight:700;
}
a:hover {
	color:#000099;
	text-decoration:none;
}

/* it can't be "underhover" as that doesn't work - probably clashes with some other class? But just add this class to all containers with <a> links that need to be underlined. Couldn't stop the side nav bar links being underlines otherwise. */
.undhover a:hover {
	text-decoration: underline;
	color: #000099;
}


.tstoplogo {
	margin-left: -16px;
}
.idioma {
	margin-top:29px;
}
.idioma:hover {
	text-decoration: underline;
	color: #000000;
}
.idioma img {
	margin-right: 8px;
}
.businesstitle h1 {
	padding-top:8px;
    font-size: 21px;
	font-weight:800;
	margin-left: -8px;
	color: #546c78;
    }
.adbox {
	width: 100%;
}

.bannerbox {
	width: 100%;
}













/* Responsive Styles */


@media(max-width:991px) {
    .businesstitle {
        font-size: 6px;
		margin-bottom: -14px;
	    color: #666666;
    }
	  } 
	
	
	@media(max-width:767px) {
  .adbox {
	padding-bottom: 12px;
}
	  } 
	
	
	
	
	
	