/* CSS Document */

body {
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align: center; /*aqui mandamos a centrar todo el contenido*/	
	margin: 0;	
}

#login{	
	width:370px;
}

#medio-der-noticias{
	background: repeat-y url("../imagenes/blanca/medio-der-centro-noticias.png");
	width:370px;
	display:block;
	clear:right;
	text-align:left;
	padding: 0px;
}

#medio-der-superior-noticias{
	background: no-repeat url("../imagenes/blanca/medio-der-superior-noticias.png");
	height:20px;	
}
#medio-der-inferior-noticias{
	background: no-repeat url("../imagenes/blanca/medio-der-inferior-noticias.png");
	height:20px;	
}
