#panelIzquierdo,#panelDerecho{
	float: left;
	width: 48%;
	margin-left: 15px;
	margin-top: 5px;
	font-size: 8pt;
	color: #7b7b7b;
	font-size: 9pt;
	font-family: Verdana;
}


/*===NUMERO EXPEDIENTE===*/
#numeroExpediente{
	width: 100%;
	margin: 38px 0 10px 0;
	font-size: 12pt;
	text-align: center;
}

#numeroExpediente span.arrow{
	font-weight: bold;
	font-size: 16pt;
	color: #bdbdbd;
	font-family: sans-serif;
}

/*===TITULO CATEGORIA===*/

#tituloCategoria{
	color: #B8B8B8;
    float: left;
    font-size: 16pt;
    font-weight: bold;
    margin-top: 15px;
    text-align: center;
    width: 100%;
	padding-bottom:0.25em;
}

/*===IMAGEN INCIDENCIA===*/

#imagenIncidencia{
	background-color: #E9E9E9;
    border: 1px solid #AEAEAE;
    float: left;
    height: 386px;
    line-height: 100%;
    margin-top: 25px;
    width: 100%;
}

#containerImagen{
	width: 100%;
	height: 386px;
	display: table;
}

#celdaImagen{
	width: 100%;
	vertical-align: middle;
	display: table-cell;
	max-height:100%;
	overflow:hidden;
}

#imagenIncidencia img{
	max-width:100%;
	max-height:100%;
	display:block;
	margin:auto;
	overflow:hidden;
}

/*===DESCRIPCION INCIDENCIAS===*/

#descripcionIncidencias{
	float: left;
    margin-top: 11px;
    width: 100%;
}

.labelAdaptada{
	width: 100%;
	margin-top: 10px;
	color: #7b7b7b;
	font-size: 10pt;
	margin-bottom: 10px;
}

#cuadroDescipcion{
	width: 420px;
	border: 1px solid #aeaeae;
	background-color: #e9e9e9;
	margin-top:10px;
	height: 121px;
	padding: 10px;
	overflow:auto;
}


/*===DIRECCION INCIDENCIAS===*/

#direccionIncidencia{
	margin-top: 30px;	
}

#cuadroDireccion{
	width: 420px;
	border: 1px solid #aeaeae;
	background-color: #e9e9e9;
	margin-top:10px;
	height: 28px;
	padding: 10px;
}


/*===MAPA===*/

#mapa{
	height: 387px;
	width: 440px;
	background-color: #e9e9e9;
	margin-top: 14px;
}

/*===RESTO DE CAMPOS===*/

.cuadroAdaptado{
	width: 430px;
	border: 1px solid #aeaeae;
	background-color: #e9e9e9;
	marign-top:10px;
	height: 28px;
	padding: 5px;
	height: 18px;
}

/*===REDES SOCIALES===*/

#redesSociales{
	width: 100px;
	position: absolute;
	margin-left: 340px;
	margin-top: 15px;
}

#redesSociales a img{
	width: 30px;
	height: 30px;
}