/**
* CSS
* @version 1.0
*/
/* press releases */

#not_block {
	background: #fff;
}
.noticias {
	width: 390px;
	text-align: left;
}
p.post {
	font-weight: normal;
	border-top:1px dashed #ccc;
	padding-bottom: 0.5em;
	width: 95%;
	text-align: left;
}
p.post span.date {
	display:block;
	color:#666;
	padding:.75em 0 0.25em 50px;
	font-size: 12px;
}
p.post img {
	float:left;
	position:relative;
	top:-1.0em;
	margin:0px 8px 2px 8px;
}
h2.news {
	color: #000000;
	font-size: 16px;
	line-height: 26px;
	padding-left: 50px;
	border-top: 1px #000000 solid;
	margin-top: 30px;
}
#location {
	float: right;
	width: 150px;
	margin-top: 30px;
	padding-right: 2%;
	padding-left: 2%;
	border-left: 1px #CCCCCC dotted;
	font-size: 85%;
}
#location ul {
	margin: 0 0 1.4em 0;
	padding: 0;
	list-style-type: none;
}
#location li {
	background: url(../images/iconos/flecha_gris.png) no-repeat 0 .4em;
	padding-left: 10px;
	margin-bottom: 5px;
	list-style-type: none;
}
div.b3 p.action {
	text-align: left;
	padding: 1px 0px 1px 0px;
	border-top: 1px solid #e4e5e7;	
	border-bottom: 1px solid #e4e5e7;	
	color: #868a8b;
	font-size: 90%;
}
div.product p.action.top {
	border-top: none;
}
div.b3 p.action a {
	text-decoration: none;
	font-style: italic;
	color: #690;
	border: 0px;
}
div.b3 p.action a:hover {
	color: #000000;
	border: 0px;
}
div.b3 p.action a.previous, div.b3 p.action a.next { 
	margin-left: 15px; 
}

