﻿body {
     /*background-color:#1A5B79;*/
      text-align:center; 
      height:100%; 
      width:100%; 
      margin:0; 
      padding:0; 
      font-family:Segoe UI,Tahoma,Arial,Verdana,sans-serif; 
      min-width: 500px;

    background: url('../Images/backgrounds/bgExt.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header {
    height:20px;
     width:100%; 
     /*background-color:#2C6F96;*/
}

.contenedor {
    width:100%;
    height:800px;
    /*background-color:white;*/ 
    position:relative; 
    margin-left: auto; 
    margin-right: auto;
    margin-bottom: 4px;
}

.footer {
    width: 100%;
    height: 20px;
    background-color: #2C6F96;
    position: relative;
    bottom: 0;
}

.error
{
    color : red;
    font-weight:bold;

}

/* TABLE
----------------------------------------------- */



table {
		border-collapse:collapse;
		/*background-color:white;*/
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		font: 'Trebuchet MS',helvetica,arial,verdana;
		color: #333;
}

td, th {
		padding:5px;
}

caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		
}

.txSesion
{
    width:200px;
    height:20px;
    font-size:18px;
    margin:0;
    padding:0;

}



/* =head =foot
----------------------------------------------- */

thead th, tfoot th, tfoot td {
		/*background:#333 url(http://www.roscripts.com/images/llsh.gif) repeat-x;*/
		color:#fff
}

tfoot td {
		text-align:right
}

/* =body
----------------------------------------------- */

tbody th, tbody td {
    border-bottom: solid 1px #333;
		/*border-bottom: dotted 1px #333;*/
}

tbody th {
		white-space: nowrap;
}

tbody th a {
		color:#333;
}

.odd {}

tbody tr:hover {
		background:#fafafa
}


.tituloTabla {
    background-color: #131346;
    color: #FFFFFF;
    font: bold 18px calibri;
    text-align: center;
}

