@charset "utf-8";
/* CSS Document */

#txtDown1 {
	position:absolute;
	width:310px;
	height:320px;
	z-index:5;
	left: 20px;
	top: 450px;
}
#txtDown2 {
	position:absolute;
	width:290px;
	height:320px;
	z-index:5;
	left: 340px;
	top: 450px;
	padding-left:20px;
	border-left:1px solid #E5E5E5;
}
#txtDown3 {
	position:absolute;
	width:290px;
	height:320px;
	z-index:5;
	left: 660px;
	top: 450px;
	padding-left:20px;
	border-left:1px solid #E5E5E5;
}

#txtDown3  h2 {
	color:#F06;
	text-shadow:1px 1px #CCC;
	font-size:16px;
}

#txtDown1 h2 {
	color:#F06;
	text-shadow:1px 1px #CCC;
	font-size:16px;
}

#txtDown3 .image {
	margin-top:-27px;
	text-align:center;
	display:block;
	position:relative;
	background-color:#FDFDFF;
}

#txtDown2 .titulo {
	position:absolute;
	top:0px;
	left:20px;
	z-index:10;
	width:290px;
	height:50px;
	background-color:#FDFDFF;
}

#txtDown2 .titulo h2 {
	color:#F06;
	text-shadow:1px 1px #CCC;
	font-size:16px;
}

#txtDown2 h2 {
	color:#F06;
	text-shadow:1px 1px #CCC;
	font-size:16px;
}