﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/


body
{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    background-color: #cccccc;
    background-image: url(../images/bk22.gif);
    margin: 0px;
    padding: 0px;
    line-height: 15px;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1.4em;
    color: #FF6600;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
}
h3
{
    color: #949494;
    height: 25px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #737373;
    font-weight: bold;
    padding: 0px;
}
h4
{
    font-size: 1.2em;
    color: #FF6600;
    height: 20px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #737373;
    font-weight: bold;
    padding: 0px;
}
h5
{
    font-size: 1em;
}

h6
{
	text-align: center;
	color: #949494;
    height: 25px;
    font-weight: bold;
    padding: 0px;
    display: block;
    line-height: 1.6em;
}
/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0px;
    width: 100%;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
    padding: 20px 0px 0px 0px;
    background-color: #fff;
    margin-bottom: 0px;
    width: 780px;
    text-align: left;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}

#footer
{
    color: #000;
    padding: 0px 0;
    text-align: center;
    line-height: normal;
    margin: 0px;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    padding: 0 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/
form
{
    margin: 0px;
    padding: 0px;
}
fieldset
{
    margin: 0px;
    padding: 0px;
    border: 1px solid #CCC;
}

fieldset p
{
    margin: 2px 12px 10px 10px;
}

fieldset label
{
    display: block;
}

fieldset label.inline
{
    display: inline;
}

.label
{
    width: 250px;
}

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"], input[type="password"]
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.2em;
    color: #333;
    vertical-align: middle;
    height: 25px;
    width: 260px;
    border: 1px solid #999;
    top: 3px;
}
input[type="text", disabled="true"]
{
    background-color: #dddddd;
}

select
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.2em;
    color: #333;
    vertical-align: middle;
    height: 25px;
    width: 262px;
    border: 1px solid #999;
    top: 3px;
}


/* TABLE
----------------------------------------------------------*/

table
{
    padding: 0px;
}

table td
{
}

table th
{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #FFF;
    background-color: #FA7222;
    padding: 1px;
}

table tr
{
    padding: 0px;
}

img
{
    display: block;
}

/* FOOTER  
----------------------------------------------------------*/
#iniciaFooter a:link, a:hover
{
    color: #164179;
    text-decoration: none;
}


#iniciaFooter a.help01:visited
{
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #164179;
    text-decoration: none;
}

#iniciaFooter a.help01:hover
{
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #ff7e00;
    text-decoration: underline;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color: Red;
}

#menucontainer
{
    margin-top: 40px;
}

div#title
{
    float: none;
    text-align: center;
    padding: 0px;
}

#logindisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.table-validation-error
{
    border: 2px solid #ff0000;
}

input[type="text"].input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.alumnoInvalido
{
    color: #ff4444;
    font-weight: bold;
}


/* Input focus  
----------------------------------------------------------*/
#status
{
    width: 50%;
    padding: 10px;
    outline: none;
    height: 36px;
}
.focusField
{
    border: solid 2px #73A6FF;
    background: #EFF5FF;
    color: #000;
}
.idleField
{
    background: #FFFFFF;
    color: #000000;
    border: solid 2px #DFDFDF;
}




.bk_celda_top
{
    background-image: url('/images/bk11.gif');
    background-repeat: repeat-x;
}
.bk_footer
{
    background-image: url(/images/bk33.gif);
    background-repeat: repeat-x;
}
.footer_info
{
    font-size: 9px;
    background: url(/images/ico.gif) no-repeat 5px 2px;
    float: left;
    padding: 5px 5px 5px 5px;
}

#parrafo1
{
    width: 166px;
    margin-left: 20px;
    float: left;
}

#parrafo2
{
    width: 220px;
    margin-left: 50px;
    float: left;
}

#parrafo3
{
    width: 300px;
    float: right;
    text-align: right;
}

.footer_info a:link, a:hover, a:visited
{
    color: #333333;
    text-decoration: underline;
}

.footer_info #link_contacto
{
    color: #0066CC;
    text-decoration: underline;
}


.form02
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.2em;
    color: #333;
    vertical-align: middle;
    height: 25px;
    width: 100px;
    border: 1px solid #999;
    top: 3px;
}

#DVInstitucion, #CodAreaCoordinador, #CodAreaCoordinador2, #CodCelCoordinador, #NSedesBasica, #NSedesParvularia, #DV, #CodigoArea
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.2em;
    color: #333;
    vertical-align: middle;
    height: 25px;
    width: 31px;
    border: 1px solid #999;
    top: 3px;
}

#rutEstudiante
{
    vertical-align: middle;
    height: 25px;
    width: 130px;
}

#password
{
    vertical-align: middle;
    height: 25px;
    width: 175px;
}

#FonoCoordinador, #FonoCoordinador2, #RutInstitucion, #CelCoordinador, #Rut, #Telefono
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.2em;
    color: #333;
    vertical-align: middle;
    height: 25px;
    width: 213px;
    border: 1px solid #999;
    top: 3px;
}
.titulo_interior01
{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1.4em;
    color: #949494;
    height: 25px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #737373;
    font-weight: bold;
}
.bk_degnar
{
    background-image: url(/images/bk44.gif);
    background-repeat: repeat-x;
}
.header_tabla01
{
}
.datotabla1
{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1em;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #666;
    padding: 4px 0px 4px 0px;
}
.form01c
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.2em;
    color: #333;
    vertical-align: middle;
    height: 25px;
    width: 120px;
    border: 1px solid #999;
    top: 3px;
}

.txtsede
{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.2em;
    color: #333;
    vertical-align: middle;
    height: 25px;
    width: 50px;
    border: 5px solid #999;
    top: 3px;
}

.header_tabla01
{
    line-height: 2.0em;
}

.header_tabla02
{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #FFF;
    background-color: #FA7222;
}

.titulo_interior02
{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1.5em;
    color: #333;
    height: 25px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #737373;
    font-weight: bold;
}

.tit_preguntas
{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1.2em;
    color: #039;
    line-height: 17px;
}

.txt_destacado1
{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1em;
    font-weight: bold;
    color: #900;
}


.titulo_interior01b
{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1.2em;
    color: #F60;
    height: 20px;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #737373;
    font-weight: bold;
}

.estudianteError
{
    background-color: #FFDDDD;
}

.formatoingreso
{
    font-style: italic;
}

.formatoIP
{
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    color: #808080;
}
