﻿/*TWITTER CSS Gestiona la vista Parcial Parts\Logiciel\Logiciel_Twitter*/

.TwitterCSS{
    border: Solid #fff 2px; 
    padding:0px 0px 10px 10px;
    margin-bottom:25px;
    overflow:hidden;
    color:#123456; 
  
}

/*Las clases .TabTitulo y .TabFondo permiten crear una pestaña en la parte superior del contenedor de Twitter*/
.TwitterCSS .CajaTwitterTabTitulo{
 text-align:center;
 vertical-align:text-top;
 color:#000000;
 float: left; width:55%; 
}

.TwitterCSS .CajaTwitterTabFondo{
    height: 30px; background-color:transparent; 
    border-left:Solid #fff 2px;
    border-bottom:Solid #fff 2px;
    float: right; width:44%;
}

.TwitterCSS a{
 color:#000; 
}

.TwitterCSS .CajaTwitterFechas{
    color:Red; 
    font-size: 9px;
}