/* General */
   BODY {font-family: verdana,arial, sans-serif; font-size: 0.8em;}

/* Contenido */
   H1 {font-size: 16pt; font-weight: bold; color: #000;}
   H2 {font-size: 12pt; font-weight: bold; font-style: italic; color: black;}
   H3 {font-size: 10pt; font-weight: bold; color: black;}

/* Formulario */
   FORM.borde {border: 0px dotted #000; padding: 0.2em 0.2em; width: 100%; }
   FORM P {clear: left; margin: 0.2em; padding: 0.1em; width: 100%;}
   FORM P LABEL {float: left; width: 30%; font-weight: bold;}
   .error {color: red;}

textarea {
    background:#fff;
}
/* Tablas */

   TH {font-size: 8pt; font-weight: bold; color: white; background: #dc950c; text-align: center;}
   TD {font-size: 8pt; text-align: left;}
   TR {font-size: 8pt; background: #dcd7ce;text-align: left;}
   TD.derecha {text-align: right;}
   TD.izquierda {text-align: left;}

/* Hipervínculo */

a:link, a:visited { text-decoration: none; color: #bc2c2c;}

img{
	border:none;
}

table#charts {
    background:#fff;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    margin-bottom:20px;
}

table#charts td {
    background:#fff;
    text-align:right;
    width:100px;
}

table#charts2 {
    background:#fff;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    margin-bottom:20px;
}

table#charts2 td {
    background:#dcd7ce;
    text-align:right;
}



/* Comentarios de evaluadores*/

table#evaluador {
    width: 100%;
}

table#evaluador td {
    padding: 2px;	
}

table#resumen {
    width: 100%;
}

table#resumen th {
    width:30%;
}






.user {
    font-weight: bold;
    text-align: right;
	color:#000;
    width: 125px;
}
td.derecha {
    text-align: right;
	/*background: #dcd7ce;*/
}

td.centro {
    text-align: center;
	/*background: #dcd7ce;*/
}

/* Subvenciones de actividades*/
table#subvencion {
    width: 500;
}

.fondoverde{
	background: #92c492!important;
}

.fondoazul3{
	background: #0000ff!important;
}


td.blanco {
	width: 100!important;
	background: #fff!important;
}

td.blanco2 {
	width: 100!important;
	background: #fff!important;
}

td.blanco3 {
	background: #fff!important;
}


td.rojo {
	color: #f00!important;
}

td.azul {
	color: #00f!important;
}

td.verde {
	color: #007230!important;
}

td.gris {
	color: #aeaeae!important;
}

td.marron {
	color: #72461a!important;
}

td.fondorojo {
	background: #f69b93!important;
}


td.fondoverde {
	background: #92c492!important;
}

td.fondoazul {
	background: #c5d0e6!important;
}

.fondoazul2 {
	background: #bfc5d1!important;
}

th.dineros {
	width: 100!important;
}

td.dineros2 {
	width: 100!important;
}


/* Subvenciones de actividades: Formulario */
   FORM.subvencion {border: 0px dotted #000; padding: 0.2em 0.2em; width: 500; }
   FORM P {clear: left; margin: 0.2em; padding: 0.1em; width: 100%;}
   FORM P LABEL {float: left; width: 30%; font-weight: bold;}
   .error {color: red;}

input.verde{
background:#92c492!important;
}



table#imprime {
	border:25px;
    border-color: #f00!important;
}

table#imprime td {
	border:20px;
    border-color: #f00!important;
    
}


/* Menus horizontales*/
.menu {  
	list-style:none;
	margin:0;
	padding:0;
}
.menu li {
	margin:2px;
	padding:0;
	float:left;
}
.menu li a {
	display:block;
	width:150px;
	padding:4px 0;
	text-decoration:none;
	text-align:center;
	font-size:11px;
	color:#FFFFFF;
	background-color:#db960b;
}
.menu li a:hover {
	color:#fff;
	background-color:#0b50db;
}

#observaciones {
    width:15em; /* set width here or else widget will expand to fit its container */
    padding-bottom:2em;
    width: 400px
}

#observaciones .yui-ac-content { 
	max-height:30em;overflow:auto;overflow-x:hidden; /* set scrolling */ 
	max_height:30em; /* ie6 */ 
} 


