@charset "utf-8";
/* CSS Document */

html, body {    
    height: 100%; 
}

.body {
    /*background: url('../docente/img/squairy_light.png'); /* Old browsers */

    background: #e0e1e2; /* Old browsers */
    background: -moz-linear-gradient(top,  #e0e1e2 0%, #ffffff 60%, #ffffff 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e1e2), color-stop(60%,#ffffff), color-stop(60%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e0e1e2 0%,#ffffff 60%,#ffffff 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e0e1e2 0%,#ffffff 60%,#ffffff 60%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e0e1e2 0%,#ffffff 60%,#ffffff 60%); /* IE10+ */
    background: linear-gradient(to bottom,  #e0e1e2 0%,#ffffff 60%,#ffffff 60%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e1e2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    padding: 0;
}

body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    /*background-image: url(../images/main/bgmain.jpg);*/
    background-repeat: repeat-x;
    background-color: #FFFFFF;
}
header{background:#5c2134; height:25px; margin:25px;}
.titulosee{font-size:24px;color:#fff;}
.btndocente{background:#fff;color:#b2945e; width:230px; font-size:24px; height:100px; border-radius:5px; border: 1px solid #b2945e; padding:5px;}
#container {
    min-height: 100%;
    margin-bottom: -61px;
    position: relative;
}

.bgmain {
    /*background-image: url(../images/main/imgtop.gif); */
    background-repeat: no-repeat;
    background-position: 650px top;
    height: 189px;
    width: 802px;
    vertical-align: top;
}

.bgmain_admin{
    background-image: url(../images/main/imgtop_admin.gif); 
    background-repeat: no-repeat;
    background-position: 680px top;
    height: 189px;
    width: 802px;
    vertical-align: top;
}

.bgmain_ct{
    background-image: url(../images/main/imgtop_ct.gif); 
    background-repeat: no-repeat;
    background-position: 680px top;
    height: 189px;
    width: 802px;
    vertical-align: top;
}

.bgmain_docente{
    /*background-image: url(../images/main/imgtop_docente.gif); */
    background-repeat: no-repeat;
    background-position: 680px top;
    height: 189px;
    width: 802px;
    vertical-align: top;
}


.bgnote{
    background-image: url(../images/main/bgnote.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 97px;
    padding-left: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: #3f3f3f;
    font-size:14px;
}

.titles3 {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding-top: 7px;
    padding-bottom: 3px;
    text-shadow: 1px 1px #FFF;
    color: #b2945e;
    font-style: italic;
    vertical-align:top;
}

#fieldset1 {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 14px;
    background-color:#fff;
    border: none;
    margin-bottom: 0px;
    padding: 10px;
}

#fieldset1 legend {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color:#b2945e;
}

#fieldset1 label {
    font-size: 14px;
    color:#949393;
    font-weight:bold;
    font-style:italic;
}

.clearfooter {
    height:61px;
    clear: both;
}

#footer {
    /*background-color:#CCC;*/
    height: 61px;
    position: relative;
    /*background-image:url(../images/main/footer.gif);*/
    background-position: center bottom;
    background-color:#989798;
}

.footerinfo{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 9px;
    color: #b7dbf9;
    text-align: center;
}
.footertbl{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    color: #FFF;
    text-align: center;
    padding-top: 5px;
}
.footertbl a{
    text-decoration:none;
    color: #c5c5c5;
}
.footertbl a:hover{
    text-decoration:none;
    color: #efefef;
}

a.button {
    color: #fff;
    background:#5c2134;
    padding: 5px 10px 5px 10px;
    border-radius: 0 0 5px 5px;
    font-family: Arial;
    font-size: 13px;
    float: right;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(130, 130, 130, 0.5);
    -moz-box-shadow:    0px 3px 5px 0px rgba(130, 130, 130, 0.5);
    box-shadow:         0px 3px 5px 0px rgba(130, 130, 130, 0.5);
}

/* ####  Editado #### */

.box {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(130, 130, 130, 0.5);
    -moz-box-shadow:    0px 3px 5px 0px rgba(130, 130, 130, 0.5);
    box-shadow:         0px 3px 5px 0px rgba(130, 130, 130, 0.5);
    height: 300px;
    background: #fff; 
    border-radius: 5px; 
    width: 900px; 
    margin: 0 auto;
    margin-top: 50px;

}
.rfc {
    float: left; 
    background: #5c2134; 
    height: 250px; 
    width: 200px; 
    margin-top: -25px; 
    margin-left: 40px; 
    border-radius: 0 5px 5px 5px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(130, 130, 130, 0.5);
    -moz-box-shadow:    0px 3px 5px 0px rgba(130, 130, 130, 0.5);
    box-shadow:         0px 3px 5px 0px rgba(130, 130, 130, 0.5);
}
.sombra {
    float: left; 
    border-top: 25px solid transparent; 
    border-right: 25px solid #333; 
    margin-top: -25px; 
    margin-left: 15px;
}
#btn_ingresar {
    background: #fff;
    border:0;
    border-radius: 3px;
    padding: 3px 15px 3px 15px;
    cursor: pointer;
    margin-top: 5px;
}

.clear {
    clear: both;
}