/* CSS Document */

body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    /*background-image: url(../_img/Page-BgTexture.jpg);*/
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: top left;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    color: #545454;
}

/* Encabezado de página */
.fondoEncabezado {
    /*background-image: url(../_img/Page-BgGradient.jpg);*/
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    height: 126px;
    /*padding-top:15px;*/
}

.encabeazado {
    margin: 0 auto;
    width: 95%;
    height: 126px;
    background-image: url(../_img/header.png);
    background-repeat: no-repeat;
}

.barraUsuario {
    /*background-color: #f3bf87;*/
    background-color: #e96d2d;
    padding: 10px;
    color: #FFFFFF;
}

/* Contenido */

.contenedorContenido {
    background: #FFF;
    margin: 0 auto;
    width: 95%;
    border-left: #800101 solid 1px;
    border-right: #800101 solid 1px;
    padding-bottom: 20px;
    overflow: hidden;
}

.imgTarea {
    cursor: pointer;
    width: 14px;
    height: 14px;
}

.imgTarea2 {
    cursor: pointer;
    width: 11px;
    height: 11px;
}

.imgTarea3 {
    cursor: pointer;
    width: 9px;
    height: 9px;
}

.arbol_0 {
    color: #782111;
    font-weight: bold;
}

.arbol_1 {
    color: #a32b12;
    font-weight: bold;
}

.arbol_2 {
    color: #363636;
}

.arbol_3 {
    color: #575a61;
}

#content {
    margin: 15px 15px 0 15px;
    width: auto;
}

#contenidoPestanyas {
    margin-top: 10px;
    padding: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

div#divApartadoEstructura {
    border-right: 1px solid #CECECE;
    float: left;
    width: 38%;
    padding: 10px;
    height: 600px;
    overflow: auto;
}

div#divApartadoConsultaEdicion {
    float: right;
    width: 57%;
    padding: 10px;
    height: 600px;
    overflow: auto;
}

/* Pie de página */
.art-Footer {
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 95%;
    margin: 0px auto 0px auto;
}

.art-Footer .art-Footer-inner {
    height: 1%;
    position: relative;
    z-index: 0;
    padding: 8px;
    text-align: center;
}

.art-Footer .art-Footer-background {
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-color: #800101;
    /*background-image: url(../_img/Footer.png);*/
    width: 100%;
    height: 150px;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px 10px;
    border-bottom-right-radius: 10px 10px;
}

.art-Footer .art-Footer-text p {
    margin: 0;
}

.art-Footer .art-Footer-text {

    display: inline-block;
    color: #CFCFCF;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
}

.art-Footer .art-Footer-text a:link {
    text-decoration: none;
    color: #FFFFFF;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: underline;
}

.art-Footer .art-Footer-text a:visited {
    text-decoration: none;
    color: #FFFFFF;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: underline;
}

.art-Footer .art-Footer-text a:hover {
    text-decoration: none;
    color: #ECB14B;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

/* fin de pie de página */

/* pie de página logo */
.logo {
    width: 110px;
    background-repeat: no-repeat;
    height: 20px;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
    /*background-image: url(../_img/logodmys.png);*/
}

/* usuario */
.user {
    text-decoration: underline;
    color: #FFF;
    width: 350px;
    font-weight: bold;
    font-size: 11px;
    margin-top: 10px;
    margin-left: 15px;
    float: left;
}

/* sesion */
.sesion {
    color: #FFF;
    margin-top: 10px;
    margin-right: 15px;

    font-weight: bold;
    font-size: 11px;
    display: block;
    float: right;
}

.sesion a:link {
    font-family: Arial, Helvetica, Sans-Serif;
    /*	text-decoration: underline;*/
    color: #FFF;
}

.sesion a:visited, a.visited {
    font-family: Arial, Helvetica, Sans-Serif;
    /*	text-decoration: underline;*/
    color: #FFF;
}

.sesion a:hover, a.hover {
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    color: #D48F16;
}

/*** estilo col izquierda ***/

.izquierda {
    float: left;
    width: 325px;
    padding-bottom: 10px;
}

/*** estilo col derecha ***/

.derecha {
    padding-left: 15px;
    width: 598px;
    float: left;
}

/* estilos para el contenido */
a {
    font-family: Arial, Helvetica, Sans-Serif;
    /*	text-decoration: underline;*/
    color: #782111;

}

/* Adds special style to an unvisited link. */
a:link {
    font-family: Arial, Helvetica, Sans-Serif;
    /*	text-decoration: underline;
    color: #126394;*/
    color: #782111;
}

/* Adds special style to a visited link. */
a:visited, a.visited {
    font-family: Arial, Helvetica, Sans-Serif;
    /*	text-decoration: underline;*/
    /*
        color: #92C6E2;
    */
    color: #81858c;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover {
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
    color: #D48F16;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
}

/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 28px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    color: #595959;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    color: #595959;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    color: #782111;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    color: #292929;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    color: #34608B;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    color: #292929;
}

