﻿@charset "utf-8";
/* CSS Document */

body {
	margin: auto;
	background: #fff;
}

textarea {
    resize: none;
}

.contenido {
	width: 980px;
	background-color:#FFFFFF;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

p, h1, form, label{
	border:0;
	margin:0;
	padding:0;
}

table {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
}

legend {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #009;
	text-align: left;
}

fieldset {
	border-color: #CCC;
	border-style: solid;
}	

.campo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
	
img
{
   border: 0;
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
}

#divFondoHeader {
	width: 100%;
	background-color: #000;
	background-image:url(Imagenes/patpanel.png);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #A6CE38;
}

#divHeader {
	margin: auto;
	padding: 0;
	width: 100%;
}
#divHeader_izquierda {
	background-image: url(Imagenes/toppanel.png);
	height: 178px;
	width: 300px;
	float: left;
	margin-left: 50px;
	background-repeat: no-repeat;
	background-position: left top;
}
#divHeader_titpanel {
	background-image: url(../imagenes/titpanel.png);
	height: 37px;
	width: 291px;
	background-repeat: no-repeat;
	float: left;
}
#divHeader_panel
{
	height: 37px;
	width: 600px;
	margin: 0 auto;
	margin-top: 30px;
}
#divHeader_derecha {
	float: right;
	height: 60px;
	width: 60%;
	padding-top: 118px;
}

#divHeader_login {
	float: right;
	margin-right: 50px;
	color: #FFF;
}

#divContenido {
	margin: auto;
	padding: 0;
	width: 1000px;
	background-color:#FFFFFF;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}



/*--PAGINADOR--*/
#pag{
	font-family: Trebuchet MS;
	font-size: 12px;
	padding-bottom: 10px;
	text-align:center;
	color:#900;
	
}

#pag a{
	cursor:pointer;
	/*color:#930;
	text-decoration:none;
	display:inline-block;
	border:1px solid #e6e6e6;
	padding:.3em .5em .3em .5em;
	margin:.15em 0m;
	text-align:center;
	font-weight:bold;*/
	
	
	display: block;
	float: left;
	padding: 5px;
	border: 1px solid #49772A;
	height: 20px;
	width: 20px;
	text-align: center;
	margin-right: 8px;
	
}

#pag a.pP,#pag a.nP{
	font-weight:bold;
	border-color:#aaa;
	padding-right:.5em
}

#pag a.pP{
	margin-right:1.2em
}

#pag a.nP{
	margin-left:1.2em;
	*margin-left: 1.5em;/*a:0*/
}

#pag a.rest{
	background-color:#fff;
	border:1px solid #e6e6e6
}

#pag a:hover,#pag a.sel{
	/*background-color:#d2eaf6;
	border:1px solid #b7d8ee*/
	color: #fff;
	background-color: #D1C378;
	border-top-color: #D1C378;
	border-right-color: #D1C378;
	border-bottom-color: #D1C378;
	border-left-color: #D1C378;
}

#pag a.sel{
	color:#000;
	font-weight:bold
}

#pag a.dis{
	background-color:#fff;
	color:#e6e6e6;
	border:1px solid #e6e6e6;
	cursor:default
}

#pag .actual{
	color:#FFF;
	text-decoration:none;
	display:inline-block;
	padding:.3em .5em .3em .5em;
	margin:.15em .1em;
	text-align:center;
	font-weight:bold;
	background-color:#C85451;
	border:1px solid #b7d8ee;
}

/*--OTROS--*/
.mensaje1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #00F;
	font-size: 18px;
	font-weight:bold;
	padding-top: 50px;
	text-align:left;
}

.mensaje_vacio {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size: 18px;
	font-weight:bold;
	padding-top: 50px;
	text-align:center;
}

.enlaceGris {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration:none;
}

.enlaceGris:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline; /*subraya el enlace*/
}

.titulo_seccion {
	background-color:#dcdcdc;
	border: none;
	padding: 10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 28px;
	color: #FFF;
	margin-bottom: 6px;
	vertical-align: middle;
}

.titulo_seccion_txt {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 28px;
	color: #FFF;
	text-transform: uppercase;
}

.txt_seccion {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	color: #666;
}

.enlaceMenuAdmin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-decoration:none;
}

.enlaceMenuAdmin:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline; /*/**/
}

.botonNuevo {
	background-image:url(../imagenes/btn_nuevo.png);
	height: 43px;
	width: 43px;
	background-repeat: no-repeat;
	margin-top: 15px;
	padding-top: 32px;
	color: #999;
	font-weight:bold;
}

.botonNuevo:hover, .botonVolver:hover {
	cursor: pointer;
	color: #0C0;
    border: 0;
    outline: 0;
	font-weight:bold;
}

.contenido_ABM {
	background-color:#FFFFFF;
	margin-left: 40px;
	margin-right: 40px;
	padding-bottom: 10px;
	padding-top: 20px;
}

.botonera2 {
	padding-top: 6px;
}

#boton{
	padding:0;
	background: url(../imagenes/boton1.jpg) no-repeat;
	width:73px;
	height:40px;
	color:#666666;
	font-family: Trebuchet MS;
	font-size:12px;
	font-weight: bold;
	border: 0;
}

#boton:hover{
	background:url(../imagenes/boton2.jpg) no-repeat;
	color:#333333;
	cursor: pointer;
}



hr.linea1 {
	width:100%; 
	height:0px;  
	text-align: center;  
	border-top:0px;  
	border-bottom:#C2C2C2 solid 1px;   
}

#tabla .contenido_tabla {
	background-color:#FFF;
	padding-bottom: 10px;
}

#tabla th {
	background-color:#F2DFE0;
	margin-bottom: 5px;
}

#tabla td {
	padding-left: 3px;
	padding-right: 3px;
}

#tabla .fila_par {
	background-color: #FFF;
}

#tabla .fila_impar {
	background-color:#F5F5F5;
}

.fila_impar:hover, .fila_par:hover {
	background-color:#FFFFCC;	
}

.enlaceRojo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A6CE38;
	text-decoration: none;
}

.enlaceRojo2:hover{
	color: #66FF00;
	text-decoration: underline;
}

.separador_top {
	height: 10px;
}

.banner {
	font-family:"Courier New", Courier, monospace;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
}


/********** otros ************/

.clear {
	clear: both;
}

.izq {
	float: left;
}

.der {
	float: right;
}
@media screen and (max-width: 600px) {
       table {
           width:100%;
       }
       thead {
           display: none;
       }
       tr:nth-of-type(2n) {
           background-color: inherit;
       }
       tr td:first-child {
           background: #f0f0f0;
           font-weight:bold;
           font-size:1.3em;
       }
       tbody td {
           display: block;
           text-align:center;
       }
       tbody td:before {
           content: attr(data-th);
           display: block;
           text-align:center;
       }
}