body{
	text-align: center;
}
	
#contener{
	text-align:center;

	font-family: verdada,arial;
}
#header{
	
}



#adress a{
	color:green;
	text-decoration:none;
}
#adress a:hover {
	text-decoration:underline;
	color:#DFCCB5;
}
h1{
	font: normal;
	
}
#loader{
	padding-top:30px;
	padding-left:40px;
	padding-bottom:40px;
	text-align: center;
}
#article_image{
	padding-top: 0px;
	margin: 0px;
	border: 0px solid;
}
#article_image input{
		padding-top: 0px;
		width:650px;
		background-color:#A29A98;
}
.description{
	font-size:10px;
	
	}
#article_image button{
		width:146px;
		height:114px;
		background-image: url("../images/out.png");
		border:0px;
		background-color: #FFFFFF;
}
#article_image button:hover{
		width:146px;
		height:114px;
		background-image: url("../images/in.png");
		border:0px;
		cursor: pointer;
}
#footer{
	padding-left: 50px;
	font-size:10px;
	color: gray;
	}
#footer a{
	color: gray;
	}
#footer a:hover{
	color: #000000;
	}
#image{
	
}
#error{
	color: olive;
}
