@charset "utf-8";
.textoazul {
	color: #2283ae;
	font-size:12px;
	font-weight: bold;
}

.textonaranja {
	color: #ff9f24;
	font-size:10px;
	font-weight: bold;
}

.textocaja {
	color: #fff;
	font-size:9.2px;
	font-weight: bold;
	background-color:#000;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:35px;
	padding-right:35px;
}

.textogris {
	color: #000;
	font-size:12px;
	font-weight: bold;
}
.button {
  
  background-color:#ff9f24;
  width:300px;
  padding:5px;
  color:#000;
  font-size:16px;
  text-align:center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  alignment-adjust:central;
  font-family:Verdana, Geneva, sans-serif;
  
}

.buttonbig {
  
  background-color:#ff9f24;
  width:1015px;
  padding:5px;
  color:#000;
  font-size:16px;
  text-align:center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  alignment-adjust:central;
  font-family:Verdana, Geneva, sans-serif;
  
}

.spacer{
	font-size:46px;
}


.botonmas {
  
  background-color:#2283ae;
  width:320px;
  padding:5px;
  color:#fff;
  font-size:12px;
  text-align:center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  alignment-adjust:central;
}

.botonmas:hover {
  
  background-color:#f00;
  width:320px;
  padding:5px;
  color:#fff;
  font-size:12px;
  text-align:center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  alignment-adjust:central;
  /*cursor:not-allowed; */
}

.botonmascenter {
  
  background-color:#2283ae;
  width:320px;
  padding:5px;
  color:#fff;
  font-size:14px;
  text-align:center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  alignment-adjust:central;
}

.centrarH{
    width:961px;
    height:50px;
	margin: 0 auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;

}

.centrarH2{
    width:961px;
    height:50px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;


}
img#nomargin {
margin : 0 0 0 0;
text-decoration : none;
}

#imageContainer {
height: 1080px;
width: 255px; 
z-index:5;

}

#imageContainer img {
display: none;
left:500;
position: absolute;
top:100; 
}