/* Etiquetas básicas */

body {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
        background-image: url(../images/bkg_main.jpg);
        background-repeat: repeat-x;
        background-position: left top;
        line-height: 15px;
}
td, th {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        line-height: 15px;
}
input {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
}
select {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
}
a {
        text-decoration: none;
        color: #FFFFFF;
}
a:hover {
        text-decoration: underline;
        color: #FFFFFF;
}
a:focus { 
    outline:none
}

/* Pantallas básicas */

#boton {
        position:relative;
        width:auto;
        height: auto;
        z-index:1;
        margin-right: 5px;
        padding-right: 1px;
        padding-left: 1px;
}
#content {
        height: 540px;
        width: 900px;
        margin-top: -280px;
        margin-left: -450px;
        position: absolute;
        left: 50%;
        top: 50%;
}
#derechos {
        height: auto;
        width: 900px;
        position: absolute;
        z-index: 2;
        top: 565px;
        filter:alpha(opacity=70);

        -moz-opacity:.70;
        opacity:.70;
        margin-right: -450px;
        right: 50%;
}
#derechos a {
	color: #000000;
}
#top {
        height: 60px;
        width: 100%;
        position: relative;
        background-color: #0066CC;
        top: 0px;
        filter:alpha(opacity=80);
        -moz-opacity:.80;
        opacity:.80;
        background-image: url(../images/bkg_menu.jpg);
        background-repeat: no-repeat;
        background-position: right top;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #FF6600;
}
#centro {
        height: 460px;
        width: 900px;
        position: relative;
        float: right;
        background-image: url(../images/bkg_centro.png);
        background-repeat: repeat-x;
        background-position: left top;
}
#imagen {
        height: 460px;
        width: 350px;
        position: relative;
        float: left;
        z-index: 1;
        margin-right: 5px;
}
#contenido {
        height: 460px;
        width: 542px;
        position: relative;
        z-index: 1;
        overflow: auto;
        scrollbar-face-color: #0066CC;
        scrollbar-highlight-color: #999999;
        scrollbar-arrow-color: #FFFFFF;
}
html>body #contenido {
        height: 460px;
        width: 545px;
        position: relative;
        z-index: 1;
        overflow: auto;
}
#login {
        height: 30px;
        width: 100%;
        position: relative;
        background-color: #0066CC;
        filter:alpha(opacity=80);
        -moz-opacity:.80;
        opacity:.80;
        float: right;
        border-top-width: 1px;
        border-top-style: dotted;
        border-top-color: #FF6600;
}
#lapiz {
        height: auto;
        width: auto;
        position: absolute;
        z-index: 2;
        top: 487px;
        right: 110px;
}
#msg {
        background-color:#000000;
        color:#CC0000;
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height: 100%;
        right: 0px;
        bottom: 0px;
        z-index:5;
        filter:alpha(opacity=60);
        -moz-opacity:.60;
        opacity:.60;
        visibility: hidden;
}
#form {
        height: auto;
        width: 500px;
        position: absolute;
        background-color: #FFFFFF;
        margin-left: -250px;
        left: 50%;
        top: 35px;
        z-index:6;
        filter:alpha(opacity=90);
        -moz-opacity:.90;
        opacity:.90;
        visibility: hidden;
        padding-bottom: 5px;
        padding-top: 5px;
        border: 1px dotted #000000;
}
.img {
        border: 1px dotted #000000;
}
.orden {
        border: 1px solid #FFFFFF;
        padding: 2px;   
}
.bordetabla {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.tablatotal {
	border: 1px solid #666666;
}

/* Textos */

.txtBLANCO {
        color: #FFFFFF;
}
.txtALERTA {
        color: #FF0000;
}
.txtPRECIOS {
        color: #FFFFFF;
        font-weight: bold;
}
