body{
	background-color: #FFFFFF;
    overflow-x: hidden;
}

a,p,h1,h2,h3,h4,h5,span,label{
	font-family: 'Open Sans', sans-serif;
}
.error {
    color: #F9595E;
}

.container{
	background-color:#FFFFFF;
    padding: 0px !important;
    overflow-x: hidden;
}

.header img.banner{
	width: 100%;
    display: block;
}

.header .header-logo{
	margin-top: 0px;
    display: block;
    position: absolute;
    top: 153px;
    left: 26px;
}

.header .header-logo img{
	width: 152px;
}

h3{
	color: #941447;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: bold;
}

label{
	color: #941447;
    font-size: 14px;
    text-transform: uppercase;
}

.form-control{
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.0);
    border-radius: 2px;
}

select.form-control{
	background:url(../img/common/select-arrow.png) right center no-repeat;
	background-color:#FFFFFF;
	-moz-appearance: window;
    -webkit-appearance: none;
}

.footer img{
	width: 100%;
}

.button{
	float:right;
	padding:10px;
	padding-left:15px;
	padding-right:15px;
	background:#941447;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border:1px solid #FFFFFF;
	cursor:pointer;
	text-align: center;
}

.button:hover{
	border:1px solid #941447;
	background:#FFFFFF;
	color:#941447;
	text-decoration: none;
}

.button:disabled{
	opacity: 0.8;
}

p.error{
	color:#ea595d;
}

.msgbox{
	background:#DFF2BF;
}

.msgbox p{
	padding:10px;
	padding-left:15px;
	padding-right:15px;
	color:#4F8A10;
	text-align: center;
}

#primaria{
    display: none;
    position:fixed;
    z-index: 1000000;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
#loading{
    position: fixed;
    z-index: 1000000;
    margin-top: 17%;
    margin-left: 45%;
    width: 84px;
    height: 84px;
}
