			
			
			/* CÓDIGO CSS PARA MOSTRAR LAS NOTICIAS */
			
			/* Empezamos por el div de las calderas */
			#noticias {
			font: bold "Trebuchet MS", Tahoma, Arial, sans-serif;
			font-size:10px;
			font-weight: bold;
            padding: 5px;
			border-width: 1px;
            border-style: solid;
            margin-left: auto;
            margin-right:auto ;
            margin-top:20px;
			margin-bottom:5px;
			background-color: #FFFFFF;
			width:500px;
			height: auto;
			text-align:center;
			}
			
			#noticias a{
			font: 9px "Trebuchet MS", Tahoma, Arial, sans-serif;
			color:#FC7316;
         	padding: 5px;
			width:70%;
			height: auto;
			text-align:center;
			}
			
			#noticias a:hover {
			font: 9px "Trebuchet MS", Tahoma, Arial, sans-serif;
			color:#005787;
         	padding: 5px;
			width:70%;
			height: auto;
			text-align:center;
			}
			
                table.noticias {
                        border: 1px solid #ccc;
                        width: 500px;
                        margin: 20px auto;
                        }
                
                table.noticias caption {
                        font: bold 1.2em "Trebuchet MS", Tahoma, Arial, sans-serif;
                        color: #000;
                        text-align: center;
                        margin: 10px auto;
                        }

                table.noticias tbody {
                        font: bold 1em "Trebuchet MS", Tahoma, Arial, sans-serif;
                        color: #fff;
                        background: #FC7316;
						text-transform:uppercase;
                        text-align: center;
                        padding: 5px;
                        border: 0;
                        }
						
				table.noticias tr.p_publicacion th{
                        font: bold 1em "Trebuchet MS", Tahoma, Arial, sans-serif;
                        color: #fff;
                        background: #FC7316;
						text-transform:uppercase;
                        text-align: center;
                        padding: 5px;
                        border: 0;
                        }
		
                table.noticias tbody tr.primera_e th {
                        font: bold 1.5em "Trebuchet MS", Tahoma, Arial, sans-serif;
                        color: #fff;
                        background: #005787;
						text-transform:uppercase;
                        text-align: center;
                        padding: 5px;
                        border-top: 1px solid #eee;
                        }
				 
                    
                table.noticias tbody th {
                        font: 9px "Trebuchet MS", Tahoma, Arial, sans-serif;
                        color: #000;
                        background: #FEFFF1;
                        text-align: center;
                        padding: 5px;
                        border-top: 1px solid #eee;
                        }
						

				
				table.noticias tbody tr.publicidad th {
                        font: 10px "Trebuchet MS", Tahoma, Arial, sans-serif;
                        color: #FF0012;
                        background: #FFFFFF;
						text-transform:uppercase;
                        text-align: right;
                        padding: 5px;
                        border-top: 2px solid #eee;
                        }

                        
                table.noticias tbody td {
                        font: bold 11px "Trebuchet MS", Tahoma, Arial, sans-serif;
                        color: #666;
                        background: #fff;
						text-align:justify;
						text-transform:none;
                        padding: 5px;
                        border-top: 1px dotted #eee;
                        }
						/* Enviar a un amigo*/
						#amigo label{ 
						font: bold 14px "Trebuchet MS", Tahoma, Arial, sans-serif;
                        color: #666;
						}
						#amigo legend{
						font: bold 18px "Trebuchet MS", Tahoma, Arial, sans-serif;
                        color: #666;
						}
						.campo_n{
						font: bold 12px "Trebuchet MS", Tahoma, Arial, sans-serif;
                        color: #990000;
						background-color:#F7F3D2;
						}
						.campo_t{
						font: bold 12px "Trebuchet MS", Tahoma, Arial, sans-serif;
                        color: #990000;
						background-color:#F7F3D2;
						}
						.botones{
						font: bold 12px "Trebuchet MS", Tahoma, Arial, sans-serif;
						text-align:center;
                        color: #ffffff;
						background-color:#000000;
						}
								
						
