/* CSS Document */
html {
	height: 100%;
}

body {

	margin: 0px;
	padding: 0px;
}

div#todo  {
	margin-bottom: 25px;
/*	height: 100%; */
/*	overflow: scroll;*/
}
/*
*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;
	height: 304px;
	
}

div#texto div#introduccion {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #666666;
	margin-top: 2%;
	margin-right: 80px;
	margin-left: 600px;
	text-align:justify;
	margin-bottom: 10px;
	color:#333333;
}

div#texto div#introduccion p{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

div#texto div#introduccion strong{
	font-size: 16px;

}






/********************************************************/
/*******************   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 #0080BA;
}

div#contenido div#derecha table#tabla tr { height: 30px;}

div#contenido div#derecha table#tabla tr th {
	color:#ffffff;
	background-color:#0080BA;
	padding: 5px;
	border-collapse: collapse;
}


div#contenido div#derecha table#tabla tr td {
	border-collapse: collapse;
	text-align: center;
	padding: 4px;
}

div#contenido div#derecha table#tabla tr th.tabla-lugar {
	border-right: 1px solid #ffffff;
}

div#contenido div#derecha table#tabla tr th.tabla-fecha {
	border-left: 1px solid #ffffff;
}

div#contenido div#derecha table#tabla tr th.tabla-hora {
	border-left: 1px solid #ffffff;
}

div#contenido div#derecha table#tabla tr th.tabla-ciudad {
	border-left: 1px solid #ffffff;
	
}

div#contenido div#derecha table#tabla tr th.tabla-lugar {
	border-left: 1px solid #ffffff;
}




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: #0080BA;
	border-left-color: #0080BA;
	color: #333333;
	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: #0080BA;
	border-bottom-color: #0080BA;
	border-left-color: #0080BA;
}

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: #0080BA;
	border-bottom-color: #0080BA;
	border-left-color: #0080BA;
	background-image: url(../IMG/contador.gif);
	background-repeat: no-repeat;
	background-position: center center;	
	padding-top:px;
	padding-bottom:4px;
	color: #ffffff;
	font-size: 16px;
	text-align:center;
	font-weight: bold;


}


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;
}






