#body_iframe {
	margin: 0;
	color: #666;
	background-color: #E2E2E2;
	font: 11px Arial, Helvetica, sans-serif;
}

#body_iframe a:link, #body_iframe a:visited {
	color: #555;
	text-decoration: none;
}

#body_iframe a:hover {
	color: #900;
	text-decoration: underline;
}

#body_iframe h3 {
	margin: 0 0 10px 0;
	padding: 5px 0 5px 10px;
	color: #fff;
	background: #036;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

#aplicacion .cajalenguetas {
	width: 99.5%;
	margin: 0;
	background-color: #efefef;
	border-left: 1px solid #036;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
}
#aplicacion .bottomlenguetas {
	margin: 0;
	border-bottom: 1px solid #036;
}
#aplicacion .lenguetaon {
	margin: 0;
	background-color: #efefef;
	border-left: 1px solid #036;
	border-right: 1px solid #036;
	border-top: 1px solid #036;
}

#aplicacion .lenguetaoff {
	margin: 0;
	background-color: #cfcfcf;
	border: 1px solid #036;
}

#aplicacion a {
	color: #036;
	text-decoration: none;
}
#aplicacion a:hover{
	color: #990000;
	text-decoration: underline;
}

.button{
	font: small Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336699;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 19px;
}

.button_other{
	font-family: "trebuchet ms";
	font-size: 9px;
	font-weight: bold;
	color: #003366;
	background-color: #90aacf;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	height: 19px;
}

input {
	color: #000099;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	background-position: center;
}

textarea {
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #90AACF;
	background-position: center;
}

select {
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #90AACF;
	background-position: center;
}

.input-filter {
	border: 1px solid #90AACF;
	height: 18px;

}

.input-short {
	border: 1px solid #90AACF;
	height: 18px;
	width: 60px;
	background-position: center;
}

.input-med {
	border: 1px solid #90AACF;
	height: 18px;
	width: 100px;
	background-position: center;
}

.input-long {
	border: 1px solid #90AACF;
	width: 350px;	
	background-position: center;
}



#tabla_rangos {
	background-color: #E2E2E2;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	width:500px;
}

#tabla_detalle {
	background-color: #DFDFFF;
	border: 1px solid #999999;
}

#table_iframe {
	background-color: #fff;
}

#pestanas2 {
	border-bottom: 1px solid #036;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 19px;
	padding-left: 10px;
}
#pestanas2 ul, #pestanas2 li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#pestanas2 a:link, #pestanas2 a:visited {
	float: left;
	margin-right: 3px;
	padding: 2px 4px 2px 5px;
	color: #555;
	background: #dedede;
	border-top: 1px solid #777;
	border-right: 1px solid #777;
	border-left: 1px solid #777;
	border-bottom: 1px solid #036;
	text-decoration: none;
}
#pestanas2 a:link#current, #pestanas2 a:visited#current {
	color: #036;
	background: #cdcdcd;
	border-top: 1px solid #036;
	border-right: 1px solid #036;
	border-left: 1px solid #036;
	border-bottom: 1px solid #cdcdcd;
	text-transform: uppercase;
	text-decoration: none;
}
#pestanas2 a:hover {
	color: #900;
	text-decoration: underline;
}

#resultado .eXtremeTable {
	background-color: #fff;
	font-size: 5px;
}

#resultado .eXtremeTable .tableRegion {
	margin: 0;
	padding: 0;
}

#resultado .eXtremeTable table tr.odd td {
	background-color: #FFFFFF;
	border-right: 1px solid silver;
	font-size: 10px;
}

#resultado .eXtremeTable table tr.even td {
  	background-color: #E4ECF0;
	border-right: 1px solid silver;
	font-size: 10px;
}

.eXtremeTable .tableRegion thead tr td.tableHeader {
	background: #90aacf;
	border-right: 1px solid silver;
	text-align:center;
	color: #fff;
	font-size: 11px;
}
.eXtremeTable .tableRegion thead tr td.tableHeader a {
	color: #fff;
	text-decoration: none;
	background: #90aacf;
	text-align:center;
}
.eXtremeTable .tableRegion thead tr td.tableHeader a:hover {
	color: #fff;
	text-decoration: underline;
	background: #90aacf;
	text-align:center;
}

#resultado .eXtremeTable .tableRegion .tableHeaderSort {
	background: #90aacf;
	border-right: 1px solid silver;
	text-align:center;
	color: #fff;
	font-size: 11px;
}
#resultado .eXtremeTable .tableRegion .tableHeaderSort a {
	color: #fff;
	text-decoration: none;
	background: #90aacf;
	text-align:center;
}
#resultado .eXtremeTable .tableRegion .tableHeaderSort a:hover {
	color: #fff;
	text-decoration: underline;
	background: #90aacf;
	text-align:center;
}

.eXtremeTable .highlight td {
	background-color: #FFFFE1;
	border-right: 1px solid silver;
	font-size: 10px;
}

.eXtremeTable table tr td.statusBar {
	color: #ffffff;
	font-weight: bold;
	font-size: 9px;
	background-color: #90aacf;
	border-top: 1px solid #036;
	text-align:left;
	height: 3px;
}

#resultado table tr td.compactToolbar {
	color: #ffffff;
	font-weight: bold;
	font-size: 5px;
	background-color: #90aacf;
	border-top: 1px solid #036;
	
}

#resultado table tr td.compactToolbar a{
    color: #ffffff;
	font-weight: normal;
}
#resultado table tr td.compactToolbar a:hover{
    color: #036;
	text-decoration:none;
}

#resultado table tr td.compactToolbar select {
	background-color: #FFF;
	border: 1px solid #036;
	color: #369;
	font-size: 10px;
	cursor: pointer;
}


.text-required {
	color: #000099;
}



.text-error {
	color: #F9FF9D;
	font-weight: normal;
}

.borde_derecho {
	BORDER-RIGHT: silver 1px solid;
}

.borde_izquierdo {
	BORDER-LEFT: silver 1px solid;
}

.borde_abajo {
	BORDER-BOTTOM: silver 1px solid;
}

.borde_arriba {
	BORDER-TOP: silver 1px solid;
}

.margen_hr {
	padding-left:10px;
	padding-right:10px;
}

.margen_izquierdo {
	padding-left:5px;
}

.texto_centro {
	text-align:center;
}

.odd {
	background-color: #FFFFFF;
}

.even {
  	background-color: #E4ECF0;
}

.celeste {
	background-color: #E4ECF0;
}

.currentPage {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9px;
}

.marcar {
	background-color: #FFFFE1;
}

.margen_izquierdo {
	padding-left:5px;
}

.cabeceraDotaciones {
	background: #90aacf;
	border-right: 1px solid silver;
	color: #fff;
	padding-left:5px;
}

.impar td {
	background-color: #FFFFFF;
	border-right: 1px solid silver;
	text-align:left;
}

.par td {
  	background-color: #E4ECF0;
	border-right: 1px solid silver;
	text-align:left;
}

.resaltar td {
	background-color: #FFFFE1;
	border-right: 1px solid silver;
	text-align:left;
}

.text-session {
	color: #003366;
	font-weight: normal;
	font-size: 11px;
}

#menuppalH ul li a .menuCurrent {
	background-color: #369;
	color: #fff;
}

