﻿/*
html, body
{
    width: 100%;
    height: 100%;
    
    color: #FFFFFF;
    
}
*/


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    /*width: 1024px;*/
    width: 1024px;
    background-color: blue;
    margin: 0px;
    border: 0px;

    /*
    overflow-x: hidden;
    overflow-y: hideen;*/
    /*height: 768px;*/
    /*background-color:Transparent;*/
    background-color:Transparent;
}
/*Main wrapper class*/
.ContainerWrapper
{
	background-color: #5A5A5A;
	border-right: 1px solid #5A5A5A;
	border-bottom: 1px solid #5A5A5A;
	border-left: 1px solid #5A5A5A;
	width: 100%;
}
/*Gap between wrapper and container*/
.ContainerMargin
{
	padding: 4px;
}
/*Container*/
.Container
{
	border: 1px solid #99BBE8;
	background-color: White;
}
/*Header of each container*/
.ContainerHeader
{
	/*background-image: url(../Images/Container_Header.gif);*/
	height: 23px;
	font-size: 12px;
	font-weight: bold;
	color: #133047;
}
/*Margin of Header of each container*/
.ContainerHeader td
{
	padding: 4px;
}

.VentanaLogin
{
    /*
    width:992px;
     height:568px;
*/
     
     border:0;
     overflow-x:hidden;
     overflow-y:hidden; 
}

.LoginError
{
    font-family: Tahoma;
    font-size: 11pt;
    color:Red;
}

.LabelValRequired
{
    color:#FF0000;
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    font-size:11px; 
}
.labelInput {
	
	font-size:12px;
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    color:#000000;	
}
.labelInfo {
	
	font-size:12px;
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    color:#FFFFFF;	
}
.LabelTitle
{
    font-size:17px;
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    color:#FFFFFF;
    text-align:center;   
    width:100%; 
}
.LabelReporte
{
    font-size:27px;
    font-family:"Trebuchet MS", Helvetica, sans-serif;
    color:#FFFFFF;
    text-align:center;   
    
}
.labelField
{
	height: 23px;
	font-size: 12px;
	font-weight: bold;
	/*color: #489cdf;*/
    
        color: #23C111;
    
}