﻿.list_basic {
	list-style-position: inside;
	list-style-type: square;
	margin: 0 0 10px 30px;
}
.ambientes_text {
	float: left;
	width: 372px;
	margin: 0 10px 0 0;
}
.ambientes_gallery {
	float:right;
	width: 400px;
}
.foto_thumb {
	float: left;
	width: 80px;
	height: 80px;
	border: 0;
	margin: 0 18px 18px 0;
}
.video_thumb {
	float: left;
	width: 140px;
	height: 98px;
	border: 0;
	margin: 0 10px 10px 0;
}
.video_box {
	float: left;
	width: 560px;
	height: 340px;
	border: 1px solid #4f0d1c;
	margin: 0 10px 0 0;
}
.cleaner { clear: both; }
/*
 *MESSAGE BOX
 */
.msgbox_main, .msgbox_inf, .msgbox_err {
	display: block;
	min-height: 23px;
	line-height: 23px;
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
	background-repeat: no-repeat ;
}
.msgbox_main { padding: 0 0 0 0 !important; }
.msgbox_inf { background-image: url(../images/src/icon_inf.png); }
.msgbox_err { background-image: url(../images/src/icon_err.png); }
/*
 *IMAGE REPLACEMENT
 */
.image_swap, .image_swap a {
	display: block;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
.image_swap span { display: none; }
