@charset "utf-8";
/* CSS Document */

body{
	background-color:#FFF;       
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#666;
}
#contenedor{
	background-color:#FFF;
	width:960px;
	height:0px;
}
#cabecera{
	background-color:#369;
	width:960px;
	margin:auto;
}
#logo{
	background-color:#369;
	width:400px;
	height:50px;
	float:left;
	background-image:url(../img/logo.jpg);
}
#cliente{
	background-color:#369;
	width:560px;
	height:50px;
	float:right;
}
#banner{
        top: 0px;
	width:960px;
	height:150px;
	background-image:url(../img/banner.png);
}
#menu{
	width:960px;
	height:30px;
	background-color:#333;
}
#contenido{
        background-color:#FFF;
	width:960px;
        padding: 0;
        margin: 0 auto;                
}
#separador{
        background-color: #FFF;
	width:960px;
	height:30px;
}
#pie{
        background-color:#00cc99 ;
	width:960px;
	height:50px;
        color: #FFF;
        font-size: 10pt;        
}

/*Atributos de Menu*/
#menu table{
        background-color:#00cc99;
	color:#039;
	height:30px;
	width:960px;
        font-size: 12pt;
}
#menu table td{
	width:120px;
	text-align:center;
}
#menu table td:hover{
        background-color:#333;
	color:#039;
	cursor:pointer;
}
#menu table td a{
	color:#FFF;        
	text-decoration:none;
}
h1{
     
    font-family: verdana;
    font-size: 14pt;
    color: #00cc99;
    font-weight: bold;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 8px;
    margin-top: 8px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;      
}
#Nota{     
    font-family: verdana;
    font-size: 10pt;
    color: #e82424;
    font-weight: bold;
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 8px;
    margin-top: 8px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 2px;      
}