﻿
@import url('Login.css');
@import url('Alertas.css');
@import url('Menu.css');
@import url('Tablas.css');
@import url('ModalPopUp.css');
 
body
{
    font-family:Trebuchet MS;
   background: #ddd url(Imagenes/bg.jpg) repeat top left;
     /*background-repeat: no-repeat;*/
    background-attachment: fixed;
       color: black;
    -webkit-font-smoothing: antialiased;
    overflow-y: scroll;
    overflow-x: hidden;
}
#page
{
    width: 940px;
    margin: 0px auto 0px auto;
    padding: 10px;
   
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

   background-color: rgba(255, 255, 255, 0.8)

}
#banner
{    
    width:100%;
    height:69px; 
   	/* Background color and gradients */	
	background: #F4F4F4 url('Imagenes/banner_silver.png') no-repeat center ;
	/*background: -moz-linear-gradient(top, #F4F4F4, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F4F4F4), to(#EEEEEE));*/	
	/* Rounded corners */
	border-top-right-radius	: 5px;
    -moz-border-radius-topright	: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius	: 5px;
    -moz-border-radius-topleft	: 5px;
    -webkit-border-top-left-radius: 5px;
	/*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
}
#container
{
     width:940px;

}
#container h2
{
        font-size: 21px;
        font-weight: 400;
        letter-spacing: -1px;
        margin: 7px 0 14px 0;
        padding: 14px 0px 14px 0px;
        border-bottom: 1px solid #666666;
}
#container h3
{
        font-size: 14px;
        font-weight: 400;
        letter-spacing: -1px;
        margin: 7px 0 14px 0;
        padding: 14px 0px 14px 0px;
        border-bottom: 1px solid #666666;
}
.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}
.campo
{
    width : 200px;
}

.recargar {
    background:  url('Imagenes/reload.png') no-repeat center;
}

.graficar {
    background:  url('Imagenes/Graficar.png') no-repeat center;
    height: 75px;
    width: 75px;
}

.descargar {
    background:  url('Imagenes/download.png') no-repeat center;
    height: 75px;
    width: 75px;
}

.Grid {
        table-layout:fixed; 
        width:100%;
    margin-top: 0px;
    word-wrap: break-word;  
}
    .Grid .Shorter {
        overflow: hidden; 
        text-overflow: ellipsis; 
        white-space: nowrap;
               
    }