*{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align:center;
	background-color:#ccc;
}
img{
	border: 0;
	display: block;
}

#contenedor{
	margin: 0 auto 0 auto;
	width:980px;
	background-image: url('../images/helices.gif');
	background-repeat: no-repeat;
	background-position: 0px 10px;
}

#flash {
	margin: 5px auto 8px auto;
	width:980px;
}

#noticias {
	float:left;
	margin: 0 auto 5px auto;
	width:568px;
    height: 120px;
	text-align: left;
	padding: 10px 0px 0px 15px;
    background-image: url(../images/fondo_news.jpg);
    background-repeat: no-repeat;
}
#paginador {
	height:12px;
	width: 530px;
	text-align: right;
	border-bottom:1px solid white;
	padding: 0px 5px 3px 0px; 
	
}
#noticia {
	padding:5px;
	line-height: 14px;
	width: 530px;
}

#descripcion {
	float:right;
	margin: 20px auto 0 auto;
	width:389px;
	height:100px;
}

#pie {
	clear:both;
	margin: 3px auto 0 auto;
	width:980px;
	border-top: 2px solid white;
	padding-top: 4px;
	font-weight:bold;
	color:#FFF;
}

#emutation {
	margin: 3px auto 0 auto;
	width:980px;
	font-weight:normal;
	color: #999;
}


#emutation a {
	text-decoration: none;
	color: #999;
}

#emutation a:hover {
	text-decoration: underline;
}


#paginador a {
	text-decoration: none;
	color: #666;
}

#paginador a:hover {
	text-decoration: underline;
}

a.enlace_tipo1{
	text-decoration: none;
	color: #333;
}

a:hover.enlace_tipo1{
	text-decoration: underline;
}