.detalleRedes {
	height: auto;
	margin-bottom: 10px;
	position: relative;
	display: block;
}

body .rich-tab-active{
	 background-color: transparent;
    background-image: url(img/pestanya_seleccionada_old.png);
    color: #FFFFFF;
    border: none;
    font-weight: bold;
    font-size: 1em;
    margin: 0;
    padding: 0.5em 0 0.5em 0;
    width: 120px;
    cursor:pointer;
}

.rich-tab-inactive {
    background-color: transparent;
    background-image: url(img/pestanya_no_seleccionada.png);
    background-position: center top;
    background-repeat: repeat-x;
    border: medium none;
    color: #00792C;
    cursor: default;
    font-weight: bold;
	font-size: 1em;
	margin: 0;
    padding: 0.5em 0 0.5em 0;
    width: 120px;
    cursor:pointer;
}

.rich-tab-inactive:hover{
	 background-color: transparent;
    background-image: url(img/pestanya_no_seleccionada_old.png);
    background-position: center top;
    background-repeat: repeat-x;
    border: medium none;
    color: #FFFFFF;
    cursor: default;
    font-weight: bold;
	font-size: 1em;
	margin: 0;
    padding: 0.5em 0 0.5em 0;
    width: 120px;
    cursor:pointer;
}

.cabeceraDetalleGrupo {
	font-size: 1.2em;
	text-align: left;
	color: #00792C;
	font-weight: bold;
	padding: 6px 0 6px 5px;
}
.cabeceraDetalleClasificacion {
	font-size: 1.2em;
	text-align: left;
	color: #00792C;
	font-weight: bold;
	padding: 6px 0 6px 2px;
}


.rich-panel-header {
	background-color: transparent;
	background-image: none;
	color: #00792C;
}

body .panel-detalle-grupo-body_detalle{
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom:15px;
	/*border: thin solid #00723F;
	box-shadow: 2px 2px 2px 2px #ADCDAD;
	border-radius: 10px 10px 10px 10px;
	border-collapse: separate;*/
}

 .panel-detalle-grupo-body_clasificacion{
	
	padding-top: 15px;
	padding-bottom:15px;
	/*border: thin solid #00723F;
	box-shadow: 2px 2px 2px 2px #ADCDAD;
	border-radius: 10px 10px 10px 10px;
	border-collapse: separate;*/
}

body .panel-detalle-grupo-body_detalle_Descripcion{
	padding-bottom: 30px;
}

.iconStyleLineas {
	background-image: url("../images/flecha.png");
    background-size: contain;
    border: medium none;
    height: 16px;
    padding-right: 0.4em;
    width: 10px;
}

.iconStyleTavanzadas{    
   	background: url("../images/flecha.png") no-repeat scroll left top;
   	background-size: contain;
    border: medium none;
    height: 15px;
    width: 15px;
}

.detalle_grupo_codigo {    
    background: url("img/codigo.png") no-repeat scroll left top;
    color: #FFFFFF;
    float: left;
    font-size: 1.3em;
    font-weight: bold;
    height: 25px;
    line-height: 1.5em;
    text-align: center;
    width: 120px;
}

.detalle_grupo_etiquetas_paidi{
	border: thin solid #00792c;
    border-radius: 10px;
    color: #00792c;
    font-weight: bold;
    margin-left: 10px;
    padding: 0 10px;
}

.detalle_grupo_etiquetas_red{
	border: thin solid #006793;
    border-radius: 10px;
    color: #006793;
    font-weight: bold;
    margin-left: 10px;
    padding: 0 10px;
}

.iconStyleSobre {
	background-image: url("../images/SOBRE.png");
    background-size: contain;
    border: medium none;
    height: 14px;
    padding-right: 0.4em;
    width: 13px;
}

.detalle_grupo_tab__tab {
	padding: 1em 1em 0 0;
	text-align: left;
    border-style: solid none none none;
    border-width: thin thin medium medium;
    border-color: #00723F #00723F #00723F #00723F;
}

.detalleLateral {	
    border-top: thin solid #00723F; 
    margin-top: 27px;
    -webkit-margin-before: 26px;
    padding-top: 0;
    text-align: left;
    width: 100%;
}

.iconStylePhone {    
   	background: url("../images/TELEFONO.png") no-repeat scroll left top;
    background-size: contain;
    border: medium none;
    height: 13px;
    width: 18px;
}

.detalleLateralCabecera {
	display: block;
    padding: 6px 0 6px 5px !important;
    font-size: 1.3em;
    color: #FFF;
	font-weight: bold;
	background-color: #00792C;
}

.tooltipMiembrosGrupos{
    color: #00792C;
    border: solid thin #00AF3D;	
    max-width: 400px;
    padding: 3px;
    border-radius: 3px;
}

.tooltipMiembrosGruposRedes{
    color: #006793;
    border: solid thin #006793;	
    max-width: 400px;
    padding: 3px;
    border-radius: 3px;
    background-color: #E1F1F7;
}

.texto_produccion_cientifica_grupo{
	font-size: 12px;
	color: #00723F; 
	display:inline-block; 
	text-align: justify
}

.texto_produccion_cientifica_titulo{
	color: #00723F; 
	display:inline-block; 
	text-align: justify;
	font-size: 12px;
}

