﻿/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/
/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:0px 0pt 0px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	padding-right: 18px;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter tfoot td {
	color: #3D3D3D;
	background-color: #FFF;
}
table.tablesorter tfoot tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
table.tablesorter tfoot input {
	margin: 0.5em 0;
	width: 100%;
}
table.sample {
	border-width: medium;
	border-spacing: 0px;
	border-style: outset;
	border-color: white;
	border-collapse: collapse;
	background-color: white;
	width:850px;
	text-align:center;
}
table.sample th {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}
table.sample td {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	}
	table.samplee {
	border-width: medium;
	border-spacing: 0px;
	border-style: outset;
	border-color: white;
	border-collapse: collapse;
	background-color: white;
	width:418px;
	text-align:center;
}
table.samplee th {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: gray;
	background-color: white;
}
table.samplee td {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	}
table.ingresa{
            width: 100%;
            font-size: 13px;
            background: url('../images/grisdegrade2.jpg') repeat;
            text-align:left;
}

input[type="text"] {
    background: url("../images/input_bg.gif") repeat scroll 0 0 transparent;
    border: 1px solid #AAAAAA;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px #DDDDDD;
    color: #555555;
    margin: 1px;
    padding: 3px;
}
input[type="password"] {
    background: url("../images/input_bg.gif") repeat scroll 0 0 transparent;
    border: 1px solid #AAAAAA;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px #DDDDDD;
    color: #555555;
    margin: 1px;
    padding: 3px;
}
input[type="submit"], input[type="button"], button {
    background: -moz-linear-gradient(center top , #FFFFFF, #CCCCCC) repeat scroll 0 0 transparent;
    border: 1px solid #AAAAAA;
    border-radius: 12px 12px 12px 12px;
    color: #111111;
    font-weight: bold;
    margin-left: 14px;
    padding:2px 3px;
    text-decoration: none;
    text-shadow: 0 1px 0 #FFFFFF;
}
input[type="submit"]:hover, input[type="button"]:hover {
    background: -moz-linear-gradient(center top , #CCCCCC, #DDDDDD) repeat scroll 0 0 transparent;
    cursor: pointer;
    position: relative;
}
input[type="submit"]:active, input[type="button"]:active {
    left: 1px;
    position: relative;
    top: 1px;
}

fieldset {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #AAAAAA;
    border-radius: 4px 4px 0 0;
    box-shadow: 1px 1px 2px #FFFFFF inset;
    margin-top: 1em;
    padding: 1.5em;
    text-shadow: 0 1px 0 #FFFFFF;
}
fieldset fieldset {
    background: none repeat scroll 0 0 #E8E8E8;
    border: 1px solid #AAAAAA;
    margin: 0.8em;
}
fieldset legend {
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 3px 3px 15px #BBBBBB;
    color: #444444;
    font-weight: bold;
    padding: 5px 10px;
}

img, input, select, button {
    vertical-align: middle;
}
select {
    background: url("../images/input_bg.gif") repeat scroll 0 0 transparent;
    border: 1px solid #AAAAAA;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px #DDDDDD;
    color: #333333;
    padding: 3px;
}
textarea {
    background: url("../images/input_bg.gif") repeat scroll 0 0 transparent;
    border: 1px solid #AAAAAA;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px #DDDDDD;
    color: #333333;
    padding: 3px;
}
input[type="text"]:focus,  select:focus{
    background: #E0FFDD;
    border: 1px solid #84D57C;
}

#fecha{
  width: 75px
}
#date{
  width: 75px
}
#date2{
  width: 75px
}
#codigoprov{
  width: 30px
}
#nombreprov{
  width: 300px
}
#codigocli{
  width: 30px
}
#nombrecli{
  width: 300px
}
#codigoven{
  width: 30px
}
#nombreven{
  width: 300px
}
#articulos{
  width: 400px
}
#codigo{
  width: 50px
}
#cantidad{
  width: 50px
}
#present_art{
  width: 65px
}
#a�o{
  width: 30px
}
#mes{
  width: 20px
}
img{
border: none;
cursor: pointer;
}
#timediv       {
                        overflow: hidden;
                        width: 100%;
                        text-align: center;
                        position: absolute;
                        top: 0;
                        left: 0;
                        background-color: #E0FFDD;
                        height: 0;
                        color: #000;
                        font: 20px/40px arial, sans-serif;
                        opacity: .9;
                }
#timediv a      {
                        color: #333366;
                }
.Estilo1 {
	color:#003366;
	font-size: 14px;
}
.Estilo2 {
	color:#003366;
	font-size: 30px;
}
.Estilo3 {
	color:#003366;
	font-size: 14px;
	position: absolute;
}

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #AA121F;
	text-decoration: none;
}

a:visited {
	color:  #AA121F;
}

body {
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#content
{
	margin: 0 auto;
	width: 1200px;
	text-align: left;

}

#back
{
width: 692px;

}

#header {
	text-align: right;
	color:#000099;
	font-size:36px;
	padding-bottom: 1px;
}

#menu2
{
width: 652px;
height: 81px;
background: url(images/menu.gif) no-repeat;
padding-left: 40px;
}

#logo {
	width: 676px;
	height: 356px;
	text-align: center;
	padding-left: 30px;
	padding-top: 20px;
	background-position: 90px center;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 18px;
	color: #AA121F;
}
#logo H2 a
{
font-size: 10px;
text-transform: uppercase;
font-weight: normal;
}

#main
{
padding-left: 0px;
padding-top: 25px;

}

#left
{
	width: 216px;
	margin-left: 5px;
}

#left H3
{
width: 190px;
height: 38px;
font-size: 14px;
font-weight: bold;
padding-left: 26px;
padding-top: 10px;
text-transform: uppercase;
color: #ffffff;
background: url(images/title.gif) no-repeat
}

#left .title_back
{
background: url(images/title_back.gif) no-repeat;
padding-top: 10px;
}

#left ul {
	list-style: none;
}

#left ul {
	border: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#left li {
	padding: 4px 20px;
    background: url(images/small.gif) no-repeat left;
}

#left a {
	color: #AA121F;
}
#left a:visited {
	color: #AA121F;
}

#left p
{
padding: 10px;
}

#right
{
float: right;
width: 620px;
padding-right: 10px;
}

#right H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #AA121F;
}

#right a
{
color: #AA121F;
text-decoration: none;
}



#right p {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
}

#right ol, #right ul
{
margin-left: 30px;
}


#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #AA121F;
}
.date {
	text-align: right;
	color: #AA121F;
	font-size: 11px;
}

.date a {
	color: #AA121F;
}



#footer {
	height: 57px;
	clear: both;
	padding-top: 10px;
	border-top: 4px solid #AA121F;
	background: url(images/footer.gif) repeat-x
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}
