/*

Tema de Moodle 2.x realizado por Isyc:
 _____       ___   _____       ___   _     _   _   _____    _____   _   _       ___   _      
/  ___/     /   | |  ___|     /   | | |   / / | | |  _  \  |_   _| | | | |     /   | | |     
| |___     / /| | | |__      / /| | | |  / /  | | | |_| |    | |   | | | |    / /| | | |     
\___  \   / / | | |  __|    / / | | | | / /   | | |  _  /    | |   | | | |   / / | | | |     
 ___| |  / /  | | | |      / /  | | | |/ /    | | | | \ \    | |   | |_| |  / /  | | | |___  
/_____/ /_/   |_| |_|     /_/   |_| |___/     |_| |_|  \_\   |_|   \_____/ /_/   |_| |_____| 

*/
 
/**********************************************/
/******************* GENERAL ******************/
/**********************************************/

body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, input, textarea
{
    font-family: Arial, Verdana, sans-serif;
    font-weight: normal;
}

html {
	background: inherit;
}

body
{
    background: #666 url('../pix/fnd01.gif') repeat-x;
}

a { 
    color: #007eae;
	text-decoration: none;
}

a:hover { 
    text-decoration: underline;
}

/* Elementos de formulario */

input[type=button],
input[type=submit],
button {
	background: #007eae;
	color: #fff;
	border: 0;
}

/* Contenedores principales */

#page,
.pagelayout-report #page {
	background: transparent;
	width: 97%;
    margin: 0 auto;
	padding: 0;
}

#wrapper
{
    background: #fff;
    padding: 10px;
    border: 0;
    overflow: hidden;
}

/**********************************************/
/******************** HEADER ******************/
/**********************************************/

#upper
{
    width: 95%;
    height: 38px;
    margin: 18px auto 0 auto;
    background: transparent;
    font-weight: normal;
    color: #fff;
    font-size: x-small;
}

#upper .langmenu {
	float: left;
	margin: 0;
}

#upper .logininfo {
	float: right;
	text-align: right;
	margin-bottom: 10px;
}

#upper .loginfailures {
	text-align: center;
	margin: -19px 0 0 0;
}

#upper a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#upper a:hover {
	text-decoration: underline;
}

#page-header
{
    background: #fff url('../pix/sup01.jpg') no-repeat right bottom;
    height: 133px;
    margin: 0px;
}

#page-header .logo {
	float:left;
	margin: 15px 0 0 25px;
	position: absolute;
}

/* Barra de navegación */

.navbar
{
    background: #fff url('../pix/nav01.gif') repeat-x 0 100%;
    color: #000;
    height: 33px;
}

.breadcrumb ul {
    padding: 8px 20px 4px 15px;
	margin: 0px;
	text-indent: 10px;
}

.navbar .navbutton {
	margin: 7px 15px 0 0;	
}

.navbar a {
	color: #000;
}

.navbar .arrow {
	color: #666;
}

/**********************************************/
/******************* COLUMNS ******************/
/**********************************************/

/* Cabecera de las cajas */

.block .header
{
    background: #0380af url('../pix/cab01.gif') repeat-x top;
}

/* Títulos de las cajas */

.block .header h2 { 
    color: #fff;
}

/**********************************************/
/******************* CONTENT ******************/
/**********************************************/

/* Cabecera central */

.headingblock
{
    background: #0380af url('../pix/cab01.gif') repeat-x top;
    color: #fff;
    font-weight: bold;
    border: none !important;
    padding: 2px 5px;
    border: 1px solid #ccc;
}

/* Listado de recursos en el interior */

.course-content .main {
    background: #f7f7f7;
}

/* "Su progreso" */

.path-course-view .completionprogress {
	color: #fff;
}

/* Lección actual */

.course-content .current {
    background: #8c8c8c;
}

.current .left.side,
.current .right.side {
	color: #fff;
}

/* Añadir / quitar secciones */

#changenumsections, #completionprogressid {
	background: #ccc;
}

/**********************************************/
/******************** FOOTER ******************/
/**********************************************/

#page-footer
{
    text-align: center;
    padding: 0;
    height: 100px;
    background: #666 url('../pix/inf01.gif') repeat-x top;
    color: #fff;
    padding: 10px 0 0 0;
    vertical-align: middle;
    font-family: Tahoma;
}

#page-footer a {
	color: #fff;
	font-weight: normal;
	/* No poner font-weight: bold, ya que sino afecta a "Isyc: Partner oficial..." */
}

#page-footer .logininfo
{
    text-align: left;
    padding: 8px 0 0 0;
    margin: 0px auto;
    display: inline;
}

#page-footer .logininfo a {
	color: #fff;
	font-weight: bold;
}

