/* 
    Document   : estilo
    Created on : 01/12/2009, 11:16:17 PM
    Author     : Carlos
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

/* Reseteo */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,
pre, form, fieldset, table, th, tr, td {margin:0; padding:0;}
img {border:0;}
a {text-decoration:none;}
ol, ul {list-style:none;}

/* Elementos basicos */

body {
	background:#eff4f4;
	color:#333;
	font-family:"Lucida Grande", Arial, Verdana;
	font-size:12px;
	}
a {color:#333;}
p {margin-bottom:10px;}

/* Plantilla Basica */

#pagina {
margin:20px auto;
background:#FFF;
border:1px solid #E7E7E7;
}

/* Creditos */

#creditos {
        background:#FBFCFC;
        border-bottom:5px solid #ebf1f1;
        padding:20px;
        }
#creditos p {line-height:150%; margin-bottom:0px;}
#creditos a {color:#47595F; border-bottom:1px dotted #FFF;}
#creditos a:hover {color:#111; border-bottom:1px dotted #333;}

/* Contenido */

#contenido {
        padding:20px;
        }

#contenido h2 {
        font-family:"Myriad Pro", Verdana, Arial;
        font-size:20px;
        letter-spacing:-1px;
        font-weight:bold;
        color:#555;
        margin-bottom:20px;
        padding-bottom:10px;
        border-bottom:5px solid #ebf1f1;		
		text-align:left;
        }

#contenido table {
        background:#F2F6F6;
        margin-bottom:30px;
        width:100%;
		/*border:1px solid #E7E7E7;*/
        }
        #contenido table thead {
                background:#444;
                color:#eff4f4;
                font-weight:bold;
                text-transform:uppercase;
                font-family:"Myriad Pro", Verdana, Arial;
                font-size:12px;
                letter-spacing:0px;
                text-align:left;
                }
#contenido table th{
        padding:7px;
		border-left:1px solid #444;
        }

#contenido table td {
        padding:7px;
		font-size:12px;
        }
#contenido table td {
        border-bottom:1px solid #F0F0F0;
		/*border-left:1px solid #F0F0F0;*/		
        vertical-align:middle;
        }
#contenido table tr.alt {
        background:#FFF;
        }


.input {	
	font-family:"Lucida Grande", Arial, Verdana;
	font-size:12px;
	}