* {
	margin: 0px;
	padding: 0px;
}

body {
	
	/*background-image: url("../img/fondo2016-3.jpg");*/
	/*background-image: url("../img/fondo2017B.png");*/
	/*background-image: url("../img/fondo2018.png");*/
	background-image: url("../img/fondo2020.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%;
*/
	height: 100px;
	padding-top: 20px;
	padding-right: 20px;

}

#logotipo img {
	height : 100px;
	float: right;


}


form {
	
	width: 360px;
/*	margin: auto; /* Le indicamos que deje un margen de 20px con respecto a los elementos adyacentes */
	height: 190px;
	margin-right: 20px;
	margin-top: 8%;
	float: right;
    background-color: #cf122d; /*#A40344;*/
    padding-top: 20px;
    padding-bottom: 44px;
    border: 1px solid #cf122d; /*#a40344;*/
    
}

#tituloPastilla{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: bold;
	border-bottom: 1px solid #e0b311;

}

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: 3%;
    width: 95%;        
}

button.ghost:hover, button.ghost:active {
	border: 1px solid #09184D;
    color: #09184D;
}




#detalle {
	
	padding-top: 1%;
	text-align: center;
	box-sizing:border-box;
}


form input {
	width: 95%;
	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;
}

@media screen and (max-width: 700px) {


	body {
		/*background-image: url("../img/fondo2017S.png");*/
		background-image: url("../img/fondo2020S.png");

	}

	.subheader {
		display: none;
	}	

	.menu_bar{
		display: block;
		width: 100%;
		position:fixed;
		top:0;
		background:#023485; 
		z-index: 1000;
		height: 50px;
		text-align: center;
	}

	.menu_bar img {
		height: 100%;
	}


	form {
		width: 100%;
		margin: auto; 
		height: 20%;
		margin-top: 70%;
		float: none;
    	background-color: transparent;
    	padding-top: 0px;
    	padding-bottom: 0px;
		margin-top: 0px;
		border: none;
		top: calc(100% - 240px);
		position: absolute;



	}

	button.ghost {
	    color: #A40344;
	    border: 1px solid #A40344;
	    background-color: #FFDD00;
	}

	#tituloPastilla{
		display: none;
	}

}