/******************
control wizard
******************/
#wizHeader li .prevStep
{
    background-color: #669966;
}
#wizHeader li .prevStep:after
{
    border-left-color:#669966 !important;
}
#wizHeader li .currentStep
{
    background-color: #C36615;
}
#wizHeader li .currentStep:after
{
    border-left-color: #C36615 !important;
}
#wizHeader li .nextStep
{
    background-color:#C2C2C2;
}
#wizHeader li .nextStep:after
{
    border-left-color:#C2C2C2 !important;
}
#wizHeader
{
    list-style: none;
    overflow: hidden;
    font: 12px Helvetica, Arial, Sans-Serif;
    margin: 0px;
    padding: 0px;
}
#wizHeader li
{
    float: left;
}
#wizHeader li a
{
    color: white;
    text-decoration: none;
    padding: 10px 0 10px 55px;
    background: brown; /* fallback color */
    background: hsla(34,85%,35%,1);
    position: relative;
    display: block;
    float: left;
}
#wizHeader li a:after
{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    border-left: 30px solid hsla(34,85%,35%,1);
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}
#wizHeader li a:before
{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}
#wizHeader li:first-child a
{
    padding-left: 10px;
}
#wizHeader li:last-child
{
    padding-right: 50px;
}
#wizHeader li a:hover
{
    background: #FE9400;
}
#wizHeader li a:hover:after
{
    border-left-color: #FE9400 !important;
}
.content
{
    height:150px;
    padding-top:75px;
    text-align:center;
    background-color:#F9F9F9;
    font-size:48px;
}
.oculto
{
    Display:none;
}
.gridvi
{
    background-image: url('../image/bg-menu-main.png');
    background-repeat: repeat-x;
    font-size: x-small;
}
.gridvi2
{
    background-image: url('../image/grd_head.png');
    background-repeat: repeat-x;
    font-size: x-small;
}
.formviewaz
{
    background-image: url('../image/bg_nav.gif');
    background-repeat: repeat-x;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.panelavisos
{
    border: medium outset #FF0000;
    background-image: url('../image/bg-header.gif');
    font-weight: bold;
    color: #FFFFFF;
}
 .modalBackground
        {
    background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
        }
 .tabs10 
 {
        width:98%;
        font-size:100%;
        line-height:normal;
}
.tabs10 ul {
        margin:0;
        padding:10px 10px 0 0;
        list-style:none;
}
.tabs10 li {
        display:inline;
        margin:0;
        padding:0;
}
.tabs10 a
{
    float: left;
    background: url('../image/tableft10.gif') no-repeat left top;
    margin: 0;
    padding: 0 0 0 4px;
    text-decoration: none;
    background-position: 0% -42px;
    font-size: medium;
    font-weight: bold;
}
.tabs10 a span
{
    font: bold 10px/1.5em Verdana;
    display: block;
    float: left;
    background: url('../image/tabright10.gif') no-repeat right top;
    padding: 5px 15px 4px 6px;
    color: #FFF;
    background-position: 100% -42px;
}

#tabs10 a:hover span {
        color:#FFF;
}
.tabs10 a:hover, .tabs10 .selected a {
        background-position:0% 0px;
}
.tabs10 a:hover span, .tabs10 .selected a span {
        background-position:100% 0px;
}

.panel{
        border:1px solid #bcd2e6;
        padding:10px;
        
}
.cabezagrid {   
    padding: 4px 2px;   
    color: #fff;   
    background-image: url('../image/grd_head.png);
    background-repeat: repeat-x;
    background: #424242 url('../image/grd_head.png) repeat-x top;   
    border-left: solid 1px #525252;   
    font-size: 0.9em;   
}  

 .mGrid {   
    width: 100%;   
    background-color: #fff;   
    margin: 5px 0 10px 0;   
    border: solid 1px #525252;   
    border-collapse:collapse;       
}  

.mGrid td {   
    padding: 2px;   
    border: solid 1px #c1c1c1;   
    color: #717171;   
}  
.mGrid th {   
    padding: 4px 2px;   
    color: #fff;   
    background: #424242 url('../image/grd_head.png) repeat-x top;   
    border-left: solid 1px #525252;   
    font-size: 0.9em;   
}  
.mGrid .alt { background: #fcfcfc url('../image/grd_alt.png) repeat-x top; }  
.mGrid .pgr { background: #424242 url('../image/grd_pgr.png) repeat-x top; }  
.mGrid .pgr table { margin: 5px 0; }  
.mGrid .pgr td {   
    border-width: 0;   
    padding: 0 6px;   
    border-left: solid 1px #666;   
    font-weight: bold;   
    color: #fff;   
    line-height: 12px;   
 }     
.mGrid .pgr a { color: #666; text-decoration: none; }  
.mGrid .pgr a:hover { color: #000; text-decoration: none; }
.Degrado
{
/* IE10 Consumer Preview */
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #009999 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #009999 100%);
/* Opera */
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #009999 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #009999));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #009999 100%);
/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient(to top, #FFFFFF 0%, #009999 100%);
-moz-border-radius: 15px 15px 15px 15px;
/*para Safari y Chrome*/
-webkit-border-radius: 15px 15px 15px 15px;
}
.Fondo
{
background-color: #009999;
-moz-border-radius: 15px 15px 15px 15px;
/*para Safari y Chrome*/
-webkit-border-radius: 15px 15px 15px 15px;
}