#contenedor-general{
	width:960px;
	margin:0 auto;
}
#social{
	width: 100%;
	height: 37px;
	background-color: #f9f9f9;	
}
#social p{
	color: #dd211c;
	font-family: arial, verdana;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	float: right;
	margin:12px 9px 0 0;
}
#social ul{
	float: right;
	margin-right: 25px;
	margin-top: 7px;
}
#social ul li{
	float: left;
}
#social ul li a{
	width:20px;
	height: 20px;
	display: block;
	overflow: hidden;
	text-indent: -100000px;
}
#social ul li a:hover{
	opacity:0.8;
}
#fb-btn{
	background:url(img/fb-btn.png) center top no-repeat;
}
#tw-btn{
	margin-left:8px;
	background:url(img/tw-btn.png) center top no-repeat;
}
#contenido{
background-color: #e8e8e8;
width:910px;
padding:13px 25px 0 25px;
float: left;
}
#noticia-destacada{
	padding:6px;
	background-color: #ffffff;
	float: left;
	display: block;
	position: relative;
}
#noticia-destacada img{
	float: left;
	width: 394px;
	height: 272px;
}
#noticia-destacada #txt-destacada, .noticia-interna p{
	width: 422px;
	margin-left:42px;
	margin-top: 15px;
	color: #767676;
	font-size: 14px;
	line-height: 22px;
	float: left;
	font-family:arial, verdana;	
}
h1{
	color:#3d3d3d;
	font-family: tahoma, arial, verdana;
	font-weight: bold;
	font-size:25px;
	float: left;
	width: 422px;
	margin-left:42px;
	margin-top:50px;
	line-height: 27px;
}
#leer-destacada{
	width:422px;
	text-align: right;
	float: left;
	position: absolute;
	bottom:10px;
	right: 30px;
}
#leer-destacada a{
	color:#d62929;
	font-size: 13px;
	font-weight: bold;
	font-family: arial, verdana;
	text-decoration: none;
}
#leer-destacada a:hover{
	text-decoration: underline;
}
#noticias{
	width: 100%;
	margin-top: 21px;
	float: left;
}
.noticia{
	width:290px;
	height: 250px;
	float: left;
	background-color: #ffffff;
	margin-right: 20px;
	position: relative;
}
.noticia:last-child{
	margin-right: 0;
}
.noticia img{
	width:267px;
	height: 122px;
	float: left;
	margin:15px 0 11px 11px;
}
.noticia p{
	font-size: 17px;
	font-weight: bold;
	font-family: arial, verdana;
	color: #000000;
	width:267px;
	float: left;
	text-align: left;
	margin-left:11px;
}
.noticia a{
	position: absolute;
	bottom:10px;
	right: 30px;
	color:#d62929;
	font-size: 13px;
	font-weight: bold;
	font-family: arial, verdana;
	text-decoration: none;
}
.noticia a:hover{
text-decoration: underline;
}
#bolizq{
	float: left;
}
#bolder{
	float: right;
}
#masboletines{
	padding:30px 0 40px 0;
	float: left;
	width: 100%;
}
#masboletines a{
	color:#4f4f4f;
	font-weight: bold;
	font-size: 13px;
	font-family: arial, verdana;
	text-decoration: none;
}
#masboletines a:hover{
	text-decoration: underline;
}
#copyright{
	color:#828282;
	font-size: 12px;
	font-family: arial, verdana;
	text-align: center;
	width: 100%;
	float: left;
	background-color: #e8e8e8;
	margin-bottom: 25px;
}
#sugerencias{
	color:#8c8c8c;
	font-size: 11px;
	text-align: center;
	padding:15px 0 30px 0;
	float: left;
	background-color: #d6d6d6;
	width: 100%;
	font-family: arial, verdana;
}
.noticia-interna p{
	width: auto;
	float: none;
	margin-right: 20px;
	margin-top:10px;
}
.noticia-interna img{
margin-right:16px;
margin-bottom: 13px;
}
.noticia-interna h1{
	margin-left:0;
	width: 452px;
	margin-bottom: 10px;
}
#galeria{
	width:100%;
	float: left;
	background-color: #ffffff;
	padding-bottom: 10px;
	padding-top:10px;
}
.foto{
	width:80px;
	height: 80px;
	float: left;
	margin-left:10px;
}
.foto:last-child{
}
.foto:hover{
	cursor: pointer;
}
.noticia-interna.anteriores{
width:898px;	
}
.noticia-interna.anteriores h1{
	width: 90%;
	padding-left:20px;
	margin-top:16px;
}
.noticia-interna.anteriores p{
	margin-left:20px;
}
.lista{
float: left;
width: 155px;
margin: 20px 0 0 50px;
}
.lista ul {
    color: #DD211C;
    list-style: disc inside none;
}
.noticia-interna.anteriores h4{
color:#DD211C;
	font-family: tahoma, arial, verdana;
	font-weight: bold;
	font-size:16px;
	margin-bottom:10px;
}
.lista ul li{
	margin-bottom:10px;
}
.lista ul li a{
	font-size: 14px;
	text-decoration: none;
	color:#767676;
	font-family: verdana, tahoma, arial;
}
.lista ul li a:hover{
	text-decoration: underline;
}

/* Overlay */
/* the overlayed element */
.simple_overlay {

/* must be initially hidden */
display:none;

/* place overlay on top of other elements */
z-index:10000;

/* styling */
background-color:#333;

width:960px;
min-height:200px;
border:1px solid #666;
left:190px;
top:0;

/* CSS3 styling for latest browsers */
-moz-box-shadow:0 0 90px 5px #000;
-webkit-box-shadow: 0 0 90px #000;
}








.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */