div#loadingDivAjax{
	
	
	position:fixed;
    top: 50%;
    left: 50%;
    width:30em;
    height:18em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    z-index:999;
    text-align: center;
    color:#fff;
    display: none;

}

.rubik{
	font-family: 'Rubik', sans-serif;
}

.rubik-light
{
	font-weight: 300;
}


.debug{
	border:1px solid red;
}

.error
{
	border:1px solid red !important;
	background-color:#ffcfcf !important;
}

body
{
	color:#034638;
}

h1{
	font-size:50px;
}
h2{
	font-size:50px;
	line-height: 50px;
}
h3{
	font-size:50px;
	line-height:40px;
}

a,
a:visited,
a:hover
{
	color:#034638;
}

a:hover
{
	text-decoration: underline;
}

.bgGreen
{
	background-color:#e4f0cc;
}

.row{
	margin-left:0px;
	margin-right:0px;
}

div#menu_top_container{
	height:50px;
	background-color:#fff;
	overflow-y:visible;
}


div#menu_top_container div#menu{
	float:right;
	color:#000;
	display:inline-block;
	height:70px;
	padding-top:10px;
}

div#menu_top_container ul
{
	padding-left:0px;
	margin-right:20px;
	

}

div#menu_top_container li
{
	display:inline-block;
	padding:0px;
	
	color:#a8cf4a;
	padding-left:10px;
	padding-right:10px;
	text-transform: uppercase;
}

#btn_user_info

{
	width:150px;
}

div#menu_top_container li:hover
{
	cursor:pointer;
	text-decoration: underline;
}

div#user_options
{
	
	position:absolute;
	background-color:#044638;
	font-size:10px;
	z-index:999;
	width:150px;
	display:none;
	margin-left:-10px;
}

ul#list_options_user li
{
	width:100%;
	z-index:999;
	font-size:10px;
	padding-left:10px;
	margin-left:0px;
	padding-top:5px;
	padding-bottom:5px;
}

span#btUserProfile
{
	font-size:10px;

}


li.btn_menu.btmobile{
	
	width:100%;
	text-align: center;
	background-color: #fff;
	padding-bottom:5px !important;
}






div.container-header{
	background-color:#fff;
}


div#main_container{
	
	background-color:#a8cf4a;
	position:relative;
	padding:0px;
}

div.prof_container,
div.prof_container .btmobile
{
	background-color: #044638;
}

div#white_container{
	background-color:#f6faed;
	margin-top:200px;
	text-align: center;
	position:relative;
	padding-bottom:100px;
}

div#topo_white_container{
	margin:auto;

}



div#topo_white_container img
{
	margin-top:-150px;
}

div#prefooter{
	width:100%;
	bottom:0;
	text-align: center;
	background-color:#a8cf4a;
	padding-top:30px;
	padding-bottom: 30px;
	
}

div#_newFooter
{
	height:120px;
}


div#prefooter ul
{
	margin-bottom:0px;
}

div#prefooter li{
	display:inline-block;
	font-size:14px;
	padding-left:5px;
	padding-right:5px;
}


div#prefooter li:hover
{
	text-decoration: underline;
	cursor:pointer;
}


div#container_footer{
	background-color:#fff;
	height:5vh;
	text-align:center;
	padding-top:10px;
}

div#container_footer p{
	font-size: 10px;
	line-height:10px;
	margin-top:0px;
	margin-bottom:0px;
}

body{
	background-color:#034638;
}


div#flower1,
div#flower2,
div#flower3,
div#zespriLogo{
	position:absolute;
}

div#flower1{
	top:0px;
	right:0px;
}


div#flower2{
	bottom:0px;
}


div#flower3{
	top:0;
	right:0;
}

div#home_btn_login{
	margin-top:10px;
	font-family: 'rubik';
}

input[type=button]
{
	background-color:#f00;
	border-radius: 15px;
	color:#fff;
	font-weight: 500;
	max-width: 200px;
	margin-bottom:20px;
}

input[type=text],
input[type=password],
input[type=file],
textarea
{
	border-radius: 5px;
	border:1px solid #cccccc;
	padding:5px;
	margin-left:5px;
	background-color:#fff;
}


.locked{
	background-color:#eee !important;
}


label
{
	text-transform: uppercase;
	font-weight: 400;
}

div#home_btn_login p{
	font-size:20px;
	font-weight: 300;
}

div.sepGreen
{
	border-top:4px dotted #a8cf4a;
	margin-top:20px;
	margin-bottom:20px;
}


/*---------*/
/*-CONTAINERS-*/

div#container_premios p.desc_premio
{
	font-weight: 700;
	color:#0f4b40;
}

div#container_rec_login h1
{
	font-size:30px;
	font-weight: 700;
}

div#container_rec_login label
{
	font-size:10px;
}


div#container_game_ok p
{
	font-size:15px;
}

div#container_legal p 
{
	text-align: justify;
	padding-left:50px;
	padding-right:50px;
}

div#container_forgotpwd p
{

}

div#container_ganadores ul{
	list-style-type: none;
	padding-left:0px;
}

div#container_rec_user span#claim
{
	font-size:20px;
}


div#container_rec_user label
{
	font-size:10px;
	margin-top:20px;
}

div#container_rec_user #btEnviarRegistro,
div#container_rec_profile #btEnviaUpdateProfile
{
	width:200px;
	margin-top:20px !important;
}


div#container_rec_profile span#claim
{
	font-size:20px;
}

div#container_rec_profile label
{
	font-size:10px;
	margin-top:20px;
}


.errorMsg
{
	border:1px solid red;
	background-color:#f00;
	color:#fff;
	padding:20px;
	border-radius:5px;
	display: none;
}