body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.textoerror {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}

.textorojo {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}
.texnegronegrita {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.textomedio {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
}


.textonegro {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.textonegro2 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}

celdablanca {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-repeat: no-repeat;
}


.textogris {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}
.titulos {
font-family:Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000;
}
.titmenu {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #009900;
}
.marcotabla {

	border: 1px solid #CCCCCC;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #000000;
}

.marcotabla1 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.textoblanco {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.boton {        font-size:10px;
        font-family:Verdana;
        font-weight:bold;
        color:white;
       	background:#666666;
        border:0px;
        width:65px;
        height:25px;
}
.botonext {        font-size:10px;
        font-family:Verdana;
        font-weight:bold;
        color:white;
       	background:#000000;
        border:0px;
        width:120px;
        height:25px;
}

.botonverde {        font-size:10px;
        font-family:Verdana;
        font-weight:bold;
        color:white;
       	background:#A8BC33;
        border:1px;
        width:60px;
        height:20px;
}
.enlace{cursor:default;}

.pointer {cursor: pointer;}

A:LINK {text-decoration : none; color : #000000} 
A:VISITED {text-decoration : none; color : #000000} 
A:HOVER {text-decoration : none; color : #336699;} 
A:ACTIVE {text-decoration : none; color : #000000} 

.listarA 
{
	font-family:Tahoma; 
	color: #003948;
	font-size: 11px; 
   	 
}
.tables {
	padding: 0px;
	font-size: 70%;
	font-style: normal;
}
.tablaDatos {
	border:1px solid #666;
	margin-bottom:10px;
	empty-cells:show;
	border-collapse:collapse;
	/*background-image: url(../img/bannertrans.gif);*/
}
.tablaDatos tr {background-color:#F9F9F9;}
.tablaDatos th {background-color:#CCDDFF;border:1px solid #666;font-weight:bold;color:#666;}
.tablaDatos td {border:1px solid #666; padding:2px; cursor:pointer;}
tr.over td {background-color:#EDEDEB;}
tr.sel td {background-color:#FBFDC8;}
.tdfilas { padding:1px; border:1px;  border-bottom:1px solid #666;
text-transform: uppercase;}
.tdtitulo {

	 border:1px solid #666;
	 padding:1px;
 	 cursor:pointer;
  	 background-color:#CCC;
	 text-align:center; font-size:11px
 }
.tdencabezado {
     border:1px solid #666; 
	 text-align:center;
				 
}
.tdlabel{font-weight:bold}
.totalreporte
{
	font-family:Tahoma; 
	font-size: 11px;
	font-weight:bold;
	padding:1px;
	border:1px;
	border-bottom:1px solid #666;
}
.piepag
{
	font-family: Tahoma;
	color:#999999;
	font-size:9px
}	

/*my boton 23/09/2015*/

.myButton {
	-moz-box-shadow:inset -45px 38px 0px 0px #c7c5c7;
	-webkit-box-shadow:inset -45px 38px 0px 0px #c7c5c7;
	box-shadow:inset -45px 38px 0px 0px #c7c5c7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c2c2c2), color-stop(1, #242424));
	background:-moz-linear-gradient(top, #c2c2c2 5%, #242424 100%);
	background:-webkit-linear-gradient(top, #c2c2c2 5%, #242424 100%);
	background:-o-linear-gradient(top, #c2c2c2 5%, #242424 100%);
	background:-ms-linear-gradient(top, #c2c2c2 5%, #242424 100%);
	background:linear-gradient(to bottom, #c2c2c2 5%, #242424 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2c2c2', endColorstr='#242424',GradientType=0);
	background-color:#c2c2c2;
	border:1px solid #878387;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:1px 14px;
	text-decoration:none;
	text-shadow:0px 1px 0px #f3f3f3;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #242424), color-stop(1, #c2c2c2));
	background:-moz-linear-gradient(top, #242424 5%, #c2c2c2 100%);
	background:-webkit-linear-gradient(top, #242424 5%, #c2c2c2 100%);
	background:-o-linear-gradient(top, #242424 5%, #c2c2c2 100%);
	background:-ms-linear-gradient(top, #242424 5%, #c2c2c2 100%);
	background:linear-gradient(to bottom, #242424 5%, #c2c2c2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#242424', endColorstr='#c2c2c2',GradientType=0);
	background-color:#242424;
}
.myButton:active {
	position:relative;
	top:1px;
}

     