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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../imgs/fondo.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}

body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
}


#izquierda{
	width:585px;
	padding-right:10px;
	padding-left:5px;
	float:left;
	
}
#izquierda2{
	padding-right:10px;
	padding-left:5px;
	float:left;
	
}
#derecha{
	width:330px;
	float:right;	
}
#contenido_norm{
	width:910px;
	padding:10px;
	overflow: hidden;
	height: 100%;
	}

/*Revista*/
#numero{
	width:210px;
	height:168px;
	background-image:url(../imgs/revista/numero.jpg);
	margin:6px;
	float:left;
	font-family: Tahoma, Geneva, sans-serif;
	padding-left:10px;
}
#numero_v2{
	width:210px;
	height:168px;
	background-image:url(../imgs/revista/numero_v2.jpg);
	margin:6px;
	float:left;
	font-family: Tahoma, Geneva, sans-serif;
	padding-left:10px;
}
/*Links*/
#link{
	width:210px;
	height:163px;
	background-image:url(../imgs/links/link.jpg);
	margin:6px;
	float:left;
	font-family: Tahoma, Geneva, sans-serif;
	padding-left:10px;
	padding-top:5px;
}

/*Buscador*/
#search_box{
	width:400px;
	height:40px;
	float:right;
	padding-top:30px;
	padding-right:5px;
}

/*Noticias*/
#titulo_noticia{
	width:730px;
	height:125px;
	padding:10px;
	color: #060;
	font-size:22px;
	float:left;
	margin-bottom:10px;
	background-image:url(../imgs/fondo_titulo.jpg);
	background-repeat:no-repeat;
}
.img_noticia_ampliada{
	float:left;
	margin-right:5px;
}
#detalle_noticia{
	width:910px;
	float:left;
}

#detalle_noticia_tipo_2{
	width:750px;
	padding-left:155px;
	float:left;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
}






#detalle_noticia_tipo_3{
	width:730px;
	float:left;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	float:left;
	padding:10px;
	border:  solid thin #9C3;
	margin-top:5px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#margen_izquierda_noticia{
	width:150px;
	height:300px;
	float:left;
	margin-right:5px;
}

#titulo_noticia_2{
	width:730px;
	height:125px;
	padding:10px;
	border:  solid thin #999;
	background-color: #F2F2F2;
	color: #060;
	font-size:22px;
	float:left;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;

}
