.contenido .txt > ul {
	margin:0;
	padding:0;
	font-size:1em;
	line-height:1em;
}

.contenido .txt > ul li {
	float:left;
	width:171px;
	margin-left:16px;
	padding: 1px;
	border:1px solid #EDEDED;
	list-style:none;
	background:none;
}
.contenido .txt > ul li:first-child {
	margin-left:0;
}
.contenido .txt > ul li > img {
	display:block;
	margin-top:20px;
}

.contenido .txt > ul div {
	margin-left:145px;
}
.contenido .txt > ul h3 {
	padding:3px 0 4px 0;
	font-size:1.8em;
	color:#fff;
	line-height:1em;
	text-align:center;
	background: url(../img/h3-bg.png) left top repeat-x;
	text-shadow: 0 0 3px #924303;
}
.contenido .txt > ul p {
	margin-top:10px;
	padding: 0 5px 0 10px;
	font-size:1.4em;
	color:#333;
	line-height:1.1em;
}
.contenido .txt > ul p a {
	color:#333;
	text-decoration:underline;
}




