﻿.Texto a{
   color:Aqua;
   text-decoration:none;
}

.Texto a:hover{
   color:Red;
   text-decoration:underline;
}

.Texto .Titulonoticia {
   font-weight:bolder;
   font-size:20px;
   text-align:center;
   display:block;
   width:100%;
   text-decoration:underline;
}

.Texto .Fecha {
   margin:10px 0 10px 0;
   font-weight:bold;
   font-size:15px;
   text-align:center;
   display:block;
   width:100%;
   text-decoration:underline;
   
}

.Texto a.EnlaceVoler {
   font-weight:bold;
   color:Lime;
   text-align:center;
   display:block;
   width:100%;
   text-decoration:none;

}

.Texto a.EnlaceVoler:hover {
   text-decoration:underline;
}


.Texto .DERECHA {
   float:right;
   width:50%;
}


.Texto .IZQUIERDA {
   float:left;
   width:50%;
}

.Texto .ARRIBA{
   width:100%;
   display:block;
}

.Texto .ABAJO{
   width:100%;
   display:block;
}

