﻿

/*------------deseño del body--------------------*/
 body{
	/*background-color:#E7E8EC;*/
	background-image:url(../images/general/Bkgnd.jpg);
	background-repeat:inherit;
	margin-top:0;
	margin-bottom:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	  background-color: #fff;

}


.texto {
	padding:4px;
	background:#fff;
}


a {
	font-weight: bold;
}

a:link {
	color: #000;
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}

.titulos{
	
	font-size:24px;
	font-color: #2A00AAs;
	
}

/*------------deseño Table ----------------------------*/

.tablaEncz{
/*	background-image:url(../images/general/Heizerr.png);*/
	background-position:left;
	background-position:top;
	background-repeat:no-repeat;
}


.tableBo{
	background-image:url(../images/general/lin.png);
	background-repeat:repeat-y;
}

.tableGestion{
	border-color:#333333;
	border-bottom-color:#CCC;
	border-top-color:#999999;
}

.Row1{
	/*background-color:#bbbbbb;*/
	background-color:#FFFFFF;
}

.Row2{
	background-color:#d0d0d0;
}
 
 
 /*--------------diseño de los textbox----------*/
 .tb3 {
	background:url(../images/general/TxtBx3.png) no-repeat top left;
	height: 30px;
	width: 73px;
	padding:6px 4px 4px 7px;
	border: 0;
	margin-top:5px;
}
 
 
.tb4 {
	background:url(../images/general/TxtBx2.png) no-repeat top left;
	height: 30px;
	width: 300px;
	padding:0px 4px 4px 7px;
	border: 0;
	margin-top:5px;
}

 .tb5 {
	background: url(../images/general/TxtBx.png) no-repeat top left;
	height: 30px;
	width: 215px;
	padding:0px 4px 4px 7px;
	border: 0;
	margin-top:5px;
}

.tb6 {
	background: url(../images/general/TxtBx1.png) no-repeat top left;
	height: 30px;
	width: 150px;
	padding:0px 4px 4px 7px;
	border: 0;
	margin-top:5px;
}


/*----------diseño de boton de buscador------------*/



/*----------diseño de fuentes------------*/

.h1{
	font-family:Aragon;
	font-size:xx-large;
	color:#000000;	
}

.h2{
	font-family:Aragon;
	font-size:x-large;
	color:#000000;
}

.h3{
	font-family:Aragon;
	font-size:large;
	color:#003333;
}

.h5{
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	color:#000000;
}

.Error {
	color: #FF0000
}

/*----------diseño de los div------------*/

.barra{
	background-color:#8eb4dd;
	border-radius:50%;
}

.textofield {	font-family:Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal;	font-variant: normal; color: #000000; background-color: #FFFFCC;}

table.tablaR, table td, table tr{
                padding:1px; 
                border-spacing: 1px;
				padding:3px inherit;
			
}

table.tablaR {
                border:1px black solid;
                border-radius:10px;
}
/*
table.tablaR td {
                padding:3px;
}

table.tablaR tr:first-child td:first-child {
                border-radius:15px 0px 0px 0px;
}

table.tablaR tr:first-child td:last-child {
                border-radius:0px 15px 0px 0px;
}

table.tablaR tr:last-child td:first-child {
                border-radius:0px 0px 0px 15px;
}

table.tablaR tr:last-child td:last-child {
                border-radius:0px 0px 15px 0px;
}

table.tablaR td:not(:last-child) {
                border-right:1px #666 solid;
}
*/
table.tablaR th {/*fila cabecera*/
                background:#FAEBD7;
}
/*table.tablaR tr:nth-child(2n) {/*pinta fila
                background: #CFC;
}*/

table.tablaR tr:nth-child(2n+1){
                background:#FAEBD7;
}

table.header tr:not(:first-child):hover, table.tablaR:not(.header) tr:hover {/*pinta fila seleccionada*/
                background:#FFFFCC;
}

table.tablaB {
                border:1px black solid;
                border-radius:10px;
}
table.tablaB th {/*fila cabecera #CFC*/
                background: #E7E4E7;
}

table.header tr:not(:first-child):hover, table.tablaB:not(.header) tr:hover {/*pinta fila seleccionada*/
                background: #D4BFFF;
}

/*
table:not(.header) tr {
                text-align:left;
}*/

table.header tr:first-child {
                text-align:center;
                font-weight: bold;
                color:#000;
                background-color:#99FFFF;
                border-bottom:1px #000 solid;
}
