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

body{
    height: 100%;
	width: 100%;
    margin: 0;
    font-family: Calibri, Arial, sans-serif;
    font-size: 18px;
}

footer{
	width: 100%;
	height: 50px;
	border-top: 2px solid #000;
	position: absolute;
	bottom: 0;
    background: -ms-linear-gradient(#C0C0C0, #fff);
    background: -moz-linear-gradient(#C0C0C0, #fff);
    background: -webkit-linear-gradient(#C0C0C0, #fff);
    background: linear-gradient(#C0C0C0, #fff);
}

/*** Carnets ***/
.carnets {
	width: 100%;
}

.firma-carnet {
	//position: absolute;
	margin-top: 150px;
	width: 182px;
	height: 73px;
    background-color: #fff;
    align: center;
}

.foto-carnet {
	position: relative;
	margin-top: 105px;
	margin-right: 20px;
	width: 144px;
	height: 192px;
    background-color: #C0C0C0;
    float: right;
}

.carnets h1{
	font-size: 25px; 
	color:#808000;
	text-align: left;
	text-shadow:0 0 2px #000;
	margin-top: 120px;
	margin-left: 35px;
}

.carnets h2{
	font-size: 18px; 
	color:#666666;
	text-align: left;
	text-shadow:0 0 2px #000;
	margin-left: 35px;
	padding-top: 2px;
}

.carnets h3{
	font-size: 20px; 
	color:#bbb;
	text-align: left;
	text-shadow:0 0 2px #000;
	margin-left: 35px;
	padding-top: 1px;
}

.carnets-izq {
	width: 500px;
	height: 314px;
	margin-left: 20px;
	margin-top: 1px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #bbb;
}

.carnets-der {
	width: 500px;
	height: 314px;
	margin-right: 20px;
	margin-top: 1px;
	margin-bottom: 10px;
	float: right;
	border: 1px solid #bbb;
}


/*** Tablas ***/
 
table.formatoHTML5 {
	width: 95%;
    border-collapse: collapse;
    text-align: left;
    color: #606060;
	margin: 15px auto;
	border-top: 1px solid #C0C0C0;
	padding-bottom: 20px;
    box-shadow: 0 6px 10px -2px #3f4143;
    border-radius: 0 0 3px 3px;
}

table.formatoHTML5 thead tr td  {
    background-color: fff;
    vertical-align: middle;
    padding: 5px;
    font-size: 12px;
}

table.formatoHTML5 thead tr th {
    padding: 5px;
    background-color: #808080;
    background: -webkit-gradient(linear, left top, left bottom, from(#606060), to(#909090));
    background: -moz-linear-gradient(top, #606060, #909090);
    color: #dadada;
    text-aling: center;
} 

table.formatoHTML5 tbody tr:nth-child(odd) {
   background-color: #fafafa;
}

table.formatoHTML5 tbody tr:nth-child(odd):hover {
    background-color: #808080;
	/* Color del tema */
    background: -webkit-gradient(linear, left top, left bottom, from(#FF9900), to(#CC6600));
    background: -moz-linear-gradient(top, #FF9900, #CC6600);
    color: #dadada;
}
 
table.formatoHTML5 tbody tr:nth-child(even) {
    background-color: #efefef;
}
 
table.formatoHTML5 tbody tr:nth-child(even):hover
{
    background-color: #808080;
    background: -webkit-gradient(linear, left top, left bottom, from(#FF9900), to(#CC6600));
    background: -moz-linear-gradient(top, #FF9900, #CC6600);
    color: #dadada;
}
 
table.formatoHTML5 tbody tr:last-child {
     border-bottom: solid 1px #404040;
}
  
table.formatoHTML5 td {
	font-size: 14px;
	vertical-align: middle;
	padding: 2px;
	padding-left: 10px;
}
 
table.formatoHTML5 tfoot{
	font-size: 12px;
    text-align: left;
    color: #303030;
    text-shadow: 0 1px 1px rgba(255,255,255,0.3);
    background-color: #808080;
}

/*** Botones ***/
.area-botones{
	margin: 25px 25px auto;
	border-top: 1px solid #C0C0C0;
	padding-top: 10px;
	padding-bottom: 20px;
}

.boton{
	/* Color del tema */
    background-image: -webkit-linear-gradient(top,#CC0000,#800000);
    background-image: -moz-linear-gradient(top,#CC0000,#800000);
    background-image: -o-linear-gradient(top,#CC0000,#800000);  
    background-image: linear-gradient(to bottom,#CC0000,#800000);   
    border: 1px solid #663300;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;  
    border-radius: 5px;
    -moz-box-shadow: 0 1px 1px #71C0FD inset;
    -webkit-box-shadow: 0 1px 1px #71C0FD inset;
    -o-box-shadow: 0 1px 1px #71C0FD inset; 
    box-shadow: 0 1px 1px #71C0FD inset;
    padding: .2em 1em;
    color: white;
    font-weight:normal;
    text-decoration:none;
    font-family: Calibri, Arial, sans-serif;
    font-size: 18px;
    margin-left: 5px;
}

.boton:hover {
	/* Color del tema */
    background-image: -webkit-linear-gradient(bottom,#CC0000,#800000);
    background-image: -moz-linear-gradient(bottom,#CC0000,#800000);
    background-image: -o-linear-gradient(bottom,#CC0000,#800000);   
    background-image: linear-gradient(to top,#CC0000,#800000);
    cursor: pointer;
}

/*** Ventanas ***/
.ventana1100 {
    position: relative;
	margin: 20px auto;
	width: 1100px;
    background: #fff;
	position: relative;
	overflow: hidden;
	border: 1px solid #9c9d9d;
    box-shadow: 0 6px 10px -2px #3f4143;
    border-radius: 0 0 3px 3px;
}

.ventana900 {
    position: relative;
	margin: 20px auto;
	width: 900px;
    background: #fff;
	position: relative;
	overflow: hidden;
	border: 1px solid #9c9d9d;
    box-shadow: 0 6px 10px -2px #3f4143;
    border-radius: 0 0 3px 3px;
}

.ventana700 {
    position: relative;
	margin: 20px auto;
	width: 700px;
    background: #fff;
	position: relative;
	overflow: hidden;
	border: 1px solid #9c9d9d;
    box-shadow: 0 6px 10px -2px #3f4143;
    border-radius: 0 0 3px 3px;
}

.ventana500 {
    position: relative;
	margin: 20px auto;
	width: 500px;
    background: #fff;
	position: relative;
	overflow: hidden;
	border: 1px solid #9c9d9d;
    box-shadow: 0 6px 10px -2px #3f4143;
    border-radius: 0 0 3px 3px;
}

.titulo-ventana{
	width: 100%;
	height: 35px;
	position: relative;
	/* Color del tema */
	background: #800000;
    //background: -ms-linear-gradient(#C0C0C0, #fff);
   	//background: -moz-linear-gradient(#C0C0C0, #fff);
    //background: -webkit-linear-gradient(#C0C0C0, #fff);
    //background: linear-gradient(#C0C0C0, #fff);
}

.titulo-ventana p {
    font-family: Calibri, Arial, sans-serif;
    font-size: 20px;
    text-align: left;
    padding-left: 15px;
    padding-top: 7px;
    margin-top: 0px;
	//text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	color:#fff;
    text-shadow: 0 1px 1px rgba(255,255,255,0.3);

}

/*** Nombre Módulo ***/
.modulo {
	width: 100%;
	padding-top: 200px;
	font-size: 30px; 
	color:#bbb; 
	text-align: center;
	text-shadow:0 0 2px #000;
}

/*** Datos Varios ***/
.pie-izq{
	width: 60%;
	padding-top: 10px;
	padding-left: 15px;
	font-size: 16px;
	color: #808080;
	text-align: left;
	float: left;
}

.pie-der{
	width: 30%;
	padding-top: 10px;
	padding-right: 15px;
	font-size: 16px;
	color: #808080;
	text-align: right;
	float: right;
}

/*** Encabezado ***/
.encabezado {
    height: 50px;
    //background-image: url(../imagenes/fondo-infoware.jpg);
	background-size: 100% 50px;
    // border-bottom: 4px solid #1d1d1d;
    z-index: 1;
}

/*** Info usuario encabezado ***/
.info-usuario{
	float: right;
	padding-right: 20px;
	padding-top: 27px;
	font-size: 14px;
	text-decoration: none;
	color: #000;
}

.info-usuario a{
	text-decoration: none;
	color: #000;
}

/*** Logo encabezado ***/
.logo{
	//position: relative;
	width: 20%;
	height: 100%;
	float: left;
}

.logo-infoware{
	//display: block;
	position: absolute;
	margin-top: 5px;
	margin-left: 15px;
	width: 220px;
	height: 38px;
	background-image: url(../imagenes/logo-infoware.png);
	background-size: 220px;
}

/*** Opciones ***/
.area-opciones{
	margin: 25px 25px auto;
	//border-bottom: 1px solid #C0C0C0;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*** Opciones ***/
#carnetizados {
	height: 500px;
	overflow: auto;
}