/* CSS Document */
/* GENERALES */
body{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.85em;
    font-style: normal;
    color: #333333;
    margin: 0px 0px;
    background: #C0DEED url('fondo.png') repeat-x;
}
table { border-collapse: collapse; }	/* Esta siempre va para que ponga los bordes sencillos las tablas*/

a {
    font-size:1em;
    color: #336699;
}
a:link {
    text-decoration: none;
}
a:visited {
    color: #336699;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #006699;
    text-decoration: underline;
}
a:active {
    text-decoration: none;
    color: #FF9900;
}

/*Para los titulos pricipales */
h2{
    font-size: 1.65em;
    font-style: normal;
    color: #224466;
    text-align: center;
}
h3{
    font-size: 1.45em;
    font-style: normal;
    color: #336699;
    text-align: center;
}
/*Para los titulos secundarios */
h4{
    font-size: 1.25em;
    font-weight: normal;
    color: #333333;
}

/* forms */
.campo {
  color: #006699;
  font-size:1.4em;
  background-color: #F7FDFF;
  border: solid 1px #AAA;
  padding: 5px;
  margin: 0px;
  margin-top: 2px;
}
.campo:hover {
  background-color: #EFEFEF;
  border: solid 1px #AAA;
}

.boton {
    color: #FFFFFF;
    font-size:0.95em;
    font-weight: bold;
    font-style: normal;
    border-color: #ccc;
    border-width: 1px;
    background-color: #999;
    padding: 3px;
}
.boton:hover {
    color: #FFFFFF;
    background-color: #006699;
}

.notas {
  color: #666;
  font-size:1em;
  padding: 1px;
  margin: 0px;
  width: inherit;
  visibility: hidden; /*No quitar*/
  float: left;
}

/*Para los textos activos o desactivados*/
.txtOpaco {
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.95em;
}
.txtMini {
	font-size: 0.75em;
	color: #006699;
}

/*DIV DE LA PAGINA PRINCIPAL*/
.divGral {
	width: 700px;
	border: 3px solid #006699;
	margin: 0px;
        margin-top: 0.75em;
	padding: 4px;
	text-align: justify;
	font-size: 1em;
	color:#000000;
	background-color:#F8F8F8;
}

/*DIV DEL AREA DE DATOS*/
.GridTabla {
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
	font-size: 0.95em;
	margin:0px 0px 0px 0px;
}
.GridTit{
	border-top: 1px solid #006600;
	color: #FFFFFF;
	background-color: #006699;
	text-align: left;
	font-size:1em;
}
.GridPie{
	background-color: #006699;
	text-align: left;
	font-size:1em;
}
.GridFila1 {
	border-bottom: 1px solid #eaeaea;
	color: #333333;
	text-align:left;
}
.GridFila2 {
	border-bottom: 1px solid #eaeaea;
	background-color: #f1f1f1;
	color: #222222;
	text-align:left;
}
.GridFilaOpaca1 {
	border-bottom: 1px solid #efefef;
	color: #666666;
	font-style: italic;
	text-align:left;
}
.GridFilaOpaca2 {
	border-bottom: 1px solid #efefef;
	color: #666666;
	font-style: normal;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
}

a.GridTabla:link, a.GridTabla:visited, a.GridTabla:hover {
	color: #003366;
	font-size:0.95em;
	text-decoration: underline;
}
a.GridTabla:hover {
	color: #FFF;
	text-decoration:none;
}

a.GridTit:link, a.GridTit:visited {
	color: #ddd;
	font-size:0.95em;
	text-decoration:none;
}
a.GridTit:hover {
	color: #fff;
	text-decoration: underline;
}
/*FIN DE LOS GRID*/

/*FORMATO PARA LAS AREAS DE CAPTURA DE DATOS*/
.divCaptura {
	overflow:hidden;
	margin:2px;
	color: #000000;
	text-align: left;
        width: auto;
}

.Captura {
	color: #003366;
	text-align: left;
	font-size:0.95em;
}
.CapturaTit{
	color: #000;
	border-bottom: 3px solid #006699;
	text-align: left;
	font-size:1.6em;
	font-weight: lighter;
}
.CapturaFila1 {
	color: #333333;
	background-color:#FFFFFF;	
	text-align: left;
}
.CapturaFila2 {
	color: #333333;	
	background-color: #F9F9F9;
	text-align: left;
}

.CapturaFilaOcapa {
	color: #CCCCCC;
	font-style:italic;
	text-align:left;
}

/*Mensajes de alertas*/
.cAvisa {
    font-family: "Courier New", Courier, monospace;
    font-size: 1em;
    color: #000099;
    background-color: #D1EFFF;
    border: 1px solid #0000FF;
    text-align: left;
    margin: 5px;
    padding: 0.75em;
    width: 60%;
    opacity:.70;
    -moz-opacity: 0.70;
    filter: alpha(opacity=70);
}
.cAlerta {
    font-family: "Courier New", Courier, monospace;
    font-size: 1em;
    color: #CC0000;
    background-color: #FDF0E0;
    border: 1px solid  #FF9900;
    text-align: left;
    margin: 5px;
    padding: 0.75em;
    width: 60%;
    opacity:.70;
    -moz-opacity: 0.70;
    filter: alpha(opacity=70);
}
.cConfirma {
    font-family: "Courier New", Courier, monospace;
    font-size: 1em;
    color: #006600;
    background-color: #F7FFF7;
    border: 1px solid #009900;
    text-align: left;
    margin: 5px;
    padding: 0.75em;
    width: 60%;
    opacity:.70;
    -moz-opacity: 0.70;
    filter: alpha(opacity=70);
}

