/*
Theme Name: Innovar 2010
Theme URI: http://www.innovar.gob.ar/
Description: Tema para el Concurso Nacional de Innovaciones <strong>Innovar 2010</strong>.
Version: 3.0
Author: Guillermo Henchoz
Author URI: http://aureus.com.ar/
*/

/* Importando estilos */
@import url("css/reset.css");
@import url("css/layout.css");
@import url("css/custom.css");
@import url("css/grid.css");
@import url("css/typography.css");
/*@import url("css/forms.css");*/

@import url("css/inscripcion.css");



table .estado-0 { /* En inscripcion */
background-color: #fff !important;
color: #03499b !important;
}
table .estado-2 { /* Asignado a Evaluador */
background-color: #ff65ff !important;
color: #03499b !important;
}
table .estado-3 { /* En Evaluacin */
background-color: #fcff19 !important;
color: #03499b !important;
}
table .estado-4 { /* Rechazado */
background-color: #ff6568 !important;
color: #03499b !important;
}
table .estado-5 { /* Potencial Finalista */
background-color: #6dcb51 !important;
color: #03499b !important;
}
table .estado-6 { /* Recomenado al Jurado */
background-color: #5a5aff !important;
color: #03499b !important;
}
table .estado-7 { /* Premiado */
background-color: #c0cbcb !important;
color: #03499b !important;
}
table .estado-8 { /* Gran Premio */
background-color: #b3b27e !important;
color: #03499b !important;
}