﻿.GAL_CONTE_modulo{
	width: auto;
	height: auto;
/*	padding: 10px;*/
}

.GAL_CONTE_descripcion{
	width: auto;
	height: auto;
	padding-bottom: 10px;
}

.GAL_CONTE_descripcion p{
   font:normal 12px  Arial, Helvetica, sans-serif;
   color:#7e7e7e;
   margin:20 px;
}

.GAL_CONTE_descripcion p a:link{
   color: #7251bc;
   text-decoration:underline;
}

.GAL_CONTE_descripcion p a:visited{
   color: #7251bc;
   text-decoration:underline;
}

.GAL_CONTE_descripcion p a:hover{
   color: #56aa1c;
   text-decoration:none;
}

.GAL_CONTE_descripcion p a:active{
   color: #56aa1c;
   text-decoration:underline;
}

/* Galeria */

.GAL_TBL_galeria{
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
}
/*JEGD:REPLICAR EN TODOS LOS PERFILES*/
.GAL_TBL_galeria td{
	width: auto;
	height: auto;
	padding: 10px 3px 10px 3px;
	margin: 0px;
	border-collapse: collapse;
	border: 0px;
	vertical-align: top;
}
/*JEGD:REPLICAR EN TODOS LOS PERFILES*/
.GAL_CONTE_imagenGaleria{
	width: auto;
	height: auto;
	margin-left: 0px;
}

.GAL_CONTE_imagen{
	width: auto;
	height: auto;
	padding: 5px;
	border: solid 1px #ddd;
}

.GAL_CONTE_contenido{
	width: auto;
	height: auto;
	overflow: hidden;
}

.GAL_CONTE_datos{
	width: 152px;
	height: auto;
	padding: 0 5px;
	float: left;
}

.GAL_CONTE_tituloImagen{
	width: auto;
	height: auto;
	padding: 3px 0 0 0;
	cursor: pointer;
}

.GAL_CONTE_tituloImagen h2{
   font: 11px  Arial, Helvetica, sans-serif;
   color:#707070;
   margin:0px;
	padding: 0 0 0 17px;
	background: url(images/modulos/vineta_1.gif) no-repeat 0px 2px;
}

.GAL_CONTE_tituloImagen h2 a:link{
	text-decoration: none;
	color: #707070;
}

.GAL_CONTE_tituloImagen h2 a:visited{
	text-decoration: none;
	color: #707070;
}

.GAL_CONTE_tituloImagen h2 a:hover{
	text-decoration: underline;
	color: #707070;
}

.GAL_CONTE_tituloImagen h2 a:active{
	text-decoration: none;
	color: #707070;
}


.GAL_CONTE_detalleImagen{
	width: auto;
	height: auto;
	padding-left: 8px;
}

.GAL_CONTE_detalleImagen p{
   font:normal 10px  Arial, Helvetica, sans-serif;
   color:#7e7e7e;
   margin:0px;
	padding: 0 0 0 10px;
}

.GAL_CONTE_detalleImagen p a:link{
   color: #7e7e7e;
   text-decoration:underline;
}

.GAL_CONTE_detalleImagen p a:visited{
   color: #7e7e7e;
   text-decoration:underline;
}

.GAL_CONTE_detalleImagen p a:hover{
   color: #7e7e7e;
   text-decoration:none;
}

.GAL_CONTE_detalleImagen p a:active{
   color: #7e7e7e;
   text-decoration:underline;
}


/*.GAL_CONTE_enlace{
	width: 20px;
	height: 20px;
	float: right;
	background: url(images/modulos/vineta_2a.gif) no-repeat 8px 7px ;
}*/

/* Lista Galeria */

.GAL_CONTE_tituloTema {
	width:auto;
	height:auto;
   padding:5px 12px 12px 0px;
}

.GAL_CONTE_tituloTema h2{
	font:bold 17px  "Gill Sans MT","Gill Sans",sans-serif,Arial;
   color: #7f2860;
   margin: 0px;
/*	padding-left: 10px;
	background: url(images/modulos/vineta_2b.gif) no-repeat 0px 6px;*/
}

.GAL_CONTE_bloqueEnlace{
   width: auto;
   height: auto;
   padding: 0px 22px 20px 0px;
}

/*JEGD:REPLICAR EN TODOS LOS PERFILES*/
.GAL_CONTE_bloqueEnlaceTexto{
   width:85%;
	height:auto;
	float: left;
}

.GAL_CONTE_bloqueEnlaceImagen{
   width:auto;
	height:auto;
	float: right;
}


