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



/* ESTILOS NORMALES (para móviles en vertical)
   ========================================================================= */
   

   
body {
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url("../img/bg.jpg");
	background-repeat: no-repeat;
	background-position: center center;
}

.logo_nav {
	display: block;
	font-size: 14px;
	height: 46px;
	
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 15%;
	
}

.tel {
	display: block;
	font-size: 14px;
	height: 46px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 65%;
	margin-top:-20px;
	
}


.logo_nav img{
	padding-top: 4;
	width: 210px;
	
}

 .logo{
	background-color: #eee;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	width: 100%;
	margin-top: -40px;
	margin-bottom: 59px;
	height: 76px;
	background: none repeat scroll 0 0 #eee;
}

 .container { background-color: #eee;
   max-width: 330px;
   
opacity:0.9;
   -moz-border-radius: 7px;
-webkit-border-radius: 7px;

}



.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

 

 
/ RESPONSIVE
   ========================================================================= /
   
   
 
   
@media (min-width: 233px) { 

#tel {font-size:1.6em;
margin-left:-100px;
margin-top:48px;
width:300px;
	
	
}
}
 
/ Móviles en horizontal o tablets en vertical
   ------------------------------------------------------------------------- /
@media (min-width: 768px) { 



}
 
/ Tablets en horizonal y escritorios normales
   ------------------------------------------------------------------------- /
@media (min-width: 1024px) { 

}
 
/ Escritorios muy anchos
   ------------------------------------------------------------------------- */
@media (min-width: 1200px) { 

}




@media (max-width: 767px) {    
.logo_nav
{
	display: block;
    font-size: 14px;
	height:auto;
    padding: 0px;
	text-align:center;
}  
   
.tel
{
    display: block;
    font-size: 14px;
    margin-top: 0px;
    padding: 27px 0px 3px 0px;
	height:auto;
	text-align:center;
} 
.logo
{
	height:auto;
}
.logo .logo_nav img {
    padding: 0;
}
.container{margin:0 auto;}