
	
			body {
	    		margin:1px 1px 0 1px;
	    		padding:0px;
	    		background-color:#FFF;
	    		font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	    		color: #000;
	    		font-size:11px;
			}
			td {
				font-size:11px;
				}
			.mas_pequeno{
			font-size:9px;
			}
	
			#principal {
				background:#FFF;
		
			}
	
			#ladoIzquierdo {
				position:absolute; 
				width:144px;
				top:120px;
				left:1px;
				background:#FFF;
				/* padding:0px;*/
			}
			
			#ladoIzquierdoLocal {
				position:absolute; 
				width:444px;
				height:454px;
				top:120px;
				left:1px;
				/*background:#C8C8C8;*/
				background:#CCDDE0
				/* padding:0px;*/
			}		
		
			#bloqueCentral {
		
				position:absolute;
				margin-left:155px;
				top:145px;
				width:600px;
				background:#FFF;
			}
			#bloqueCentralNoticia {
		
				position:absolute;
				margin-left:15px;
				top:145px;
				width:760px;
				background:#FFF;
			}
		
			.fondoBloqueCentral {
				background:#F2F4E8;
			}
			
			.noticiasLocales {
				background:#FFF;
				width:250;
				padding:4px;
				color:#555;
				border-right-style:solid;
				border-right-width:5px;
				border-right-color:#CCC;
			}
			.noticiaLocal{
				background:#fcfcfc;
				padding-left:40px;
				padding-top:5px;
				padding-right:40px;
				padding-bottom:40px;
				font-weight: normal;
				}
				
			.noticiasLocalesInterior, noticiaLocalInterior {
				margin-left:45px;
				width:385px;
			}
			.textoNoticiaLocal {
	    		color: #111;
	    		font-size:150%;
				font-weight: bold;
			}
			
			.textoLugares {
				font-size:80%;
			}
			
			.imagenNoticiasLocales {
				border-right-style:solid;
				border-right-width:7px;
				border-right-color:#fff;
			}
			
			#ladoDerecho {
				position:absolute;
				top:120px;
				margin-left:624px; 
				width:144px;
				background:#FFF;
			}
		
			#code   {
				/*white-space:pre;*/
				background-color:#afa;
				color:#000000;
				width:20%;
				/*display:block;*/
				padding:10px;
			}	
	
	
			#tipDay {
				float:right;
				width:175px;
				background:#FFF3AC;
			}
		
		
			img.cuadradoAdornoMenuIzquierda {
				float: right;
				position:relative;
				top:+5px;
				left:-5px;
			}
		
			img.cuadradoAdornoMenuDerecha {
				float: left;
				position:relative;
				top:+5px;
				left:+5px;
			}
		
			p.noticiasScroll{
				border-left: medium solid #777;
				width:100px;
				border:10px;
				valign:middle;
				padding:2px;
			}
		
			.tituloMenuIzquierdaAzul {
				background-color:#FFF;
				border-style: solid;
				border-width: 2px;
				border-right-width:20px;
				border-color: #075C8D;
				text-align: right;
				font-weight: bold;
				font-size: 120%;
				font-family: Arial;
				color:#000;
			}
		
			.tituloMenuIzquierdaVerde {
				background-color:#FFF;
				border-style: solid;
				border-width: 2px;
				border-right-width:20px;
				border-color: #04B293;
				text-align: right;
				font-weight: bold;
				font-size: 120%;
				font-family: Arial;
				color:#000;
			}
		
			.tituloMenuDerechaGranate {
				background-color:#FFF;
				border-style: solid;
				border-width: 2px;
				border-left-width:20px;
				border-color: #8D4007;
				text-align: left;
				font-weight: bold;
				font-size: 120%;
				font-family: Arial;
				color:#000;
			}
		
			.tituloMenuDerechaAmarillo {
				background-color:#FFF;
				border-style: solid;
				border-width: 2px;
				border-left-width:20px;
				border-color: #FBDC4D;
				text-align: left;
				font-weight: bold;
				font-size: 120%;
				font-family: Arial;
				color:#000;
			}

			p.subopcionesMenuIzquierda {
				position:relative;
				/*float:right;*/
				top:-8px;
				text-align:right;
				font-size:120%;
				line-height: 18px;
			}	
		
			p.subopcionesMenuDerecha {
				position:relative;
				/*float:left;*/
				top:-8px;
				text-align:left;
				font-size:120%;
				line-height: 18px;
			}	
			
			.envuelveOpcionMenu {
				/*position:relative;*/
				width:144px;
				background:#075c8d;
			}	
			
			.envuelveOpcionMenuNoticia {
				/*position:relative;*/
				width:430px;
				background:#075c8d;
			}
			
			.tablas {
			background:#BEC0B2;
			}
			
			.tablas2 {
			background:#D6B9A6;
			}
			
			a:link{color:#555;text-decoration:none;}
			a:hover{background:#eee;color:#000;}
			a:visited {color: #555; text-decoration: none}
			a.menuInterno:link{text-decoration:none;color:#000;font-size: 80%;}
			a.menuInterno:hover{background:#eee;color:#000;font-size: 80%;border-style: solid;border-width: 1px;border-color: #FBDC4D;}
			a.menuInterno:visited {color:#000;font-size: 80%; text-decoration: none}
			a.subOpcion:link{color:#000;text-decoration:none;}
			a.subOpcion:hover{background:#eef;color:#000;}
			/*a.subOpcion:hover:before {content: "=> ";} -> solo compatible con Opera, ni siquiera Mozilla*/
			a.subOpcion:visited {color: #000; text-decoration: none}
	
