/* FRONTEND CSS
*********************************************/
html {
  overflow-y: scroll;
}
body {
  background-color: #FFFFFF;
}
.logo{position: absolute; z-index: 100;}

a {
  color: #E3001B;
  text-shadow:1px 1px 0px #333;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #005580;
  text-shadow:1px 1px 0px #333;
  text-decoration: none;
}

#top {clear: both; background-color:#e3001b; height:40px; color:#fff; text-shadow:#333;}

#menu {}

#content  { overflow: none; /*padding-bottom: 300px;*/} 

#carrusel {clear: both; background-color:transparent;}

#mapa {clear: both; background-color:transparent;}

#footer  {
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	/*margin-top: -100px;*/ /* negative value of footer height */
	min-height: 140px;
	background-color:#000;
	clear: both;
	color: #FFF;
} 

/*Opera Fix*/
body:before { /* thanks to Maleika (Kohoutec)*/
    content: "";
    height:100%;
    float: left;
    width: 0;
    margin-top: -32767px; /* thank you Erik J */
}

/* LAYOUT
*********************************************/
/* Floats */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.ie7 .group {
  zoom: 1;
}


		/* Go to Top link */
		.scrollup {
			width: 40px;
			height: 40px;
			text-indent: -9999px;
			opacity: 0.3;
			position: fixed;
			bottom: 50px;
			right: 30px;
			display: none;
			background: url(../images/icon_top.png) no-repeat;
			-webkit-transition:all .2s ease-out;
			-moz-transition:all .2s ease-out;
			-o-transition:all .2s ease-out; 
			transition:all .2s ease-out;}
			
			.scrollup:hover {
				opacity: 0.6;}

/* IceCarousel */
.icecarousel {
	margin-bottom:35px;}
	
	.icecarousel .carousel-control {
		opacity:0;
		top: 44%;
		-webkit-transition:all .2s ease-out;
		-moz-transition:all .2s ease-out;
		-o-transition:all .2s ease-out; 
		transition:all .2s ease-out;} 
		
		.icecarousel:hover .carousel-control {
			opacity:.6;} 
			
			.icecarousel:hover .carousel-control:hover {
				opacity:1}

	
	
		.icecarousel .carousel-caption {
			opacity:0;
			margin-bottom:-45px;
			-webkit-transition:all .2s ease-out;
			-moz-transition:all .2s ease-out;
			-o-transition:all .2s ease-out; 
			transition:all .2s ease-out;}
				
			.icecarousel:hover .carousel-caption {
				opacity:1;
				margin-bottom:0}
			
		.icecarousel .carousel-caption h4 {
			font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
			margin: 0 0 2px;}

/* Media Queries
*********************************************/
/* Retina */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {
  
}
/* Landscape phones and down */
@media (max-width: 480px) {
  
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  
}
/* Large desktop */
@media (min-width: 1200px) {
  
}