﻿.tabla
{
	width:790px;
	background-color:White;
	border: 2px solid black;
    margin-right: 0px;
}
.tabla_titulo
{
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size:12px;
	text-align:right;
}
.tabla_cuerpo
{
	width: 70%;
	text-align: left;
}
.tabla_cuerpo_solo
{
}

.boton_espacio
{
	padding: 0 5px 0 5px;
}
.hidden
{
    display:none;
}

.FondoTexto
{ 
    background-color:#000;
    filter: alpha(opacity=70);
    opacity:0.7;
}

.panelGeneral
{ 
    background-color:White;
    width:1024px;
    max-width:1024px;
    min-width:1024px;
    overflow:auto;
    max-height:400px;
    color: Black;
}

.botonCerrar
{
    position:absolute;
    top:5px;
    right:5px;
}
 
#logo
{
    background-color: #f88029;
    height: 40px;
    width: 100%;
    min-width: 800px;
    text-align: left;
    right: 0px;
    left: 0px;
    position: fixed;
    top:0px;
    background-repeat:no-repeat;
    padding-top: 1px;
}
#logo_der
{
    width:400px;
    float:left;
}
#logo_izq
{
    width:300px;
    float:right;
}

#menu
{
    background-color: black;
    height: 20px;
    width: 100%;
    min-width:1024px;
    text-align: right;
    position: fixed;
    top: 61px;
    left: 0px;
    z-index: 5000;
}
#menu_navigator
{
    height: 20px;
    width: 100%;
    text-align: left;
    position: fixed;
    top: 81px;  
    left: 0px; 
    z-index: 999;
    
}
#contenido
{
    height: 100% !important;
    width: 100%;
    top:40px;
}
#pie
{
    height: 30px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: black;
    color:White;
    
}
#alerta
{
    height: 20px;
    position: fixed;
    bottom: 20px;
    width: 100%;
    background-color: white;    
    text-align: right;    
}
.textbox
{
    border: 1px solid gray;
    height: 30px;
}
.boton
{
    background-color: #f88029;
    height: 30px;
    border: 1px solid #f88029;
    color: White;
}
.titulo
{
    width: 100%;
    font-size: 22px;
    color: White;
    font-weight: bolder;
    text-align: left;
    padding: 10px 10px 10px 10px;
    background-color: #f88029;
}
.contenido_t
{
     width: 100%;
    font-size: 12px;
    color: White;
    font-weight: bolder;
    padding: 10px 20px 10px 20px;
    text-align: justify;
}


.portableLnk
{
    font-size: 14px;
    background-color: #ccc;
}