/*****************************
**  COLORES COCEMFE  *********
*****************************/
:root {
	/* COLORES BASICOS */
	--naranja-cocemfe: #DF7A00;
	--azul-cocemfe: #003C69;
	--verde-cocemfe: #00A599;

	/* COLORES SUAVES */
	--naranja-cocemfe-suave: #F59E3F;
	--azul-cocemfe-suave: #597297;
	--verde-cocemfe-suave: #00ADAC;

}

@font-face {
    font-family: 'Franklin Gothic Book';
    src: url('FranklinGothic-Book.eot');
    src: url('FranklinGothic-Book.eot?#iefix') format('embedded-opentype'),
        url('FranklinGothic-Book.woff2') format('woff2'),
        url('FranklinGothic-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/**********************************************
** MODIFICADORES GENERALES	********************
***********************************************/
body {
	font-family: Franklin Gothic Book;
	color: black;
}

header {
  height: 160px;
  box-shadow: 0px 5px 5px gray;
}

footer {
	width: 1200px;
	margin: 0px auto;
	margin-bottom: 10px;
}

p, span {
	font-size: 1.1em;
}

a {
	color: var(--azul-cocemfe);
}

a:hover {
	font-weight: bold;
	color: var(--azul-cocemfe);
}

h2 {
	font-size: x-large;
	font-weight: bold;

	text-align: center;
	padding: 0px;
	padding-top: 5px;

	margin: 0px;
}

h3 {
	font-size: 22px;
	font-style: italic;
}

.rayahorizontal {
	padding: 0px;
	margin-bottom: 2em;
	border-bottom: solid 1px var(--naranja-cocemfe);
	display: block;
}

.page-wrapper {
	width: 1200px;
	min-height: 400px;
	margin: 5px auto;
	padding: 5px 0px;

	/*overflow: scroll;*/
	/*border: solid 2px green;*/
}

/***************************************************
***  CABECERA  *************************************
****************************************************/
#top_header {
	background-color: black;
	color: white;
	font-size: small;
	min-height: 42px;
	vertical-align: bottom;

	display: block;
}

#top_header a {
	color: white;
	text-decoration: none;
}

#top_header_wrapper {
	width: 1200px;
	margin: 0px auto;
}

#top_header_datos {
	margin-top: 0px;
	padding-top: 2px;
	padding-right: 4px;
	float: left;

	font-family: "Arial";

	border-right: solid 1px white;
}

#top_header_contacto {
	margin: 3px auto;
	padding: 0px 4px;
	float: left;

	position: relative;
	top: 16px;
}

#top_header_contacto img {
	vertical-align: text-bottom;
}

#top_buscar {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	padding: 0px 20px;
}

#txtbuscar{
	border: solid 2px var(--naranja-cocemfe);
	background-color: #ddd;

	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	vertical-align: top;

	width: 200px;
}

#btnbuscar{
	background-color: #ddd;

	width: 24px;
	height: 24px;
	
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
  	padding: 2px;
  	margin: 0px 2px;
}

#top_seguir{
	float: right;
	margin: 0px 4px;

	height: 40px;

	position: relative;
	top: 5px;
}

#top_seguir img {
	vertical-align: text-bottom;
}

/***   Titulo   *********************/
#titulo_box {
	background-color: #309796;
}

#titulo {
	width: 1024px;
	min-height: 120px;
	margin: 0px auto;
	/*background: linear-gradient(to right, rgba(255,255,255,0) 20%, rgba(255,255,255,127), rgba(255,255,255,0) 90%);*/
	/*background: -prefix-linear-gradient(left, white80%, black);*/
	/*background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1)), url("../imagenes/panoramica.jpg");*/
	background-image: url("../imagenes/panoramica.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: right;

	position: relative;
}

#logo {
	float: left;
	margin: 8px 4px;
}

#btnlogin, #btnlogout, #btnadministrar {
	position: relative;
	top: 20px;
}

#btnlogin {
	right: 30px;
	width: 80px;
}

#btnlogout {
	right: 30px;
	width: 120px;
}

#btnadministrar {
	right: 40px;

	width: 120px;
}

.botones_sesion {
	float: right;

	text-align: center;
	text-decoration: none;

	padding: 0px 5px;

	color: black;
	background-color: rgba(255, 255, 255, 0.6);

	-khtml-border-radius: 16px;
  	-moz-border-radius: 16px;
  	-webkit-border-radius: 16px;
  	border-radius: 16px;
}

