.btn_aplicacion {
	
	background-color:#eff0f0; 
	color:#000; 
	cursor:pointer;
	padding-left: 10px;
	padding-right: 10px;
	font-weight:bold;
}

textarea {
	height: 150px;
}

.contenido 
{
	 background-color:#fff;
	}
	 
.contenido .central
{
  /*  width: 100%;*/
    background-color:#fff;
    text-align: center;
}

.btn_aplicacion2 {
	float:right; 
	/*background-color:#FFDD00; */
	background-color:#fac92c; 
	color:#00396B; 
	cursor:pointer;
	padding-left: 10px;
	padding-right: 10px;
	font-weight:bold;
}


.inputs_grandes {
	width: 250px;
}

.inputs_gigantes {
	width: 500px;
}

.inputs_ajustables {
	
	margin-bottom: 10px;
	width: 99%;
}


.input_login {
	width: 180px;
	height: 20px;
	/*color:#9b9a9a;*/
	font-size:14px;
}

.letras_cabecera_tabla {
	font-size: 14px;
	font-weight:bold;	
}


.fondo_listado0 {
	background-color: #fff8ce;
	
}

.fondo_listado1 {
	background-color: #FFffff;
	
}

.puntero {cursor:pointer;}


.cabecera_listado_varios {
	margin-left:50px; 
	background-color:#E5E4E4;
	padding-top: 10px;
	padding-bottom: 10px;
}



.link_noticias a{ text-decoration: none ; color:#000000;}
.link_noticias a:hover { text-decoration:none; color:#000000;}

.enlace_amarillo a{ text-decoration: none ; color:#000000; font-weight: bold;}
.enlace_amarillo a:hover { text-decoration:none; color:#f6a828; font-weight: bold;}


.textocabecera_privada{
	position: absolute;
	margin-top: 20px;
	margin-left: 20px;
	height: 39px;
	width: 559px;
	background: url("../img/titulo_intranet.gif") left bottom  no-repeat;
}


.detalleanuncio {
	padding:20px 10px 20px 20px; 
}

.detalleanuncio h2{
	color: #6e6c6b;
}


.foto_anuncio {
	float:left;
	margin:20px;
}



.documentos {
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}


#div_sugerencias {
	text-align: left;
	margin-left: 50px;
	margin-right: 250px;
}


#mensaje_sugerencia {
	color:	#00396B;
	display:none;
}


.listado_intranet {
	list-style: inside  !important;
	line-height: 27px !important;
	font-size: 1.2em !important;
	color:#00396B;
}

.previo {
	max-width: 300px; 
	max-height: 200px; 
	border: none;
}


.tipo_tablon ul{
	width: 90%;
}

.link_noticias a{ text-decoration: none ; color:#000000;}
.link_noticias a:hover { text-decoration:none; color:#000000;}


.listado_intranet a, .enlace_intranet { color:#00396B !important; font-weight: bold; }
.listado_intranet a:hover, .enlace_intranet:hover { color:#f6a828 !important; font-weight: bold; }

/*.flecha_noticia_cua { margin-left: -26%;}
.flecha_noticia_chi { margin-left: 34%;}
*/

.flecha_noticia_cua { margin-left: -40%;}
.flecha_noticia_chi { margin-left: -8%;}
.flecha_noticia_av { margin-left: 18%;}
.flecha_noticia_per { margin-left: 45%;}



.flecha_noticia_tab { margin-left: -30%;}
.flecha_noticia_anu { margin-left: 32%;}


.flecha_tablon_1 { margin-left: -72%;}
.flecha_tablon_2 { margin-left: -36%;}
.flecha_tablon_3 { margin-left: 1%;}
.flecha_tablon_4 { margin-left: 38%;}
.flecha_tablon_5 { margin-left: 74%;}



/*---- QUITAMOS BORDES ILUMINADOS EN SAFARI ---- */
input:focus {outline: none;}
textarea:focus {outline: none;}
select:focus {outline:none;}

/*-----------------------------------------------*/

.derecha {
	text-align: right;
}

.izquierda {
	text-align: left;
}
.arriba { vertical-align: text-top;}


.datatable_hover tr.odd:hover { background-color: #ffffff; cursor: pointer; }
.datatable_hover tr.even:hover { background-color: #ffffff; cursor:pointer;}






.listado_horizontal { display: block; margin-bottom: 0px !important;}
.listado_horizontal li { 
	display: table-cell;
	vertical-align: text-top;
	padding: 5px;
}



#anuncios tbody tr td { vertical-align: top;}

.animated {
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	transition: height 0.2s;
	
}



@media screen and (max-width: 45em) {

	.textocabecera_privada{
		position: absolute;
		background: url("../img/titulo_intranet.gif") left top  no-repeat;
		margin-top: 23px;
		margin-left: 60px;
		width: 100%;
		background-size: auto 21px;
	}

	#div_sugerencias {
		text-align: left;
		margin-left: 20px;
		margin-right: 20px;

	}

	.flecha_noticia_tab { margin-left: -53%;}
	.flecha_noticia_anu { margin-left: 53%;}
	
	.flecha_noticia_cua { margin-left: -46%;}
	.flecha_noticia_chi { margin-left: 54%;}


	#contenedor_noticias {
		min-height: 300px;
	}


	.cabecera_listado_varios, ul.content {
		margin-left: 20px;
	}

	#logo_igualdad {
		max-width: 250px;
		display: block;
		float: none;
	}

}




