@charset "utf-8";  

* {
    margin: 0; 
}

html, body {
	width: 100%;
	height: 100%;
	background-color: #494747; 
	font-family: arial, sans-serif;
	color: #FFFFFF; 
	font-size: 14px;
}

a:link { color: #FFFFFF; text-decoration: none; }
a:visited { color: #FFFFFF; text-decoration: none; }
a:active { color: #FFFFFF; text-decoration: none; }
a:hover { color: #FFFFFF; cursor: pointer; color: #EE1C24;}


#wrap {
    width:850px; 
    height: 541px;
    color: #FFFFFF;         
    position: relative;  	
	top: 50%;
	left: 50%;
	margin-top: -270.5px;
	margin-left: -425px;
	background-color: #494747;
}

#image_left{
	position: absolute;
	width: 438px;
	height: 541px;
	margin-top: 0px;
	margin-left: 0px;
}

#image_right{
	position: absolute;
	width: 345px;
	height: 140px;
	background: url('/images/freshdesign_entrar_1.jpg') no-repeat;
	margin-top: 180px;
	margin-left: 500px;
}

#image_entrar{
	position: absolute;
	width: 99px;
	height: 25px;
	background: url('/images/boto_entrar.png') no-repeat;
	margin-top: 350px;
	margin-left: 725px;
}

