/*
  Estilos principales
*/

body {
	background: #eeeeee;
}


.datosprincipales h1 {
	font-family: 'Nunito', sans-serif;
	font-weight: lighter;
	font-size: 3.2rem;
}

.datosprincipales h2 {
	font-family: 'Nunito', sans-serif;
	font-weight: lighter;
	font-style: italic;
	color: #eeeeee;
	font-size: 1.5rem;
}

.datosprincipales a {
	text-decoration: none!important;
	color: white;
}

.datosprincipales a:hover {
	text-decoration: underline!important;
	color: #eeeeee;
}


.datosprincipales p {
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	color: #dddddd;
}

.datosprincipales h4 {
	font-family: 'Nunito', sans-serif;
	font-size: 1.3rem;
}

.container {
	font-family: 'Nunito', sans-serif;
}

button {
	letter-spacing: 3px;
}

button.active {
	color: black!important;
	font-weight: bold;
}

/***/

#formacion {
	display: none;
}

#trabajos {
	display: none;
}

.iconodesplegar, .iconoplegar {
	font-size: 1.3rem;
}

.iconoplegar {
	display: none;
}

.tipoelemento {
	cursor: pointer;
}

.expprofesional {
	background-color: #C9D9F7!important;
}

.expprofesional:hover {
	background-color: #dfe9fc!important;
}

.tipoformacion {
 	background-color: #E8E1BC!important;
}

.tipoformacion:hover {
	background-color: #f5f1d8!important;
}

.tipoelemento:hover {
	background-color: #eeeeee;
}


.contenidodesp {
	display: none;
}

.detallededicacion ul li {
	margin-bottom: 10px;
}


.tipodedicacion p {
	text-align:justify!important;
}

.detallecurso {
	display: none;
}

.tipocurso {
	background-color: #EEFAF3!important;
	cursor: pointer;
}

.tipocurso:hover {
	background-color: #d1eddd!important;
}

.tipoprograma {
	background-color: #f5eddb!important;
	cursor: pointer;
}

.tipoprograma:hover {
	background-color: #edddba!important;
}

.iconodescarga {
	font-size: 1.4rem;
}

.iconodescarga a {
	color: black;
}

.iconodescarga a:hover {
	color: gray;
}

.diplomado .iconodescarga {
	font-size: 1.8rem;
}

.detallededicacion a {
	color: #3388a9;
	text-decoration: none;
}

.detallededicacion a:hover {
	color: green;
	text-decoration: underline;
}


