﻿html, body {
	margin: 0;
	padding: 0;
	color: #333333;
	background: #C5C5C5;
	font-family:Arial;
    font-size:9pt;
    /*text-align:center;*/
}

input, text area
{
	font-family:Arial;
    font-size:8pt;
}

select {
/*width: 125px; */
	font-family:Arial;
    font-size:8pt;
	border:#E6B01C 1px solid;
    /*border-right: #E6B01C 1px solid;
    border-top: #E6B01C 1px solid; 
    border-left: #E6B01C 1px solid; 
    border-bottom: #E6B01C 1px solid; */
}

a
{
    text-decoration: none;
    color:#AA2941;
}

td
{
    white-space:nowrap;
    vertical-align:top;
    text-align:left;
    padding-top:2px;
}

ul {
	margin: 0;
	padding: 0;
	padding-left:1px;
	list-style: none;
	width: 100px; /* Width of Menu Items */
	}

ul li
{
    margin-top:1px;
    width:100px;
    text-align:left;
}
ul li.ElementoSinBoton {
    font-size:8pt;
    font-weight:bold; 
    background-color:#E6B01C;
    border:solid 0px white;
    color:White;
    text-align:center;
}

input
{
	font-family:Arial;
}

.master
{
    width:100%;
    border:solid 0px white;
}

.masterTD
{
    background-color:#FFFFFF;
    text-align:center;
}

.tituloTR
{
    font-weight:bold; 
    background-color:#FFFFFF;
    color:#AA2941;
}

.tituloTD
{
    border-bottom:solid 2px #AA2941;
}


.DIV_SubrayadoColor
{
	font-weight:bold; 
    background-color:#FFFFFF;
    color:#AA2941;
    border-bottom:solid 2px #AA2941;
}

.bordesDIV
{
    border:solid 1px blue;
}

.LinkMenu
{
    font-size: 8pt;
    font-weight: bold;
    background-color: white;
    color: #E6B01C;
    text-decoration: none;
}

.botonMenu
{
    font-size:8pt;
    font-weight:bold;
    background-color:#E6B01C;
    border:solid 0px white;
    color:White; 
}

.botonMenu2
{
    font-size:8pt;
    font-weight:bold;
    background-color:#E6B01C;
    border:solid 0px white;
    color:White;
    width:58px;
}

.botonMenuLista
{
    font-size:8pt;
    font-weight:bold; 
    background-color:#E6B01C;
    border:solid 0px white;
    color:White;
    /*text-align:center;*/
    width:100px;
}

.fondoMaster
{
    background-color:#E6B01C;
}

.datosTD
{
    white-space:nowrap;
    vertical-align:top;
    text-align:left;
}

.fondoPopup
{
    /*background-color:#C5C5C5;*/
    background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

#contenedor {
	width:820px;
	height:420px;
	margin:10px auto;
	position:static;
	background-color:White; 
}

.fondoPrueba
{
    background-color:Lime; 
}

.cajasBordeAmarillo
{
    border:solid 1px #E6B01C;
}

.uploadCaja
{
    border:#E6B01C 1px solid;
    font-size:8pt;
    font-weight:bold;
}

.combosTipos
{
	width:530px; 
}
