.headcrumb {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
}
.headcrumb a {
	color: #2B3D63;
	text-decoration: underline;
}
.headcrumb a:hover {
	color: #2B3D63;
	text-decoration: none;
}
/******************************************/
/*Estilo para titulos*/
/******************************************/
.tituloSeccion {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	background-color: #CCCCCC;
	height: 25px;
	margin-bottom: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 18px;
}

.tituloContenido {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
	background-color: #FFFFFF;
	height: 25px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 0px;
}
/******************************************/
/*Estilo para contenido*/
/******************************************/
.tablaContenido {
	margin-left: 20px;
	margin-top: 20px;
}
.textoContenido {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 20px;
	text-align: left;
	vertical-align: top;
}
.textoContenido li {
	list-style-type: none;
	list-style-image: url(../img/bullets.gif);
	margin-bottom: 5px;
}

/******************************************/
/*Estilo para contenido de profesores*/
/******************************************/
.profesorContenido {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 20px;
	vertical-align: top;
}
.profeNombreContenido {
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	padding-left: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	padding-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.profeTableContenido {
	margin-top: 20px;
	margin-left: 20px;
	width: 95%;
}
/******************************************/
/*Estilo para correos electronicos*/
/******************************************/

.aemail {
	color:#2B3D63;
	background-image: url(../img/email.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 18px;
}
a.aemail:hover{ 
	text-decoration:none;
}
/******************************************/
/*Estilo para Temario*/
/******************************************/
.tablaContenidoTemas {
	margin-left: 50px;
	margin-top: 20px;
}
.tituloContenidoTemas {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	background-color: #E0E0E0;
	height: 25px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}
/******************************************/
/*Estilo para Informacion general*/
/******************************************/
.tablaContenidoInfo {
	margin-top: 20px;
	margin-left: 20px;
}
.tituloContenidoInfo {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	background-color: #E0E0E0;
	height: 25px;
	width: 24%;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.textoContenidoInfo {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 20px;
	text-align: left;
	vertical-align: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.textoContenidoInfo li {
	list-style-type: none;
	list-style-image: url(../img/bullets.gif);
	margin-bottom: 5px;
}
.textoContacto {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 6px;
}
.inputContacto {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 6px;
}
