body {
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #043362;
	color: #455760;
	font-size: 14px;
	font-family: "Poppins",Arial,Helvetica,sans-serif;
}

.logo {
	text-align: center;
	margin-bottom: 5px;
}

.menu {
	text-align: center;
	color: white;
}

.menu a{
	color: #ffffff;
	margin: 0px 10px;
}

.content {
max-width: 300px;
margin: 0 auto 20px;
padding: 20px 30px 20px 30px;
border: 1px solid #e5e5e5;

background-color: #ffffff;

-webkit-border-radius: 10px;
   -moz-border-radius: 10px;
		border-radius: 10px;
-webkit-box-shadow: 0 1px 12px rgba(0,0,0,1);
   -moz-box-shadow: 0 1px 12px rgba(0,0,0,1);
		box-shadow: 0 1px 12px rgba(0,0,0,1);
		
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EEEEEE));
  
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #FFFFFF, #EEEEEE);
  
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
  
  /* IE 10 */
  background: -ms-linear-gradient(top, #FFFFFF, #EEEEEE);
  
  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #FFFFFF, #EEEEEE);
}

.content h2 {
font-weight: bold;
color: #043362;
font-size: 23px;
text-align: left;
line-height: 1.4em;
margin-bottom: 20px;
}


.status-list-item + .status-list-item
{
    margin-top: 30px;
}

.status-list-name
{
    display: block;
    font-weight: bold;
}

.boton
{
width: 100%;
background-color: #F7DA00;
border: none;
color: black;
border-radius: 5px;
font-size: 19px;
margin: 10px 0px;
}
.boton2
{
width: 100%;
background-color: #043362;
border: none;
color: white;
border-radius: 5px;
font-size: 19px;
margin: 10px 0px;
}

.boton:hover
{
background-color:  #043362;
color: white;
box-shadow: 0 1px 8px rgba(0,0,0,0.5);
}
.boton2:hover
{
background-color:  #F7DA00;
color: black;
box-shadow: 0 1px 8px rgba(0,0,0,0.5);
}

a{
text-decoration: none;
}

a:hover{
text-decoration: none;
}

.error 
{
    text-align: center;
    color: Red;
    margin-bottom: 10px;
}

.bg
{
    /*background: url(../images/bg_wrap.png);*/
    position: absolute;
    height: 650px;
    width: 620px;
    margin-left: -310px; /* half of width */
    top: 0px;
    left: 50%;
    z-index:-10;
}

.store-icons
{
    text-align: center;
    margin-bottom: 20px;
}

.store-icon
{
    width: 175px;
    height: 52px;
}


.input-high
{
    height: 44px !important;
    padding: 10px 6px !important;
    font-size: 17.5px !important;
    line-height: 24px !important;
}

.powered-by
{
    margin-top: 15px;
    text-align: center;
}

.powered-by,
.powered-by a
{
    color: white;
}

.search-description
{
    font-size:11px;
    margin-top:-25px;
    margin-bottom:20px;
    color:#999;
}

.err{
    color: #E0592A;
    text-align: center;
    font-size:16px;
}