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

h1{
	letter-spacing: -0.07em;
	font-size:30px;
	line-height:30px;
	font-weight: normal;
}

.noticia-fuego{
	border-top:5px solid #CC0000;
	border-bottom:5px solid #CC0000;
}
.noticia-fuego h1{
	color:#000;
	font-size:30px;
	font-weight: none;
	letter-spacing: -0.07em;
	line-height:30px;
}
.noticia-fuego p{
	font-size:14px;
	line-height: 18px;
}



.noticia-alta, .noticia-baja{
	display:block;
	clear:both;
}

.noticia-media img, .noticia-alta img{
	float:left;
	margin:0 10px 10px 0;
	box-shadow: 1px 1px 2px #333;
  	-moz-box-shadow: 1px 1px 2px #333;
  	-webkit-box-shadow: 1px 1px 2px #333;
	
}





.noticia-alta h2{
	display:block;
	letter-spacing: -0.07em;
	font-size:20px;
	line-height:18px;	font-weight: normal;
}

.noticia-alta img{
	width:180px;	
}

.noticia-media{
	display:block;
	float:left;
	width:160px;
	font-size:11px;
	
}
.noticia-media img{
width:150px;	
}

.noticia-media h2{
	display:block;
	letter-spacing: -0.06em;
	font-size:18px;
	line-height:16px;	font-weight: normal;
}


.noticia-baja{
	font-size:11px;
}

.noticia-baja h2{
	display:block;
	letter-spacing: -0.06em;
	font-size:16px;
	line-height:16px;
	font-weight: normal;
}


.noticia-separador{
	height:5px;
	clear:both;
	margin: 0 5px 0 5px;
	border-bottom: 1px dotted #CCC;
	}
	
	
#search-wrap{margin-top:25px;float:left;color:#ededed}
#search-wrap input{width:170px; font-size:12px; color:#000; padding:3px;background-color:#E1E1E1;border:1px solid #848484;}
#results{background-color:#FFF;border:1px solid #DEDEDE;display:none;height:154px;overflow:auto;position:absolute;width:400px;z-index:999;}
#results ul, #results li{padding:0; margin:0; border:0; list-style:none;}
#results li {border-top:solid 1px #DEDEDE;}
#results li strong {color:#000;}
#results li a{display:block; padding:4px; text-decoration:none; color:#000; font-weight:bold;}
#results li a small{display:block; text-decoration:none; color:#999; font-weight:normal;}
#results li a:hover{background:#F7F7F7;}
#results ul {padding:6px;}