/* Estilo de Tablas

{
	border: 0;
	margin: 0;
	padding: 0;
}*/

table {
    text-align: left;
    border-spacing: 0px;
    /*border: 1px solid #aeb3b6;*/
    border-collapse: collapse;

}

table a, table, tbody, tfoot, tr, th, td {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 2.0em;
    font-size: 15px;
    color: #000;
}

tbody td {
    line-height: 2.5em;
}

table caption {
    padding: .4em 0;
    font-size: 240%;
    font-style: normal;
    color: #FB7E00;
}

table a {
    display: block;
    text-decoration: none;
    color: #FF8E53;
    padding-right: 1.5em;

}

table a:hover, table a:focus {
    /*text-decoration: underline;*/
}

table th a {
    /*	color: #FF8E53;*/
    color: #000;
    text-align: right;
}

table .odd th a, table .odd td a, table .odd td {
    color: #666;
    padding-right: 1.0em;
}

table th a:hover, table th a:focus, tbody tr:hover th {
    background-color: #CCC;
    color: #fff !important;
}

table .odd th, table .odd td {
    background-color: #DDDDDD;
}

thead th {
    /*background-image: url(verlauf_schwarz.gif);*/
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    color: #fff;

}

tfoot {
    /*background-image: url(verlauf_schwarz.gif);*/
    border-top: 1px solid #fff;

}

tfoot th, tfoot td {
    color: #fff;
}

tbody th {
    padding-right: 1em;
    color: #800101;
    font-style: normal;
    background-color: #fff;
    border-bottom: 1px dotted #aeb3b6;
}

td {
    color: #000;
    border-bottom: 1px dotted #aeb3b6;
    padding-right: 0.5em;

}

tbody tr.odd {
    border-bottom: 1px dotted #aeb3b6;
}

tbody tr:hover td {
    /*	background-color: #EFEFEF;*/
}

tbody tr:hover td, tbody tr:hover th, tbody tr:hover a {
    color: #000 !important;
}

/************************************************************************/

.nota {
    color: #000066;
    /*	font-weight: bold;*/
    font-size: 15px;
}

.tituloCatalogo {
    /*	font-family:"Arial Narrow";*/
    font-size: 14px;
    font-weight: bold;
    /*color: #09517B;*/
    color: #782111;
}

.pagActual {
    font-size: 15px;
    font-weight: bold;
}

/*****************************************************************************/
.pestanya {
    cursor: pointer;
    border-top: 1px #CCCCCC solid;
    border-left: 1px #CCCCCC solid;
    border-right: 1px #CCCCCC solid;
    margin-left: 5px;
    padding: 6px 6px 6px 6px;
    background-color: #ffca95;
    color: #000000;
    font-family: "Arial";
    font-size: 15px;
    text-decoration: none;
    /*	text-transform:uppercase;	*/
}

.pestanyaEnfasis {
    cursor: pointer;
    border-top: 1px #CCCCCC solid;
    border-left: 1px #CCCCCC solid;
    border-right: 1px #CCCCCC solid;
    margin-left: 5px;
    padding: 6px 6px 6px 6px;
    background-color: #EDD7C0;
    color: #000000;
    font-family: "Arial";
    font-size: 15px;
    text-decoration: none;
    /*	text-transform:uppercase;	*/
}

.pestanyaActual {
    cursor: pointer;
    border-top: 1px #771e11 solid;
    border-left: 1px #771e11 solid;
    border-right: 1px #771e11 solid;
    margin-left: 5px;
    padding: 6px 6px 6px 6px;
    background-color: #912711;
    color: #FFFFFF;
    font-family: "Arial";
    /*font: "Arial Narrow";*/
    font-weight: bold;
    /*	text-transform:uppercase;*/
    font-size: 15px;
}

#contenidoAsignatura {
    margin-top: 1px;
    padding: 15px;
    border-style: solid; /**/
    border-width: 1.5px;
    border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

#contenidoSyllabus {
    margin-top: 8px;
    padding: 15px;
}

#contenidoContrato {
    width: 870px;
    margin-top: 0px;
    padding: 15px;
    border-style: solid;
    border-width: 1.5px;
    border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

#contenidoAcreditaciones {
    margin-top: 1px;
    padding: 15px;
    border-style: solid;
    border-width: 1.5px;
    border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.subSeccion {
    margin-top: 5px;
    padding: 8px;
    border-style: solid;
    border-width: 1.5px;
    border-color: #CCCCCC;
    background-color: #F8F8F8;
}

p {
    color: #000;
}
