@media print
{
	#itpageHeader {display: none;}
	#itpageMenu {display: none;}
	#itpageContentWrapper {float:none !important;}
	#itpageLeftColumn {display: none;}
	#itpageLeftColumnMobile {display: none;}
	#itpageCentralContent {float:none !important; width:100% !important;}
	#itpageContentHeader {display: none;}
	#itpageMigas {display: none; height:0 !important;}
	#itpageFooter {display: none;}
}

/*Container*/
#itpageContainer {
    margin: 0 auto;
}

/*Header*/
#itpageHeader {
    background: url(itpageHeaderBackground.gif) #b6d1e3 no-repeat left top;
    width: 100%;
    height: 79px;
}
#itpageIdiomas {
	font-size: 85%;
	color: #000000;
	padding-bottom: 20px;
	padding-top: 55px;
	text-align: right;
}
#itpageIdiomas A {
	text-decoration: none;
	color: #000000;
}
#itpageIdiomas A:hover {
	color: #cc0000;
	text-decoration: underline;
}
#itpageHeaderLogos {
	float: right;
	background-image: url(logos.jpg);
	width: 169px;
	height: 42px;
	margin: 18px;
}

/*Main navegation*/
#itpageMenu {
	clear: both;
	font-size: 85%;
	width: 100%;
	background-color: #002b62;
}
#itpageNav {
	list-style-type: none;
	margin: 0;
	padding-left: 0;
	padding-bottom: 24px;
	border-top: 1px solid #fff;
}
#itpageNav LI {
	float: left;
	padding: 0;
	border-right: 1px solid #a0bfd4;
}
#itpageNav LI.off{
    color: #fff;
    background: url(itnavTabBackground.gif) #376ca2 top repeat-x;
}
#itpageNav LI.on{
    font-weight: bold;
	color: #4c98d9;
    background: url(itnavATabBackground.gif) #b7cad9 top repeat-x;
    border-right: #a0bfd4 1px solid;
}
#itpageNav A{
	display: block;
	text-decoration: none;
	padding: 6px 4px;
	white-space: nowrap;
	background-color: transparent;
}
#itpageNav LI.off A:hover {
	color: #fff;
    background: url(itnavHTabBackground.gif) #3389d4 top repeat-x;
}
#itpageNav LI.off A {
	color: #fff;
}
#itpageNav LI.on A {
	color: #2e5a87;
}

/*Content*/
#itpageContentWrapper {
    float: left;
    width: 100%;
	background: url(itpageContentWrapperBg.jpg) repeat-x top;
	margin-top: 0;
	padding-top: 7px;
}
/*Left column, second navegation, login*/
#itpageLeftColumn {
    clear: left;
    float: left;
    width: 20%;
    overflow: hidden;
    background-color: #BFD9EA;
    padding-bottom: 10px;
}
#itpageLeftColumnMobile {
    clear: left;
    width: 100%;
}

#leftColumnBottomHome {
	text-align: center;
	margin: 10px auto 0 auto;
	width: 90%;
	height: 142px;
	border: solid 1px #7da9d4;
}

