body {
	margin:0 bottom;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../images/fondo_cont.jpg);

}

#container {

background:#181818 no-repeat;

width:1000px;

margin:0 left;

}

#main {

margin:0 left;

float:left;

background-color:#181818;

min-height:480px;

width:680px;

display:inline;

}



.imageflowbg {
	width:580px;
	height:210px;
	margin:left;
	text-align:bottom;
	color:#ddd;
	background-image: url(images/fondo_cont.jpg));
	background-repeat: repeat;

}



.imageflowcell {

margin:auto;

}

.flecha_next {
		background: url(../images/next.png) no-repeat;
		width: 32px;
		height: 32px;
		float: right;
		margin-right: 200px;;
	}
	
	.flecha_next:hover {
		background: url(../images/next2.png) no-repeat;
	}
	
	.flecha_prev {
		background: url(../images/prev.png) no-repeat;
		width: 32px;
		height: 32px;
		float: left;
		margin-left: 200px;
	}
	
	.flecha_prev:hover {
		background: url(../images/prev2.png) no-repeat;
	}

