/* CSS Document */

@font-face {
    font-family: 'allerregular';
    src: url('fonts/aller_rg-webfont.eot');
    src: url('fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aller_rg-webfont.woff2') format('woff2'),
         url('fonts/aller_rg-webfont.woff') format('woff'),
         url('fonts/aller_rg-webfont.ttf') format('truetype'),
         url('fonts/aller_rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-family: Trebuchet Ms, Verdana, Arial, Helvetica, sans-serif;
	background-image:url(../images/bgindex.jpg?d=201507031122) !important;
	background-position:top center !important;
	background-attachment:scroll !important;

}

h2, h2 span{
	font-family: 'allerregular';
	font-size: 1.3em;
	color: #255BA3;
	font-weight: lighter;
	margin:0px;
	padding:0px;
	line-height: 25px;
}


label {
	width:auto;
	font-family: Trebuchet Ms, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 100;
	font-style: normal;
	height: 20px;
	overflow: visible;
	text-align:left;
	float:none;
}

p{
	margin:10px 0px 25px 0px;
	padding:3px 0px 3px 0px;
	border-bottom:#ccc 1px solid;
	text-align:left;
}

.box_white{

	clear:both;
	display:block;
	background-color:#fefefe;
	border: 1px solid #eee;
	margin-top: 5px;
	margin-bottom:25px;
	padding:10px;

	border-radius: 0.5em;
	box-shadow: 0 1px 10px rgba(0,0,0,0.1);

}

.box_yellow{
	clear:both;
	display:block;
	background-color:#ffffee;
	border: 1px solid #eee;
	margin-top: 5px;
	margin-bottom:25px;
	padding:10px;

	border-radius: 0.5em;
	box-shadow: 0 1px 10px rgba(0,0,0,0.1);
}

.req{
	float:left;
	width:35%;
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	color: #ff5555;
	height: 20px;
	overflow: visible;	
}

#div_usuario{
	margin-top: 350px;
	width: 50%;
}