a.botones_sesion:hover {
	text-decoration: none;
	color: black;
	font-weight: bold;

	background-color: white;
}



/***  PIE DE PÁGINA   *****************/
#footertitle {
	background-color: var(--azul-cocemfe);
	padding: 4px;
	border-top-right-radius: 10px;
	color: white;
}

#footer-wrapper {
	border-top: solid 2px var(--azul-cocemfe);
	text-align: center;
}

.imagenes_pie {
	margin-right: 10px;
	margin-top: 5px;
}

/*** MENU **********************/
.menu {
	list-style: none;

	position: absolute;
	bottom: -16px;
	left: 100px;
}

.menu a:hover {
	font-weight: normal;
}

.menu-item {
	background-color: var(--azul-cocemfe);

	margin-right: 2px;
	border-top-right-radius: 10px;
	padding: 0px 5px;

	float: left;
}

.menu-item:hover {
	background-color: var(--naranja-cocemfe);
	cursor: pointer;
}

.menu-item, .menu-item a {
	color: white;
	text-decoration: none;
}

/***  SUBMENÚ **************/
.cajamenu {
	border: solid 2px var(--naranja-cocemfe);
	border-radius: 0px 10px 10px 10px;

	color: black;

	display: inline-block;
	padding: 0px;
	
	z-index: 100;
	
	box-shadow: 5px 5px 5px gray;
	background-color: white;
	display: none;

	list-style-type: none;
}

.cajamenu a {
	color: black;
	text-decoration: none;
	padding: 2px 5px;
	display: block;
}

.cajamenu li {
	transition: background-color 0.25s ease-in;
	-o-transition: background-color 0.25s ease-in; /* opera */
   -ms-transition: background-color 0.25s ease-in; /* IE 10 */
   -moz-transition: background-color 0.25s ease-in; /* Firefox */
   -webkit-transition: background-color 0.25s ease-in; /*safari and chrome */
}

.cajamenu li:hover {
	background-color: var(--naranja-cocemfe-suave);
}

.menudropdown:hover > ul {
	display: inline-block;	
}

#submenu-somos {
	position: absolute;
	left: 86px;
	top: 22px;
}

#submenu-federacion {
	position: absolute;
	left: 203px;
	top: 22px;
}

#submenu-hacemos {
	position: absolute;
	left: 86px;
	top:22px;

	width: 740px;
	list-style: none;
}

#submenu-hacemos > li {
	float: left;
}

#submenu-hacemos > li:hover {
	background-color: unset;
}

#submenu-hacemos > li:last-child {
	float: right;
}

#submenu-hacemos > li a {
	display: block;
	width: 100%;
	padding: 2px;
}

#submenu-hacemos > li a:hover {
	background-color: var(--naranja-cocemfe-suave);
}

/* SUBMENU QUE HACEMOS */
.cajasubmenu {
	background-color: white;
	list-style: none;
	padding-left: 0px;
}

.cajasubmenu li {
	padding: 0px 5px;
}



/** CLASES GENERALES  ***********/
.bloque_verde, .bloque_verde_claro {
	border-radius: 10px;
	box-shadow: 5px 5px 5px gray;
}

.bloque_redondo_sombra {
	border-radius: 10px;
	box-shadow: 5px 5px 5px gray;
}

.borde_resaltado {
	border: solid 1px gray;
}

.bloque_verde_claro {
	background-color: #E1F2F1;
}

.bloque_verde {
	background-color: var(--verde-cocemfe);
}

.borde_verde {
	border: solid 1px green;
}

.borde_azul {
	border: solid 1px blue;
}

.borde_bajo {
	border-bottom: solid 1px black;
}

.centrado {
	width: 400px;
	margin: 0px auto;

	padding: 10px;

	border: solid 2px var(--verde-cocemfe-suave);

	-khtml-border-radius: 8px;
  	-moz-border-radius: 8px;
  	-webkit-border-radius: 8px;
  	border-radius: 8px;
}

.centrar {
	margin: 0px auto;
	text-align: center;
}

.ancho_texto {
	width: 800px;
}

.margen_amplio {
	margin: 5px;
}

.titulo_listados {
	font-size: large;
	font-weight: bold;
	display: block;

	border-bottom: solid 1px var(--naranja-cocemfe);

	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}




