@charset "utf-8";
/* CSS Document */
/**********************************************/
table.scroll {
    /* width: 100%; */ /* Optional */
    /* border-collapse: collapse; */
    border-spacing: 0;
    border: 2px solid black;
}

table.scroll tbody,
table.scroll thead { display: block; }

thead tr th { 
    height: 30px;
		width: 600px;
    line-height: 30px;
    /* text-align: left; */
}

table.scroll tbody {
	width: 600px;
    height: 300px;
	overflow-y: auto;
    overflow-x: hidden;
}

/*tbody { border-top: 2px solid black; }*/

tbody td, thead th {
	width: 600px;
    /* width: 20%; */ /* Optional */
    border-right: 1px solid black;*/
    /* white-space: nowrap; */
}

tbody td:last-child, thead th:last-child {
    border-right: none;
}
/**********************************************/

/*DISEÑO TABLA*/
table { background:# FFF}


/*tr:nth-child(even) td { background: #E2E2E2 }  */
/*
tr:nth-child(even) td { background: #CCC;  }  
tr:nth-child(odd) td { background: #FEFEFE; } */

	ul,ol{
	list-style: none;
	text-align: center;
				}
				
			.menu li a {
				background-color:#003596;
				color:#FFF;
				text-decoration:none;
				padding:10px 15px;
				display:block;
				}
				
			.menu li a:hover {
				background-color:#09F;
				}
				
			.menu > li {
	float: left;
	text-align: center;
				}
				
			.menu li ul {
				display:none;
				position:absolute;
				min-width:140px;
				}
				
			.menu li:hover > ul{
				
				display:block;
				}
				
			.menu li ul  li {
				
				position:relative;
				}
				
			.menu li ul li ul {
				right:140px;
				top:0px;
				}
			
			
			.textboxes {
	height: 15px;
	width: 5px;
}



/*CUERPO*/
body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	background-image:url(../imagenes/fondo.png);
	background-attachment: fixed;
    background-repeat:no-repeat;
    background-position:center center;
    -o-background-size: 100% 100%, auto;
    -moz-background-size: 100% 100%, auto;
    -webkit-background-size: 100% 100%, auto;
    background-size: 100% 100%, auto;

	font-size:12px;
	
	line-height: 1.5em;
}


.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
	background:url(../imagenes/carga_gm.gif)50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

h1 {
	font-size: 2.3em;
	line-height: 1.3em;
	margin: 15px 0;
	text-align: center;
	font-weight: 300;
	font-style:oblique;

	color:#003596;
}

p {
	margin: 0 0 1.5em 0;
}

img {
	max-width: 100%;
	height: auto;
}

#main-header {
	background: #003596;
	color: white;
	height: 72px;
}	
	#main-header a {
		color: white;
	}

/*
 * Logo 
 */
#logo-header {
	float: left;
	padding: 15px 0 0 20px;
	text-decoration: none;
}
	#logo-header:hover {
		color: #0b76a6;
	}
	
	#logo-header .site-name {
		display: block;
		font-weight: 700;
		font-size: 1.2em;
	}
	
	#logo-header .site-desc {
		display: block;
		font-weight: 300;
		font-size: 0.8em;
		color: #999;
	}
	

/*
 * Menu de Navegacion
 */
nav {
	float: right;
}
	nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		padding-right: 20px;
	}
	
		nav ul li {
			display: inline-block;
			line-height: 55px;
		}
			
			nav ul li a {
				display: block;
				padding: 0 10px;
				text-decoration: none;
			}
			
				nav ul li a:hover {
					background: #3399ff;
				}

				
#main-content {
	background: white;
	width: 90%;
	max-width: 800px;
	margin: 20px auto;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

	#main-content header,
	#main-content .content {
		padding: 40px;
	}				
	

	/*PIE DE PAGINA*/
/*	#main-footer {
	background: #003596;
	color: white;
	text-align: center;
	padding: 20px;
	margin-top: 40px;
}
	#main-footer p {
		margin: 0;
	}
	
	#main-footer a {
		color: white;
	}*/

/*  Ancho de Id Numero para inputs  */
#numero {
  width: 2em;
}


input[type=number]::-webkit-outer-spin-button,

input[type=number]::-webkit-inner-spin-button {

    -webkit-appearance: none;

    margin: 0;

}


/* boton */.button{
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 6px 20px;
  margin: 0;
  cursor: pointer;
  border: 1px solid #bbb;
  overflow: visible;
  font: bold 13px arial, helvetica, sans-serif;
  text-decoration: none;
  white-space: nowrap;
  color: #555;
  background-color: #ddd;
  background-image: linear-gradient(top, rgba(255,255,255,1),
                                         rgba(255,255,255,0)),
                    url(data:image/png;base64,iVBORw0KGg[...]QmCC); 
  transition: background-color .2s ease-out;
  background-clip: padding-box; /* Fix bleeding */
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
              0 2px 2px -1px rgba(0, 0, 0, .5),
              0 1px 0 rgba(255, 255, 255, .3) inset;
  text-shadow: 0 1px 0 rgba(255,255,255, .9);  
}

.button:hover{
  background-color: #eee;
  color: #555;
}

.button:active{
  background: #e9e9e9;
  position: relative;
  top: 1px;
  text-shadow: none;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
}

.button.color{
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,.2);
  background-image: linear-gradient(top, rgba(255,255,255,.3), 
             rgba(255,255,255,0)),
                    url(data:image/png;base64,iVBORw0KGg[...]QmCC);
}

/* */

.button.green{
  background-color: #57a957;
  border-color: #57a957;
}

.button.green:hover{
  background-color: #62c462;
}

.button.green:active{
  background: #57a957;
}

/* */

.button.red{
  background-color: #c43c35;
  border-color: #c43c35;
}

.button.red:hover{
  background-color: #ee5f5b;
}

.button.red:active{
  background: #c43c35;
}

/* */

.button.blue{
  background-color: #269CE9;
  border-color: #269CE9;
}

.button.blue:hover{
  background-color: #70B9E8;
}

.button.blue:active{
  background: #269CE9;
}


.button.bluegm{
  background-color: #003596;
  border-color: #003596;
}

.button.bluegm:hover{
  background-color: #70B9E8;
}

.button.bluegm:active{
  background: #003596;
}

/* boton */



 

input[type=number] {

    -moz-appearance:textfield;

}


footer {
  background-color: #003596;
  position: fixed;
  bottom:0 ;
  width: 100%;
  height: 20px;
  color: white;
}
	