html, body
{
	height:100%;
	background-color: #FFF;
}

body
{
	font-size:14px;
	color:#000;
	
}
/*
.formu, .formu:focus
{
	background-color:#FFF;
	border:none;
	border-bottom:1px solid #EBEBEB;
	border-left:1px solid #EBEBEB;
	outline: none;
	box-shadow:none;
}
*/
.formu:focus
{
	/*border-color:#00b585;*/
	border-color:#999;
}

.boton_sitsgodec
{
	background-color:#8E0055 !important;
	color:#FFF !important;
	border:#8E0055 1px solid;
}

.boton_sitsgodec:hover
{
	background-color:#66003d !important;
	color:#FFF !important;
	border:#66003d 1px solid;
}

.barra_sitsgodec
{
	background-color:#8E0055;
	height:40px; 
	margin-bottom:25px;
}

.footer
{
	font-size:13px;
	color:#888;
	margin-top:15px;
}

.body_button_action
{
	background-color: #8E0055;
	color: #FFF;
	border-color: #8E0055;
}

.body_button_action:hover
{
	background-color: #FFF;
	color: #8E0055;
	border-color: #8E0055;
}

.button_gold_solid
{
	background-color: #C79E0A;
	color: #fff;
	border-color: #C79E0A;
}

.button_gold_solid:hover
{
	background-color: #444;
	color: #FFF;
	border-color: #444;
}

.home_formlabel
{
	font-size: 10px;
	color:#666;
	font-weight: bold;
}