UL.itpageNavMenu {
	margin: 1px 0 0 0;
	padding: 1px 2px;
	list-style-type: none;
	font-size: 85%;
}
UL.itpageNavMenu IMG {
	vertical-align: middle;
	margin-right: 2px;
}
UL.itpageNavMenu A.sinIcono {
	padding-left:18px;
}
UL.itpageNavMenu LI.cab {
	padding: 3px;
	margin: 0;
	font-weight: bold;	
	color: #fff;
	background-color: #6699cc;
	border: solid 1px #468cd2;
}
UL.itpageNavMenu LI.cab A{
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	text-overflow: ellipsis;
    overflow: hidden;
}
UL.itpageNavMenu LI.cab A:hover{
	color: #bbddff;
	text-decoration: underline;	
}
UL.itpageNavMenu LI.cabOn {
	background: #4c98d9 url(itpageNavMenuOn.jpg) repeat-x top;
}
UL.itpageNavMenu LI.cabOff {
	background: #356ba1 url(itpageNavMenuOff.jpg) top repeat-x;
}
UL.itpageNavMenu LI.cabOnExpandido {
	background: #4c98d9 url(itpageNavMenuDown.jpg) right top no-repeat;
}
UL.itpageNavMenu LI.cabOffContraido {
	background: #356ba1 url(itpageNavMenuUp.jpg) right top no-repeat;
}
UL.itpageNavMenu LI.cabOffExpandido {
	background: #356ba1 url(itpageNavMenuOffDown.jpg) right top no-repeat;
}
UL.itpageNavMenu LI.enlace{
	margin-left: 7px;
	margin-right: 4px;
	padding: 3px 3px 3px 8px;
	color: #000;
	border-bottom: solid 1px #6699cc;
	background-color: #F1F1F1;
}
UL.itpageNavMenu LI.enlace A{
	margin-left: 2px;
	text-decoration: none;
	display: block;
	width: 100%;
	color: #003399;
	text-overflow: ellipsis;
    overflow: hidden;
}
UL.itpageNavMenu LI.enlace A:hover{
	text-decoration: underline;
	color: #000;
}
UL.itpageNavMenu LI.sub{
	padding-left: 20px;
}
UL.itpageNavMenu LI.selected{
	margin-left: 7px;
	background-color: #a8cdec;
}
/*Login box*/
.itpageLogin {
	margin: 2px;
	border: #80a9e1 1px solid;
}
.itpageLoginTitulo {
	font-size: 85%;
	font-weight: bold;
	padding:3px;
	color: #fff;
	border-bottom: #80a9e1 1px solid;
	background: #4c98d9 url(itpageNavMenuOn.jpg) repeat-x top;
}
.itpageLoginCuerpo {
	padding: 3px;
	background-color: #FFF;
}
.itpageLoginPie {
	font-size: 85%;
	text-align: right;
	margin-top: 5px;
	margin-right: 5px;
}
.itpageLoginForm {
	font-size: 85%;
}
.itpageLoginForm OL {
	clear: left;
	list-style: none; 
	padding: 0.2em 0;
	margin: 0;
} 
.itpageLoginForm LI {  
	float: left;
	clear: left;  
	width: 95%;
	padding: 0.2em 0 0.2em 0.2em;
} 
.itpageLoginForm LI + * {
	vertical-align: middle;
}
.itpageLoginForm LABEL {  
	float: left;
	width: 8em;
	text-align: left; 
}
.itpageLoginForm .submit {  
	float: none;  
    margin-top: 0.5em;
    text-align: center;
}
.itpageLoginForm .user, .itpageLoginForm .password {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 9pt;
    color: #000000;
}


/*Central content*/
#itpageCentralContent{
    float: left;
    width: 80%;
    min-height: 500px;
    z-index: 1;
}
* html #itpageCentralContent { /* solucion bug 'float drop' de IE6 y versiones anteriores */
    overflow-x: auto; 
    overflow-y: hidden;
}
#itpageCentralContentMobile{
    width: 100%;
}
#itpageContentHeader {
    margin: 2px;
    padding: 3px;
    background-color: #dfebf3;
}
#itpageTools {
	clear: right;
}
#itpageTools .itpageToolsLinks {
	font-size: 85%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#itpageTools .itpageToolsLinks LI{
	float: right;
	margin: 0 0 0 5px;
}
#itpageTools .itpageToolsLinks LI IMG {
	border: none;
	vertical-align: middle;
	margin-right: 2px;
}
#itpageFecha {
	float: left;
	font-size: 85%;
}

#itpageCursos {
	clear: right;
	text-align: right;
	font-size: 85%;
	margin-top: 5px;
}
#itpageCursos .linksCambiarPerfil{
	margin-top: 3px;
}
#itpageCursos .avisoModoAlumno {
	padding: 2px;
	background-color: #FFFF00;
}

#itpageContent{
    margin: 2px 1px 2px 2px;
    padding: 2px 1px 2px 2px;
}
#itpageTitle {
	clear: both;
    padding: 3px;
    margin-top: 1px;
    margin-bottom: 10px;
    border-bottom: solid 2px #366ba1;
}
#itpageTitle H1{
    font-weight: bold;
    color: #366ba1;
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}
#itpageMigas {
	font-size: 85%;
}

/*Footer*/
#itpageFooter{
    clear: left;
    position: relative;
    height: 50px;
    font-size: 85%;
    padding: 30px 2px 10px 2px;
    margin-bottom: 10px;
	text-align: center;
	vertical-align: middle;    
}


