@charset "ISO-8859-1";
/* CSS Document */

.item{
	position:relative;
	float:left;
	width:340px;
	height:160px;
	margin-bottom:15px;
	margin-top:20px;
	color:#333;
}

.imagen{
	position:relative;
	height:75px;
	background-color:#D8E4EA;
	margin-bottom:3px;
	text-align:right;
}
h2{
	color:#00454F;
	font-size:14px;
	font-weight:bold;
	margin:2px auto 7px auto;
}
h2 strong{
	color:#7DA4B8;
}
.naranja{
	color:#FDB71C;
}

a.masinfo{
	color:#7DA4B8;
	text-decoration:none;
}
a.masinfo:hover{
	color:#FDB71C;
}
a.masinfoN{
	color:#FDB71C;
	text-decoration:none;
}
a.masinfoN:hover{
	color:#00454F;
}
img.detalle{
	float:right;
	margin:20px 0 30px 25px;
}

#parrafos_sup{
	margin-bottom:10px;
}

#parrafos_sup .titular{
	position:absolute;
	font-size:1.6em;
	font-weight:bold;
	left:10px;
	bottom:10px;
}
#contenido #detalle{
	padding:10px;
	background-color:#7da3b7;
	background-repeat:no-repeat;
	background-position:center right;
	height:230px;
	padding-right:370px;
	color:#fff;
	text-align:left;
}
#contenido #detalle p{
	margin-top:0;
	margin-bottom:15px;
}
#volver{
	position:absolute;
	width:100px;
	text-align:left;
	left:0px;
	bottom:6px;
}
#volver a{
	text-decoration:none;
	color:#FDB71C;
	margin-left:10px;
	font-weight:bold;
}
#volver a:hover{
	color:#d8e4ea;
}