/* Contenedor Subir */

.GAL_CONTE_subir{
	width: auto;
   height: 25px;
   padding: 10px 0px 0px 0px;
	position: relative;
}

.GAL_enlaceSubir{
   width: auto;
	height: auto;
	position: absolute;
	top: 10px;
	right: 5px;
}

.GAL_enlaceSubir p{
   font:normal 10px  Arial, Helvetica, sans-serif;
	color:#7e7e7e;
   margin: 0px;
   padding: 9px 0px 6px 2px;
	background: url(images/modulos/flecha_arriba.gif) no-repeat center 0px;
}

.GAL_enlaceSubir p a:link{ 
	color:#7e7e7e;
	text-decoration:none;
}

.GAL_enlaceSubir p a:visited{ 
	color:#7e7e7e;
	text-decoration:none;
}

.GAL_enlaceSubir p a:hover{ 
	color:#7251bc;
	text-decoration:none;
}

.GAL_enlaceSubir p a:active{ 
	color:#7251bc;
	text-decoration:none;
}


.GAL_lineaSeparadora{ 
	width:100%;
	height:1px;
	background:#BBBBBB;
	overflow: hidden;
}

/******************** Texto **********************/

/* Formato de Contenidos */


.GAL_TXT_tituloLista{
    font: bold 12px  Arial, Helvetica, sans-serif;
	color: #7251bc;
    padding-left:23px;
    margin: 0px;
	background: url(images/modulos/vineta_5.gif) no-repeat 0px 3px;
}

.GAL_TXT_tituloLista a:link{
   color: #7251bc;
   text-decoration:none;
}

.GAL_TXT_tituloLista a:visited{
   color: #7251bc;
   text-decoration:none;
}

.GAL_TXT_tituloLista a:hover{
   color: #56aa1c;
   text-decoration:underline;
}

.GAL_TXT_tituloLista a:active{
   color: #56aa1c;
   text-decoration:none;
}


.GAL_TXT_descripcion{
   font:normal 12px  Arial, Helvetica, sans-serif;
   color:#7e7e7e;
   padding-left: 23px;
   margin:0px;
}

.GAL_TXT_descripcion a:link{
   color: #7251bc;
   text-decoration:none;
}

.GAL_TXT_descripcion a:visited{
   color: #7251bc;
   text-decoration:none;
}

.GAL_TXT_descripcion a:hover{
   color: #56aa1c;
   text-decoration:underline;
}

.GAL_TXT_descripcion a:active{
   color: #56aa1c;
   text-decoration:none;
}


.GAL_TXT_url{
    font: bold 10px  Arial, Helvetica, sans-serif;
	color: #ffffff;   
    margin:0px;
	background: url(images/modulos/back_ver.gif) no-repeat 23px 4px;
	padding:7px 0px 4px 29px;
}

.GAL_TXT_url a:link{
   color: #ffffff;
   text-decoration:none;
}

.GAL_TXT_url a:visited{
   color: #ffffff;
   text-decoration:none;
}

.GAL_TXT_url a:hover{
   color: #ffffff;
   text-decoration:underline;
}

.GAL_TXT_url a:active{
   color: #ffffff;
   text-decoration:none;
}




.GAL_TXT_fecha{
   font:bold 12px  Arial, Helvetica, sans-serif; 
   color:#7e7e7e;
   padding-left:23px;
   margin:0px;
	padding-bottom: 10px;
}

.GAL_TXT_fecha a:link{
   color: #7e7e7e;
   text-decoration:none;
}

.GAL_TXT_fecha a:visited{
   color: #7e7e7e;
   text-decoration:none;
}

.GAL_TXT_fecha a:hover{
   color: #7e7e7e;
   text-decoration:underline;
}

.GAL_TXT_fecha a:active{
   color: #7e7e7e;
   text-decoration:none;
}

/*nuevo ingreso*/

.GAL_TXT_enlaceSlideShow{
   font:bold 14px  Arial, Helvetica, sans-serif; 
   color:#000000;
   padding-left:17px;
   margin:0px;
	padding-bottom: 10px;
}

.GAL_TXT_enlaceSlideShow a:link{
   color: #000000;
   text-decoration:underline;
}

.GAL_TXT_enlaceSlideShow a:visited{
   color: #000000;
   text-decoration:underline;
}

.GAL_TXT_enlaceSlideShow a:hover{
   color: #080203;
   text-decoration:none;
}

.GAL_TXT_enlaceSlideShow a:active{
   color: #000000;
   text-decoration:underline;
}


