@import url('helpers/barraIdiomas.css');   
@import url('helpers/carousel.css');

body{
              background-image: url(/img/fondo.jpg);
              background-position: center;
              background-attachment: fixed;
}
.dropdown:hover .dropdown-menu {
    display: block;
    background-color: #222;
 }
 @media (max-width: 767px) {
 .dropdown-menu {position: inherit;float: none}
 }
 
 .dropdown-menu li a{color:#999}
 .dropdown-menu li a:hover{color:#fff;background-color: inherit}
 
 ul.social {list-style: none;float: right;clear: both}
 ul.social li {float:left;margin:0 5px}
 a.social {
     background-image: url(/img/social.png);
     width: 27px;
     height: 27px;
     display: block;
     color:transparent
 }

 a.facebook {
     background-position-x: -3px;
     background-position-y: -3px;
 }
  a.twitter {
     background-position-x: -36px;
     background-position-y: -3px;
 }
  a.google {
     background-position-x: -103px;
     background-position-y: -3px;
 }
 a.facebook:hover {
     background-position-y: -182px;
 }
  a.twitter:hover {
     background-position-y: -182px;
 }
  a.google:hover {
     background-position-y: -182px;
 }
 label.error {color:#800}
 input.error {border-color: #800;background-color: #F66}
 select.error {border-color: #800;background-color: #F66}
 
 #llamarPorTelefono { display:none}
 
 @media(max-width:767px) {
     img.lightbox {width: 100% !important;height:auto !important}
	 
	 #llamarPorTelefono {
	 display:block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: green;
    color: white;
	text-align: center;
	}
	#llamarPorTelefono a {color:#ffffff}
	.nav li a {font-size:2em}
	
	
 }
 
 div.espaciomenu{height:50px}
 .navbar-wrapper 
 {
     position:absolute;
     width: 100%;
     
 }
 
 input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
}

