/* 
    Document   : inicio
    Created on : 19/08/2009, 11:49:52 AM
    Author     : reedstation
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


#noticias{
    border-style:solid;
    overflow:hidden;
    margin-top:10px;
    padding:5px;
    width:612px;
}
div.news{
    float:left;
    margin:10px;
    width:204px;
    border-style:solid;
    border-width:0px;
    overflow:hidden;
}

#divNewTitle{    
    border-style:solid;
    border-width:0px;
    width:230px;
    overflow:hidden;    
}

#hrTitleNews{
    clear:both;
    margin-left:-50px;
    width:110%;
}
#imgTitleNews{    
    float:left;
}
#tbNews{    
    border-style:solid;
    border-width:0px;
    overflow:hidden;
    width:450px;
    float:left;
}

#tbNewstitle{
    margin-left:5px;    
    width:180px;
    float:left;       
}
.txtNoticia{
    text-decoration:none;
    font-family:Arial;
    font-size:17px;
    color:#0959a5;
    font-weight:bold;    
}


.titleNew{
    color:#005a96;
    font-family:Arial;
    font-size:12px;
    text-decoration:none;
}
.tbFechaNew{
    font-family:Arial;
    font-size:12px;
    color:#000101;    
}

.titleNew{
    border-style:solid;
    border-width:0px;
    overflow:hidden;
}
