/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	/*width : 100% ;*/
	/*border : 1px solid ;*/
}

table td {
	border-collapse: collapse;
	border-spacing: 0;
	/*border : 1px solid ;*/
	text-align : center ;
	vertical-align: middle ;
}


/* Default Styles 
--------------------------------------------------------------------*/

body {
	/*background: url('img/denim.png');*/
	/*font-family: 'Droid Sans', sans-serif;*/
	font-family: 'Segoe UI';
}

.clearfix {
	clear: both;
}

.wrap {
	width: 940px;
	margin: 1em auto;
}
nav {
	/*background: -webkit-gradient(linear, center top, center bottom, from(#6891B0), to(#6891B0));*/
	background: -webkit-gradient(linear, center top, center bottom, from(#EAEFF5), to(#EAEFF5));
	/*background-image: linear-gradient(#6891B0, #6891B0);*/
	background-image: linear-gradient(#EAEFF5, #EAEFF5);
	border-radius: 1.5px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0);
	padding: 1 2px;
	position: relative;
	height: 56px ;
}
* {
    cursor:pointer;
}
.menu{
    margin:3px;
}

.menu > li{            /* Top Level */
    float:left;
    margin-right:3px;
}
.menu li a {
	/*color: #ddd;*/
	display: block;
	font-size: 15px;
	line-height: 20px;
	/*padding-right: 12px;*/
	/*padding-bottom: 12px;*/
	/*padding-top: 12px;*/
	padding: 12px;
    margin: 0 0;
	/*vertical-align: middle;*/
	text-decoration: none;
    width: 100% ;
    /*color: black ;*/
}
.menu > li > span{
    display:block;
    /*background:#0ac;*/
    padding:3px 10px;
}
.menu > li:hover > span{
    /*color:#fff;*/
    color:#585e68;
}

.menu > li > ul{        /* Second Level */
    display:none;
    /*background:#08a;*/
    background:#c9cfd8;
}
.menu > li:hover > ul{
    display:block;
    position:absolute;
}
.menu > li > ul > li > span{
    display:block;
    padding:3px 10px;
    border-top:solid 3px #fff ;
    /*border-color: transparent ;*/
    width: auto ;
}
.menu > li > ul > li:hover > span{
    /*color:#fff;*/
    color:#585e68;
}
.menu > li > ul li:hover
{
    height: 53.2px;
}
.menu > li > ul li > ul{   /* Third Level & beyond */
    display:none;
    /*background:#068;*/
    background:#acb0b7;
}
.menu > li > ul li:hover > ul{
    display:block;
    position:relative;
    left:100%;
    border-left:solid 3px #fff;
    /*border-color: transparent ;*/
    top:-52.6px;
    /*width:auto;*/
    height: auto;
}
.menu > li > ul > li > ul > li:hover
{
    height: 43.2px;
    /*width: auto ;*/
}
.menu > li > ul > li ul > li{
    display:block;
    padding:3px 10px;
    border-top:solid 3px #fff ;
    /*border-color: transparent ;*/
    white-space:nowrap;
}
.menu > li > ul > li ul > li:hover > span{
    /*color:#fff;*/
    color:#585e68;
}
.segundonivel
{
    width: auto ;
}
.tercernivel
{
    width: auto ;
}
input[type=text], select, input[type=password], input[type=email], textarea
{
  width: 80%;
  padding: 8px 10px;
  margin: 4px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  font-family: 'Segoe UI' ;
  font-size: 90% ;
}

.form_logueo input[type=submit] {
  width: 80%;
  background-color: #B62824;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.form_trabajocontablaestandar input[type=submit] {
  width: 200px;
  height: 30px;
  background: #B62824;
  color: white;
  cursor: pointer;
  border: 0px;
  /*font-family: 'Segoe UI' ;*/
}

.form_trabajocontablaestandar input[type=button] {
  width: 200px;
  height: 30px;
  background: #B62824;
  color: white;
  cursor: pointer;
  border: 0px;
}

.form_general input[type=button] {
  width: 200px;
  height: 30px;
  background: #B62824;
  color: white;
  cursor: pointer;
  border: 0px;
}

form_logueo input[type=submit]:hover {
  background-color: #45a049;
  width: 80%;
}

form .form_logueo
{
  background-color: #828181;
}

.tablasengeneral thead
{
    /*background: #5f718e ;*/
    background: #EAEFF5 ;
    /*color: white ;*/
    color: black ;
    padding-top: 12px ;
    padding-bottom: 12px ;
}
.tablasengeneral td
{
    padding: 5px ;
    text-align: left ;
}
.tablasengeneral tr
{
    padding-top: 5px ;
    padding-bottom: 5px ;
    border-bottom-style: solid ;
    border-bottom-width: 1px ;
    border-bottom-color: #c4cad3 ;
}
.tablasengeneral_tr_impar
{
    background: #EAEFF5 ;
}
.tablasreporte thead
{
    background: #5f718e ;
    color: white ;
    padding-top: 12px ;
    padding-bottom: 12px ;
}
.tablasreporte td
{
    padding: 5px ;
    text-align: left ;
}
.tablasreporte tr
{
    padding-top: 5px ;
    padding-bottom: 5px ;
    /*border-bottom-style: solid ;
    border-bottom-width: 1px ;*/
}
.tablasreporte_tr_impar
{
    background: #EBE5E5 ;
}

textarea {
  background: transparent;
  width: 95% ;
}
