* {
	margin: 0px;
	padding: 0px;
}

body {
	
	
	background-image: url("../img/aridos2.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top; 
	background-size: cover;


	

}


.menu_bar{
	display: none;
}

.subheader{
	width: 100%;
	display: block;
	z-index: 1000;
}


#logotipo {
/*	background-image: url("../img/logoCab4.png");
	background-repeat: no-repeat;
	background-attachment: fixed;	
	background-position: center top; 
	height: 88px;
	width: 100%;
*/
}


form {
	
	width: 300px;
	margin: auto; 
	height: 20%;
	margin-right: 10px;
	margin-top: 30px;
	float: right;
    background-color: #69BB93; 
    padding-top: 20px;
    padding-bottom: 20px;
	border-radius: 6px;
	box-shadow: inset 3px 3px 3px rgba(255,255,255,.7), inset -2px -2px 3px rgba(0,0,0,.1), 2px 2px 10px rgba(0,0,0,.1);    
}

button.ghost {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 10px 10px;
    background: transparent;
    border: 1px solid #fff;
    margin-top: 10px;
    float: right;
	margin-right: 10%;
    width: 80%;    
    
}

button.ghost:hover, button.ghost:active {
	border: 1px solid #09184D;
    color: #010283;
    background-color: #fff;
}




#detalle {
	
	padding-top: 1%;
	text-align: center;
	box-sizing:border-box;
}


form input {
	width: 80%;
	padding:0 1%;
	margin-bottom: 2%;
	box-sizing:border-box;

}

.salto {
  clear:both;
}

::-webkit-input-placeholder { 
    color:#A9A9A9;
}
:-moz-placeholder { 
   color:#A9A9A9;
   opacity:1;
}
::-moz-placeholder { 
   color:#A9A9A9;
   opacity:1;
}
:-ms-input-placeholder { 
   color:#A9A9A9;
}

#imgLogofcbCabecera {
	
	width: 225px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;	

}

footer {
  visibility: visible;
  height: 40px;
  background-color: #E6FBED;
  text-align: right;
  color: #555;
  padding-right: 10px;
  
  border-top: solid 1px #fff;
  font-size: 12px;
  font-weight: bold;
  font-style: oblique;
  padding-top: 10px;


}

footer img {
  width: 150px;
  margin-top: 1px;
}

#footer.stikybottom {
  position: fixed;     
  bottom:0;
  left:0;
  right:0;
  visibility: visible;
}

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

	.subheader {
		display: none;
	}	

	.menu_bar{
		display: block;
		width: 100%;
		position:fixed;
		top:0;
		background:#fff; 
		z-index: 1000;
		height: 55px;
		text-align: center;
		border-bottom: 1px solid #0B0;
	}

	#imgMenu {
    	max-height: 55px;
	}


	form {
		width: 300px;
		margin: auto; 
		height: 20%;
		margin-top: 70%;
		float: none;
    	background-color: transparent;
    	padding-top: 0px;
    	padding-bottom: 0px;
	}

	button.ghost {
	    color: #A40344;
	    border: 1px solid #A40344;
	    background-color: #FFDD00;
	}

}


