
div.CURSO_PRI
{
	position:relative; 
	float:left;
	width:100%; 
	margin-bottom:10px;
}


div.CURSO_SI
{
	position:relative; 
	float:left; 
	width:17px; 
	height:74px;
    background-image: url("../res/cabecera/Cab SI.png"); 
    background-position:left; 
    background-repeat:no-repeat;
}

div.CURSO_SM
{
	position:relative;
	float:left;
	width:96%; 
	height:74px;
    background-image: url("../res/cabecera/Cab SM.png"); 
    background-position:left; 
    background-repeat:repeat-x;
}

div.CURSO_SD
{
	position:relative; 
	float:left;  
	width:17px; 
	height:74px;
    background-image: url('../res/cabecera/Cab SD.png'); 
    background-position:right; 
    background-repeat:no-repeat;
}

div.CURSO_MI
{
	clear:left;
	position:relative; 
	float:left;  
	width:17px; 
	/*height:55px;*/
	min-height:55px;
    background-image: url('../res/cabecera/Cab MI.png'); 
    background-position:left; 
    background-repeat:repeat-y;
    z-index:200;
    
}

div.CURSO_MM
{
	position:relative; 
	float:left;
	/*height:55px;*/
	min-height:55px;
	width:96%;
	z-index:200;
	overflow:hidden;
	
}

div.CURSO_MD
{
	position:relative; 
	float:left; 
	/*height:55px;*/
	min-height:55px;
	width:17px;
    background-image: url('../res/cabecera/Cab MD.png'); 
    background-position:right; 
    background-repeat:repeat-y;
    z-index:200;
}

div.CURSO_II
{
	clear:left;
	position:relative; 
	float:left; 
	width:17px;
	height:24px;
	background-image: url('../res/cabecera/Cab II.png'); 
	background-position:bottom; 
	background-repeat:no-repeat;
	z-index:200;
}

div.CURSO_IM
{
	position:relative; 
	float:left; 
	width:96%;
	height:24px;
    background-image: url('../res/cabecera/Cab IM.png');  
    background-position:left; 
    background-repeat:repeat;
    z-index:200;	
    overflow:visible;
}

div.CURSO_ID
{
	position:relative;
	float:left; 
	width:17px; 
	height:24px;
    background-image: url('../res/cabecera/Cab ID.png'); 
    background-position:left; 
    background-repeat:no-repeat;
    z-index:200;
}

div.PASTILLA_SI
{
	 position:absolute; 
	 width:15px; 
	 height:15px; 
	 z-index:200; 
	 top: 10px; 
	 left:9px;
     background-image: url('../res/pasti/Pasti Blue SI.png'); 
     background-position:left; 
     background-repeat:no-repeat;
}


div.PASTILLA_SIM
{
	 position:absolute; 
	 width:15px; 
	 height:64px; 
	 z-index:200; 
	 top: 25px; 
	 left:8px; 
     background-image: url('../res/pasti/Pasti Blue MD.png'); 
     background-position:left;
     background-repeat:repeat-y;
}

div.PASTILLA_SD
{
	 position:absolute; 
	 width:15px; 
	 height:15px; 
	 z-index:200; 
	 top: 10px; 
	 right:6px;
     background-image: url('../res/pasti/Pasti Red SD.png'); 
     background-position:right; 
     background-repeat:no-repeat;
}

div.PASTILLA_SDM
{
	 position:absolute; 
	 width:15px; 
	 height:64px; 
	 z-index:200; 
	 top: 22px; 
	 right:6px; 
     background-image: url('../res/pasti/Pasti Red MD.png'); 
     background-position:right;
     background-repeat:repeat-y;
}

div.PASTILLA_MD
{
	position:absolute; 
	width:15px; 
	height:100%; 
	z-index:200; 
	top: 0px; 
	right:6px; 
    background-image: url('../res/pasti/Pasti Red MD.png'); 
    background-position:right;
    background-repeat:repeat-y;
}

div.PASTILLA_MI
{
	position:absolute; 
	width:15px; 
	height:100%; 
	z-index:200; 
	top: 0px; 
	left:9px; 
    background-image: url('../res/pasti/Pasti Blue MI.png'); 
    background-position:right;
    background-repeat:repeat-y;
}


