@charset "UTF-8";
/* CSS Document */


div#lineaSeparadora {
	margin: 5px 0px 18px 0px;
	width: 100%;
	border-top: 1px solid #999;
}

div#destacados { 
	width: 270px; 
	float: left;
	
	margin:0px 0px 15px 9px;
	padding: 0px 0px 5px 0px;
}

div#destacadosCopy {
	border-bottom: 1px dashed #999;
	
	width: 260px;
	
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 10px;

}


div#enlacesBlog {
	text-decoration: none;
	text-align: right;
	color: #3399cc;
}

a {
	color: #3399cc;
	text-decoration: none;
}

a:link {
	color: #3399cc;
	
	font-weight: normal;
	
	text-decoration: none;
}

a:hover {
	color: #3399cc;
	
	font-weight: normal;
	
	text-decoration: underline;
}

/*div#imgDestacados {
	height: 100px;
	width: 270px;
	
	background-color:#FF3399;
	
	margin: 5px 0px 10px 0px;
}


a#imgDestacados {
	border: 1px solid #fff;
}


a:hover#imgDestacados {
	border: 1px solid #fff;
}*/




