html, body {
	height: 100%;
	background-color:#dddddd; background-image:url(skin/bg_page_2.jpg); background-repeat: repeat-x; 
	font-family:Arial, Helvetica, sans-serif; font-size:10px;
	color:#919191;
	margin:0px; padding:0px; 
}

form {
	padding:0px; margin:0px;
}

a {
	font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#919191; text-decoration:none;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#666666; text-decoration:underline;
}

.bt_aceptar {
	float: right; 
	width:87px; height:17px;
	background-image: url(skin/bt_aceptar.jpg);
	border: 0px; cursor: pointer;
}

.clearboth {
	clear:both;
}

.centered_content {
	width:100%; height:540px;
	background-image:url(skin/bg_center_div_2.jpg); background-repeat:repeat-x;
	position: absolute; top: 50%;
	margin-top: -270px; 	/* Half the height of the DIV tag which is also 50 pixels */
	z-index:1;
}

.bottom_content {
	width: 100%; height: 50%;
	background-color:#dfdedf;
	position: absolute; bottom: 0; z-index: 0;
}

.smirnoff_bg {
	width:990px; height: 399px;
	background-image:url(skin/smirnoff_back_3.jpg); background-repeat:no-repeat;
	margin: 0 auto;
}

.smirnoff_bg_right {
	background-image:url(skin/smirnoff_back_3_right.jpg); background-repeat:no-repeat; background-position: left;
}

.smirnoff_bg_left {
	background-image:url(skin/smirnoff_back_3_left.jpg); background-repeat:no-repeat; background-position: right;
}

.copyright {
	width:760px;
	padding-top: 30px; text-align: center;
	margin: 0 auto;
}

.logo_confianza {
	width:61px; height:65px;
	/* background-image:url(skin/logo_confianza_2.jpg); background-repeat:no-repeat; */
	padding-right:10px; margin-top: -45px;
	float:right; 
}

.logo_icra {
	width:46px; height:15px;
		/* background-image:url(skin/logo_icra_2.jpg); background-repeat:no-repeat; background-position:right; */
	padding-left: 75px; margin-top: -15px;
	float:left; 
}

.form_content {
	height: 260px;
	margin-top: 105px;
	float:right; text-align: right;
}

.form_text {
	float: right; color: #5e5d5c; font-weight: bold; font-family: Verdana;
}

.bt_entrar {
	width: 79px; height: 17px;
	background-image: url(skin/bt_entrar_2.jpg); background-repeat: no-repeat;
	float: right;
}