body {
	margin-top: 0px;
}

img{
border:0px;
}

#logo{
	background-image: url(../img/logo_pricing-trans.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 320px;

}

.aviso{
	background-color: white;
	color:orange;
	margin-top:15px;
	padding:5px;
	border:2px orange solid;
	position:relative;
	top:-45px;
	left:200px;
	width:400px;
}

ul li{
	margin:0 0 10px 30px;
}

ul{
	list-style-type:square;
	list-style-image:url('../img/new/icono.png');
}

#div_main{
	margin:0 auto 0 auto;
	width:1000px;
}

#div_header{
	padding:10px 30px 20px 30px;
	text-align:left;
	width:940px;
	height:209px;
	background:#ffffff url("../img/new/cabecera.jpg") no-repeat;
	margin-top:50px;
}

#div_body{
	width:970px;
	overflow:auto;
	margin-bottom:50px;
	margin-top:20px;
}

#div_body_right{
	width:400px;
}
#div_body_left{
	width:490px;
	margin-left:20px;
}

#div_body_right{
	float:right;
}

#div_body_left{
	float:left;
}

#div_footer{
	text-align:center;
}

.div_line{
	border-bottom:1px solid #d6bd95;
	margin:20px 0 20px 0;
}

#btn_contact{
	text-decoration:none;
	float:right;
	position:relative;
	top:98px;
}

#form_intro{
	width:685px;
	margin-top:10px;
}

.img_title{
	margin-bottom:10px;
}

p{
	text-align:justify;
}

#login, #password, .boton{
	width:150px;
	margin:0;
	text-align:center;
}

.aviso_contact{
	background-color: white;
	color:orange;
	margin-top:15px;
	padding:5px;
	border:2px orange solid;
	display:none;
}