/* 
    Document   : e-rodoto
    Created on : 19/09/2007, 10:55:13
    Author     : Luis Pablo
    Description:
        Purpose of the stylesheet follows.
*/

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

h1
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #000066;
  
}

h2
{
    font-family: Arial,Helvetica,sans-serif;
    color: #006699;
    font-size: 18px;
    
}

label
{
    font-size: 16px;
    font-style: italic;
   
}

div.feedback
{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #cc0000;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;  
}

span.mensaje
{
    font-family: 'Times New Roman',Times,serif;
    font-style: italic;
    font-size: 18px;
    font-weight: bold;
    color: #000099;
   
}
