body {font-family:Verdana,Arial,sans-serif; color:#666666;
	margin-top:0.0in; margin-bottom:0.0in; margin-left:0.0in; margin-right:0.0in;
	font-size:8px;
	background:url('../img/fondo.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
 }

TABLE, DIV {
	font-size:10px;
}

a, a:link, a:visited {font-family:Verdana,Arial,sans-serif; color:#5596D9; text-decoration:none;}
a:hover           {text-decoration:underline;}

li {font-family:Verdana;font-size:11px;color:#666666; padding:5px}

.Respuesta_Error{font-family:Verdana;font-size:14px;color:#cc3333; font-weight:bold;}
.Respuesta_Ok{font-family:Verdana;font-size:14px;color:#3333cc; font-weight:bold;}

.imgBoton {cursor:pointer}
.imgBotonGeneral {border: 1px solid #c0c0c0; background-color: #666666; cursor:pointer; color:#ffffff}

.Boton, .boton {height:32px; border: 1px solid #c0c0c0; padding:5px; background-color: #ffffff; cursor:pointer}
.MiniBoton, .miniboton {height:18px; font-size:10px; border: 1px solid #c0c0c0; padding:2px; background-color: #ffffff; cursor:pointer}

.Titulo{font-family:Verdana;font-size:12px;color:#000000;vertical-align:top;font-weight:bold;}
.Campo{font-family:Verdana;font-size:10px;color:#333333;vertical-align:top; height:18px;}
.Texto{font-family:Verdana;font-size:10px;color:#3333cc;vertical-align:top; height:18px;}
textarea.Texto, .TextArea{font-family:Verdana;font-size:10px;color:#3333cc;vertical-align:top; width:100%; height:64px;}
.ListadoMultiple{font-family:Verdana;font-size:10px;color:#3333cc;vertical-align:top;}
.comentario{font-family:Verdana;font-size:10px;color:#666666;vertical-align:top;font-style:italic;}

.TextoGrande{
    font-size:20px;
    color:#999999;
    height:30px;
}

.Texto_Readonly {font-family:Verdana;font-size:10px; vertical-align:top; height:18px; background-color:#f0f0f0; color:#000000; border: 1px solid #999999;}
.Texto_Fecha {font-family:Verdana;font-size:10px;color:#3333cc; vertical-align:top; height:18px; float:left; border: 1px solid #909060; float:left; background-color:#ffff90;}
.Texto_Lista {font-family:Verdana;font-size:10px;color:#3333cc;vertical-align:top; height:18px; border: 1px solid #009900; background-color:#f0FFf0;}
.Texto_Combo {font-family:Verdana;font-size:10px;color:#3333cc;vertical-align:top; height:18px; border: 1px solid #000099; background-color:#d0d0FF;}

table.Tabla {
  border:1px solid #f0f0f0;
  padding:5px;  
}
table.Tabla td{
  border:1px dotted #999999;
  text-align:center;
  padding:5px;
}

.slide_titulo {
	font-family:Verdana;font-size:10px;color:#000000;vertical-align:top;font-weight:bold;
	border-top:1px solid #606060;
	border-left:1px solid #606060;
	border-right:1px solid #909090;
  height:16px;
	background: transparent url(../img/ventana/fndtitulo.gif);
	padding-left:2px;
	cursor:pointer;
	color:#909090;
}
.slide_capa {
	border-bottom:1px solid #909090;
	border-left:1px solid #606060;
	border-right:1px solid #909090;
	padding-left:2px;
}

.Resultados_Tabla {
	Width:600px;
}
.Resultados_Titulo {
	border:1px solid #000000;
	background-color:#ffffff;
	color:#000000;
	width:75px;
	text-align:center;
	height:20px;
}
.Resultados_Dato {
	background-color:#404040;
	color:#ffffff;
	width:75px;
	text-align:center;
	height:20px;
}
.lineaPar {
        background: rgb(255,255,255); /* Old browsers */
        background: -moz-linear-gradient(45deg,  rgba(255,255,255,1) 0%, rgba(241,241,241,1) 50%, rgba(225,225,225,1) 51%, rgba(246,246,246,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg,  rgba(255,255,255,1) 0%,rgba(241,241,241,1) 50%,rgba(225,225,225,1) 51%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }
    	
.lineaImpar {
        background: rgb(228,245,252); /* Old browsers */
        background: -moz-linear-gradient(45deg,  rgba(228,245,252,1) 0%, rgba(191,232,249,1) 50%, rgba(159,216,239,1) 51%, rgba(42,176,237,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg,  rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg,  rgba(228,245,252,1) 0%,rgba(191,232,249,1) 50%,rgba(159,216,239,1) 51%,rgba(42,176,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4f5fc', endColorstr='#2ab0ed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }
