@charset "utf-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	background:url(../img/fondo1.jpg) #d6d6d6 center top no-repeat;
}
caption {
	font-size: 16px;
	font-weight: bold;
}
table th {
	font-size: 12px
}

a:link {
	text-decoration: none;
	color:#666;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.tblTxt
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
.grillas {
	border-collapse: collapse;
	margin:auto;
	font-size:10px;
}

#mensajes {
	background-color:#FFC;
}
.grillas th {
	background: #3e83c9;
	color: #fff;
	font-weight: bold;
	padding: 1px 1px;
	text-align: center;
	border-right: 1px solid #fff;
	line-height: 1.2;
}

.grillas td {
	padding: 1px 1px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
	background-color: rgba(255,255,255,0.7);
}

.grillas td * {
	padding: 3px 2px;
}
.grillas tr:nth-child(odd){ background-color:#ccc; }
.grillas tr:nth-child(even)    { background-color:#fff; }
.divForms
{
	width:auto;
	height:auto;
	background-color:#CCC;
	display:none;
	position:absolute;
	overflow:auto;
	top:10%;
	left:10%;
	z-index:9999;
}


.formulario input, select, checkbox{
	background-color:#EAFFF0;
	font-size:12px;
	color: #000000;
	border: 1px solid #333333;
	margin-right: 20px;
	margin-top: 5px;
}

#btn_aceptar, #btn_cancelar {
	background-color:#8BA09E;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px double #333333;
	margin-right: 50px;
}
#optGrilla
{
	background-color:#B6BFD1;
	height:25px;
	padding:5px;
	}
#optGrilla button
{
	background-image:url(../img/iconos.png);
	background-color:#FFF;
	width:30px;
	height:28px;
	display:inline;
	white-space: nowrap;
	
}
#borrar
{
	background-position: 0px 0px;
	}
#buscar
{
	background-position: -125px 0px;
	}

#indicaciones {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #900;
}
/*
.menuP {
	background-color: #8BA09E;
	font-size: 12px;
	width:180px;
	display:block;
	color: #000000;
	width:100%;
}
*/
#cabezal {
background: rgba(230,151,32, 0.1);
}
.menuP a {
  border-top: 1px solid #97f7dc;
   background: #65d683;
   background: -webkit-gradient(linear, left top, left bottom, from(#3e9c7d), to(#65d683));
   background: -webkit-linear-gradient(top, #3e9c7d, #65d683);
   background: -moz-linear-gradient(top, #3e9c7d, #65d683);
   background: -ms-linear-gradient(top, #3e9c7d, #65d683);
   background: -o-linear-gradient(top, #3e9c7d, #65d683);
   padding: 3px 9px;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   font-size: 13px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.menuP a:hover {
   border-top-color: #457828;
   background: #457828;
   color: #ccc;
   }
.menuP a:active {
   border-top-color: #1b435e;
   background: #1b435e;
   }
.ocultos 
{
display:none;
}.posicion {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
