/*
 * Theme Name: Metro
 * Theme URI: http://www.uv.mx/
 *
 * Author: Guillermo Vera
 * Author URI: http://www.uv.mx/personal/gvera
 * Es el tema predeterminado del sitio UV
 * Version: 1.0
 * Directorio
 *
 * Esta es una aportacion para toda la humanidad.
 */

.comunicate .card-header {
    background-color: #607D8B;
    color: #fff;
}
/* =Buscar
----------------------------------------------- */
#buscar-dir {
    margin: 0 auto 10px auto;
    text-align: center;
}

/*#buscar-q {
	width: 60%;
	border: 1px solid #0099CB;
	height: 30px;
	padding: 0 4px;
	font-size: 16px;
	color: #999;
}

#buscar-submit {
	margin:0;
	border: none;
	background-color: transparent;
    padding: 0;
    vertical-align: top;
	height: 36px;
	line-height: 39px;
	cursor: pointer;
}*/

.buscar-gbqfi {
    background-image: url("../imagenes/11.png");
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 34px;
    margin: 0;
    width: 36px;
}

#divfu {
	float: right;
}
	

/* =Tabla
----------------------------------------------- */

.categoria-titulo {
	height: 30px;
}
.text-uv {
    color: #2E7D32;
}
/*
.contenedor {
	padding: 0;
	margin: 0;
	width: 100%;
}
.contenedor td {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

/*.categorias {
	width: 160px;
	text-align: right;
}

.dir-nombre {
	color: #003366;
	font-size: 1.1em;
	font-weight: bold;
}
.dir-correo, .cv {
	color: #173CC4!important;
}
.cv {
	text-decoration: underline;
}
.negrita {
	font-weight: bold;
}
*/
#sintesis {
	max-width: 800px;
}
.sintesis-oculta {
	display: none;
}


/* =Contactos
----------------------------------------------- */
#contactos-dir .card-deck, #contactos-dir .card {
	margin-left: 0;
	margin-right: 0;
}
#contactos-dir .card {
	margin-bottom: 15px;
}
/*#contactos-dir .card-body {
	color: #006600;
}*/
#contactos-dir table {
	width: 100%;
}
#contactos-dir table td {
    color: #006600;
    font-size: 1em;
    padding-right: 40px;
	width: 25%;
	vertical-align: top;
}

#contactos-dir table strong,
#sintesis strong {
    color: #0099CC;
    font-size: 1.275em;
}

#contactos-dir table p,
#sintesis p {
	font-size: 0.925em!important;
	color: #006600;
}

#contactos-dir table p {
	margin-bottom: 0;
}
.text-address {
	font-size: 95%;
}
.iconos {
	display:block;
	text-align: center;
	/*margin-bottom: 20px;
	padding-bottom: 10px;
	*/
}
.iconos .fas {
	font-size: 1.5em;
}
.text-disabled {
	color: rgb(0, 0, 0, 0.2);
}
.iconos .margen {
	margin-right: 24px;
}


/* =Categorias
----------------------------------------------- */

#categorias-dir .boton {
	cursor: pointer;
	margin-bottom: 5px;
}

#categorias-dir .list-group-item-primary.list-group-item-action.active, #categorias-dir .list-group-item-primary.list-group-item-action.active:hover {
	background-color: #00838F;
	color: #FFF;
}
#categorias-dir .list-group-item-primary.list-group-item-action {
	background-color: #E8F5E9;
}
#categorias-dir .list-group-item-primary.list-group-item-action:hover {
    background-color: rgba(0, 131, 143, 0.295);
}


/* iPhone landscape 480 x 320 */
@media (max-width: 650px) {
	#divfu {
		float: left;
	}
	
	.categorias {
		width: 80px;
	}
	
	#contactos-dir table td {
    	padding-right: 10px;
	}
}

#textfieldt{ color:#036;}
.tel{ color:#093; font-weight:700;  }