/**
 * Esta hoja CSS contiene los estilos de los elementos Nodos. ESTA HOJA ES TEMPORAL PARA PRUEBAS
 */

/**
 * Inicio
 */
.acceso-varios-element .acceso-varios-titulo {
	font-size: 18px; /*14px;*/
	font-weight: 700; /*bold;*/
	color: #7C7476; /*#5e8bc3;*/
}

.serv-destacados-element .destacado-titulo {
	line-height: 24 px;
	margin-top: 4px;
	color: #7C7476;
	padding: 4px 0px;

	/*height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

.serv-destacados-element .destacado-descripcion {
	margin-top: 3px;

	/*height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;*/
}

/**********/

/**
 * Menu 1
 */
.nav-1-visual a, .nav-1-visual-1 a {
	font-size: 13px;
	color: #3f3e3d;
	float: left;
	padding-top: 14px !important; /*13px;*/
	padding-bottom: 14px !important; /*9px;*/
	padding-left: 15px;
	padding-right: 15px;
	/*margin-left: 15px;*/
	text-align: center;
	font-weight: 400;
	/* padding: 0.92857143em 1.14285714em;*/
}

.nav-1-visual a:hover {
	background-color: #F0F7FC;
	color: #3366CC;
	color: #fff;
	background-color: #ffffff14;
}

/************/

/**
 * Migas  IMPORTANTE: NO HEMOS CONTEMPLADO QUE CSS LLEVARÃ� LAS MIGAS, si se podrÃ¡ configurar o vendrÃ¡ con estilo prestablecido en plantilla;
 */

/*.miga a {
    font-size: 11px;
    
}*/

/***************/

/**
 * Menu 2
 */

/*Estilo prehojas default (verde)*/
.nav-2-nivel1, .nodoVirtualLvl0 {
	/*border-top: 1px solid #007495;*/
	/*     border-bottom: 1px solid #ACCFE8;#007495; */
	color: #575353;
	font-weight: bold;
	font-size: 1.1em;
	display: block;
	/*text-align: right;*/
	text-transform: uppercase;
	/*font-family: "Arial Narrow",Arial;*/
	padding: 1rem 15px;
	/*     margin-top: 10px;20px; */
}

.nav-2-nivel1 .enlace-seleccionado, .nodoVirtualLvl0 .enlace-seleccionado
	{
	color: #000000de !important;
	font-weight: bold !important;
}

.nav-2-nivel2, .nodoVirtualLvl1 {
	color: #575353;
	padding-left: 35px;
	padding-top: 10px;
	line-height: 150%;
}

.nav-2-nivel2 a:hover, .nodoVirtualLvl1 a:hover {
	text-decoration: underline;
	color: black !important;
}

.nav-2-nivel2 .enlace-seleccionado, .nodoVirtualLvl1 .enlace-seleccionado
	{
	color: #5e8bc3 !important;
	font-weight: bold !important;
}

.nav-2-nivel1 .enlace-no-seleccionado {
	color: #000000de !important;
	font-weight: normal !important;
}

/*Color comun a todos*/
.enlace-no-seleccionado {
	color: #3366CC;
}

/**************/

/**
 * Contenido
 */
.masInfo {
	font-weight: bold;
	color: #5e8bc3;
}

.cuerpoContenido {
	margin-bottom: 21px;
	padding-left: 25px;
	font-size: 14px;
	text-align: justify;
}


.cuerpoContenido .hoja-fecha {
	font-size: 11px;
	color: #3366CC;
	font-weight: bold;
}

.cuerpoContenido .hoja-icono {
	margin-left: -25px;
	position: absolute;
	cursor: hand;
}

.cuerpoContenido .hoja-titulo {
	color: #3f3e3d;
	font-weight: bold;
}

/***/
.cuerpoContenidoAyuda {
	margin-bottom: 21px;
	padding-left: 25px;
}

.cuerpoContenidoAyuda .hoja-fecha {
	display: none;
}

.cuerpoContenidoAyuda .hoja-icono {
	margin-left: -25px;
	position: absolute;
	cursor: hand;
}

.cuerpoContenidoAyuda .hoja-titulo {
	color: #3f3e3d;
	font-weight: bold;
}

/****************/

/*
* Frame embed
*/
.link-embed-altura {
	height: 500px;
	overflow: auto;
}

/******************/

/*
* Slide
*/
.texto-carousel-oscuro {
	margin-left: 20px;
	margin-top: 20px;
}

.texto-carousel-oscuro .texto-slide-titulo {
	max-width: 450px;
	color: black;
	font-size: 20px;
}

.texto-carousel-oscuro .texto-slide-subtitulo {
	max-width: 450px;
	color: black;
	font-size: 15px;
}

.texto-carousel-claro {
	margin-left: 20px;
	margin-top: 20px;
	color: white;
	font-size: 20px;
}

.texto-carousel-claro .texto-slide-subtitulo {
	max-width: 450px;
	color: white;
	font-size: 15px;
}

.iframe-prueba {
	overflow: hidden;
	min-height: 550px;
	width: 100%;
}

/**************/
.letras-prueba {
	color: red;
}

/***cambios pagina login***/
div #correoContacto ul {
	display:none !important;
}