/*
 * Fundación Misión Vuelvan Caras
 * Gerencia de Informática
 * Creado el 31/08/2007
 * Autor: Pablo Morales (pabloantoniomorales@hotmail.com)
 * Nombre de Archivo: estilo.css
 */


<!--


@import "cmxformTemplate.css";
@import "cmxform.css";

  
.titulos{
   font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight:bold;
	text-align:center;
	color:#990000;
}

.titulos1{
   font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:bold;
	text-align:center;
	color:#990000;
}

.titulos2{
   font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:bold;
	text-align:center;
	color:#000000;
}

.titulos3{
   font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
	color:#990000;
}

.titulosRed{
   font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	color: #CC0000;
}

.titulomedio{
   font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:bold;
	text-align:center;
	color:#cc0000;
}

.titulopestana{
   font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight:bold;
	text-align:center;
	color:#003366;
}

.normal {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#000000;
}

.normal_peq {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#000000;
}

.tipobold {
	color: #688b47;
	font-weight: bold;
	font-size: x-small;
}
.negrita {
	color: #000000;
	font-weight: bold;
	font-size: x-small;
}
.rojo {
	color: #CC0000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:0.8em;
}

.mensaje{
   font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-weight:bold;
	text-align:center;
	color:#003399;
}

.azul{
	color: #3366FF;
	font-weight: bold;
	font-size:0.9em;
}

.boton {	border: 1px solid #CCCCCC;
				background: 1px solid #CCCCCC;
 }
 
table#data {
    border: none #000 3px;
}
table#data td {
	 font-family: Geneva, Arial, Helvetica, sans-serif;
	 font-size:0.9em;
    padding: 3px;
    border: none #000 1px;
}
table#data_arial td {
	 font-family: Arial;
	 font-size:0.9em;
    padding: 3px;
    border: none #000 1px;
}
.data {	 
    color: #000000;
    font-size:0.9em;
}
.dataAri {
	 font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size:0.7em;
}
.dataAri2 {
	 font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size:1.2em;
}
.dataAri2Rojo {
	 font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #CC0000;
    font-weight:bold;
    font-size:1.2em;
}
.encabezado {	 
    color: #000000;
    font-size:0.7em;
}

.encabezadoinforme {	 
	 font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size:0.6em;
} 

.datacenter {	 
    color: #000000;
    font-size:0.9em;
    text-align: center;
}
.col {
    text-align: left ;
    font-size:0.85em;
    width: 170px;
    background-color: #B7CEEC;
} 

.col2 {
    text-align: left ;
    font-size:0.85em;
    background-color: #B7CEEC;
} 

.centercol {
    text-align: center;
    width: 170px;
    font-size:0.9em;
    font-weight:bold;
    color: #FFFFFF;
    background-color: #003399;
} 
.centercol2 {
	 font-family: Arial;
    text-align: center;
    width: 30px;
    font-size:1.0em;
    font-weight:bold;
    color: #FFFFFF;
    background-color: #003399;
}
 
A:link {
  	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #003399; 
	text-decoration: none;
}
A:visited {
  	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000; 
	text-decoration: none;
}
A:hover {
  	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #3366FF;
	text-decoration: none;
}

input {	border: 1px solid #CCCCCC; }
input:focus { border: 1px solid #FFCC33; }
input.error { border: 1px solid #CCCCCC; }

select {	border: 1px solid #CCCCCC; }
select:focus { border: 1px solid #FFCC33; }
select.error { border: 1px solid #CCCCCC; }

textarea {	border: 1px solid #CCCCCC; }
textarea:focus { border: 1px solid #FFCC33; }
textarea.error { border: 1px solid #CCCCCC; }

.dhtmlgoodies_tabPane{
		height:21px;	/* Height of tabs */
		border-bottom:1px solid #919b9c;
}
.dhtmlgoodies_aTab{
	border-left:1px solid #919b9c;
	border-right:1px solid #919b9c;
	border-bottom:1px solid #919b9c;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	padding:5px;			
}
.dhtmlgoodies_tabPane DIV{
	float:left;
	height:100%;	/* Height of tabs */
	padding-left:3px;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:bottom left;
	cursor:pointer;
	position:relative;
	bottom:-1px;
	margin-left:0px;
	margin-right:0px;
}
.dhtmlgoodies_tabPane .tabActive{
	background-image:url('../images/tab_left_active.gif');
	margin-left:0px;
	margin-right:0px;	
	z-index:10;	
}
.dhtmlgoodies_tabPane .tabInactive{
	background-image:url('../images/tab_left_inactive.gif');
	margin-left:0px;
	margin-right:0px;
	z-index:1;
}
.dhtmlgoodies_tabPane .inactiveTabOver{
	background-image:url('../images/tab_left_over.gif');
	margin-left:0px;
	margin-right:0px;
}
.dhtmlgoodies_tabPane span{
	font-family:arial;
	vertical-align:top;
	font-size:11px;
	padding-left:3px;
	padding-right:3px;		
	line-height:21px;
	float:left;
}
.dhtmlgoodies_tabPane .tabActive span{
	padding-bottom:1px;
	line-height:20px;
}
	
.dhtmlgoodies_tabPane img{
	float:left;
}
	
	
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 10px;
    background: url(tab.png) no-repeat;
}
.tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #3366FF;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.tabs-nav .tabs-selected a {
    color: #003399;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 64px;
    height: 18px; /* IE 6 treats height as min-height */
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
    border-top: 1px solid #003399;
    padding: 1em 8px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}



#dhtmlgoodies_tooltip{
	background-color:#EEE;
	border:1px solid #000;
	position:absolute;
	display:none;
	z-index:20000;
	padding:2px;
	font-size:0.9em;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;	
}

#dhtmlgoodies_tooltipShadow{
	position:absolute;
	background-color:#555;
	display:none;
	z-index:10000;
	opacity:0.7;
	filter:alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
}

#dhtmlgoodies_progressPane{
	width:100%;
	height:100%;
	background-color:#FFF;
	z-index:5000;
	position:absolute;
	left:0px;
	top:0px;
}

#dhtmlgoodies_progressBar_bg{
	position:absolute;
	left:50%;
	top:50%;
	width:300px;
	height:20px;
	border:1px solid #000;
	background-color:#EEE;
	margin-left:-150px;	
	margin-top:-20px;
	text-align:center;
}
	
#progressBar_title{
	position:absolute;
	left:50%;
	top:50%;
	width:300px;
	height:20px;
	margin-left:-150px;	
	margin-top:-50px;
	text-align:center;
}

#dhtmlgoodies_progressBar_outer{
	position:absolute;
	left:0px;
	top:0px;
	width:0px;	
	height:100%;
	overflow:hidden;	
}
	
#dhtmlgoodies_progressBar{
	position:absolute;
	left:0px;
	top:0px;
	width:300px;
	background-color:#184EB8;
	filter: Alpha(Opacity=0, FinishOpacity=100,Style=1,StartX=0, StartY=0, FinishX=200,FinishY=20) ;
	height:100%;
	z-index:5000;
}

#dhtmlgoodies_progressBar_txt{
	color:#000;
	z-index:10000;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	position:absolute;		
	font-family:arial;
	font-size:0.8em;
	line-height:20px;	/* Same as height of progress bar */
}


/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #B7CEEC;
	border: 1px solid #FFF;
	color: #FFFFFF;
	text-align:center;
	padding: 4px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:1.2em;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	font-size:0.9em;
	padding: 4px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #FFCC33;
}


  

-->

