body{
	background-image: url(imagenes/fondo.gif);
	background-repeat: repeat;
	font-family: "Trebuchet MS";
	font-size:12px;
	text-align:justify;
}

#Header, #Reportes, #Footer, #Cuerpo{
	width: 750px;
	margin:0 auto;
}

#Footer{
	border: thin solid #CC0000;
	font-size:12px;
	font-family: "Trebuchet MS";
}

#Progreso{
	position:absolute;
	visibility:hidden;
	display:none;
	z-index:100;
	width:300px;
	height:100px;
	text-align:center;
	border: medium solid #000000;
	background-color:#FFFFFF;
	color:#666666;
}

#Login{
	position:absolute;
/*
	visibility:hidden;
	display:none;
*/
	z-index:100;
	width:400px;
	height:200px;
	text-align:center;
	border: medium solid #000000;
	background-color:#FFFFFF;
	color:#666666;
}

/* SCROLL */
#proveedor-page {
/*
     width:300px;
     height:170px;
     background-color:#F2F2F2;
*/
     overflow:auto;
}

.nombre{
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color:#D20C0C;
}
.sup_titulo{
	background-image: url(iconos/titulo_fondo.jpg);
	background-repeat:repeat-x;
	text-align: center;
}
.sup_subtitulo{
	background-image:url(iconos/subtitulo_fondo.jpg);
	background-repeat:repeat-x;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color:#D20C0C;
}

.encabezado{
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	background-color: #999999;
}
.sec_encabezado{
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.titulo{
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
}
.menu{
	text-align:center;
}
.menu td{
	width:140px;
	background: #7D9DE2;
	border-top: thin solid #8FABE6;
	border-bottom: thin solid #FF0000;
}
.menu td:hover{
	background-color:#CCCCCC;
	border-top: thin solid #DDDDDD;
}
.menu a{
	text-decoration:none;
	color:#FFFFFF;
	text-decoration:none;
}
.nota{
	font-size:11px;
	text-align:right;
}

.accion{
	background-color: #99CCFF;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0066FF;
	border-bottom-color: #0066FF;
	height: 30px;
	text-align: right;
}
.accion input{
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #0033FF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
	font-weight: bold;
}

.reporte td{
	border: 1px ridge #EEEEEE;
	/*
	outset
	*/
}

.proveedor{
	font-family: Verdana;
	font-size: 30px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFCC00;
}

/****************************/
#Calendario{
	font-size:9px;
	background-color:#FFFFFF;
	text-align:center;
	border: thin solid #CCCCCC;
}

#Calendario .fecha{
	font-size:11px;
	font-weight:bold;
	text-align:center;
	border-bottom: thin solid #CCCCCC;
}
#Calendario .domingo{
	color: #FF0000;
}
#Calendario .sabado{
	color: #0000FF;
}
#Calendario .hoy{
	color: #FFFFFF;
	background-color:#CC0000;
	font-weight:bold;
}