div.PASTILLA_ID
{
	position:absolute; 
	width:15px; 
	height:15px; 
	z-index:200; 
	top: 0px; 
	right:6px;
    background-image: url('../res/pasti/Pasti Red ID.png'); 
    background-position:right; 
    background-repeat:no-repeat;
}


.hyp_curso
{
	width:90%;
	font-family: Verdana;
	font-size:15px;
	font-weight:bold;
	color: #020e7c;
	text-decoration:none;
	background-color:Transparent;
	overflow:hidden;
}

.hyp_curso:hover
{
	color: #d30d12;
}

.hyp_news
{
	width:90%;
	font-family: Verdana;
	font-size:11px;
	font-weight:bold;
	color: #020e7c;
	text-decoration:none;
	background-color:Transparent;
	overflow:hidden;
}

.hyp_news:hover
{
	color: #d30d12;
}

.hyp_curso_submenu
{
	width:90%;
	font-family: Verdana;
	font-size:10px;
	color: #d30d12;
	text-decoration:none;
	background-color:Transparent;
	overflow:hidden;
}

.hyp_curso_submenu:hover
{
	color: #020e7c;
	font-weight:bold;
}


table.FECHAS
{
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	width: 100%;
	color:#d30d12;
	background-color:Transparent;
}

div.PREFECHAS
{
	position:relative; 
	left:0px; 
	top:40px; 
	float:left;
	z-index:200; 
	width:15px; 
	background-image: url('../res/lineas/Line Red IZ OK.png'); 
	background-position:bottom;
	background-repeat: no-repeat;
	height:32px;
}

div.POSTFECHAS
{
	position:relative; 
	left:0px; 
	top:40px; 
	float:left;
	z-index:200; 
	width:15px; 
	background-image: url('../res/lineas/Line Red DR OK.png'); 
	background-position:bottom;
	background-repeat: no-repeat;
}


div.FECHASEDICION
{
	position:relative; 
	left:0px; 
	top:40px; 
	z-index:200; 
	width:95%; 
	float:left; 
	background-image: url('../res/lineas/Line Red MD OK.png'); 
    background-repeat:repeat-x;	
    background-position:bottom;
    height:31px;
}

div.DFECHAS
{
	position:relative; 
	left:-15px; 
	top:0px; 
	z-index:200; 
	width:80%; 
	text-align:left; 
	float:left; 
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#d30d12;
	height:32px;
}



div.PREEDICION
{
	position:relative; 
	float:left;
	top:0px; 
	z-index:200; 
	width:15px; 
	right:-37px;
	background-image: url('../res/lineas/Line Blue IZ OK.png'); 
	background-position: bottom right;
	background-repeat:no-repeat;
	
}
div.EDICION
{
	position:relative; 
	float:left;
	top:0px; 
	z-index:200; 
	width:15%; 
	text-align:right;
	right:-37px;
	font-size:10px;
	font-weight:bold;
	color:#020e7c;
	background-image: url('../res/lineas/Line Blue MD OK.png'); 
	background-repeat:repeat-x;
	background-position:bottom;
}

div.POSTEDICION
{
	position:relative; 
	left:0px; 
	top:0px; 
	float:left;
	z-index:200; 
	width:15px; 
	background-image: url('../res/lineas/Line Blue DR OK.png'); 
	background-position:bottom;
	background-repeat: no-repeat;
}


table.DESC
{
	font-family:Verdana;
	font-size:10px;
	font-style:normal;
	color:#000000;
	background-color:Transparent;
	overflow:visible;
}

div.CURSO_SUBMENU
{
	position:absolute; 
	text-align:center; 
	height:18px; 
	top:12px; 
	width:112px; 
	background-image: url('../res/menu curso/Menu Curso Full.png'); 
	background-repeat:no-repeat; 
	padding-top: 2px;
	color:#d30d12;
	font-family: Verdana;
}

div.CURSO_MENU_ALU
{
	position:absolute; 
	text-align:center; 
	height:18px; 
	top:0px; 
	width:112px; 
	background-image: url('../res/menu curso/Menu Curso Full.png'); 
	background-repeat:no-repeat; 
	padding-top: 2px;
	font-family: Verdana;
	color:#d30d12;
}

.pager_std
{
	font-family:Verdana;
	font-size: 11px;
	color: #781027;
}
