/* CSS Document */
html {
	height: 100%;
}

body {

	margin: 0px;
	padding: 0px;
}

div#todo  {
	margin-bottom: 25px;
/*	height: 100%; */
/*	overflow: scroll;*/
}


/**** MENSAJE DESCUENTO ***/
div#todo div#mensajeDescuento {
	width: 650px;
	border: solid 1px #999;
	margin: auto;
	text-align: center;
	font-family: 'Trebuchet MS';
	font-size: 0.8em;
	padding: 5px;
	margin-bottom: 10px;
}


div#todo div#mensajeDescuento p span.txtRojo{
	font-size: 1.5em;
	color: red;
}
div#todo div#mensajeDescuento p span.txtGrisItalica{
	font-size: 0.95em;
	color: #808080;
}

/******************************/





div#todo div#promo table#tabla tr td.tabla-texto2 {
	background-image: url(../IMG/contador1.gif);
	background-repeat: no-repeat;
	background-position: center center;	
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:5px;
	color: #ffffff;
	font-size: 15px;
	text-align:center;

}
/*
*html {
  overflow: auto;
}
*body {
  overflow: auto;
}
*/

/**************************************************/
/*******************   PIE  ***********************/
/**************************************************/
div#contenido div#pie {
	font-family: "Trebuchet MS";
	font-size:14px;
	color:#333333;
	border-top: 1px solid #DFE8F1;
	border-bottom: 1px solid #DFE8F1;
	text-align:center;
	margin-top: 20px;
	padding-top:15px;
	padding-bottom:10px;	

}


div#contenido div#pie a {
	text-decoration:none;
	padding-left: 8px;
}

div#contenido div#pie a:hover {
	text-decoration:underline;
}




/****************************************************/
/*******************   texto  ***********************/
/****************************************************/
div#texto {
	background-image: url(../IMG/foto_online2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DFE8F1;
	border-bottom-color: #DFE8F1;
	
}

div#texto div#introduccion {
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	color: #666666;
	text-align:justify;
	margin-bottom: 10px;
	color:#333333;
}

div#texto div#introduccion p{
	padding: 0px;
	margin: 5px 65px 5px 520px;
}

div#texto div#introduccion p span.negrita {
	font-weight: bold;
	color: black;
	font-size: 0.9em;
}







/********************************************************/
/*******************   contenido  ***********************/
/********************************************************/
div#contenido {

}

div#contenido div#izquierda {
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	float: left;
	margin-bottom: 0px;
}

div#contenido div#izquierda p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}

div#contenido div#izquierda strong {
	font-size: 11px;
}

div#contenido div#izquierda ul {
	list-style-image: url(../IMG/icono_pdf.jpg);
	margin-top: 0px;
}

div#contenido div#izquierda li {
	padding-top: 2px;
	padding-bottom: 0px;
}

div#contenido div#izquierda li a {
	color: #333333;
	text-decoration: none;
}

div#contenido div#izquierda li a:hover {
	text-decoration: underline;
}

div#contenido div#derecha {
	float: left;
	padding-top:35px;
	padding-left: 25px;
	width:100%;
	margin-bottom: 0px;
}

div#contenido div#derecha table#tabla {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
	border-collapse: collapse;
	width:96%;
	/*border-right: solid 1px #014888;*/
}

div#contenido div#derecha table#tabla tr { height: 30px;}

div#contenido div#derecha table#tabla tr th {
	color:#ffffff;
	background-color:#014888;
	padding: 5px;
	border-collapse: collapse;
}


div#contenido div#derecha table#tabla tr td {
	border-collapse: collapse;
	text-align: center;
	padding: 6px;
}


div#contenido div#derecha table#tabla tr td.titulo-curso {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #014888;
	border-left-color: #014888;
	color: #E10053;
	text-align:left;
	padding-left:20px;
	font-size:13px;
	font-weight: bold;
}

div#contenido div#derecha table#tabla tr td.tabla-texto {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #014888;
	border-bottom-color: #014888;
	border-left-color: #014888;
}

div#contenido div#derecha table#tabla tr td.tabla-texto2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #014888;
	border-bottom-color: #014888;
	border-left-color: #014888;
	background-image: url(../IMG/contador.gif);
	background-repeat: no-repeat;
	background-position: center center;	
	padding-top:4px;
	padding-bottom:4px;
	color: #ffffff;
	font-size: 15px;
	text-align:center;

}


div#contenido div#derecha table#tabla tr td a {
	font-size:11px;
	color: #666666;
	text-decoration: none;

}


div#contenido div#derecha table#tabla tr td a.linkGotoTituloCurso {
	color: #CA0066;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
}

div#contenido div#derecha table#tabla tr td a:hover {}

div#contenido div#derecha p {
	text-align: right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}






