@charset "UTF-8";
.fondo_home {
	background-position: center center;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 600px;
	width: 800px;
	clear: both;
	background-image: url(images/home.jpg);
}
.para_flash {
	background-color: #213345;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#para_flash {
	background-color: #213345;
	background-image: url(images/home.jpg);
	margin: 0px;
	padding: 0px;
	height: 600px;
	width: 800px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	left: auto;
	top: 0px;
	right: auto;
	bottom: auto;
}

