/*
CTC Separate Stylesheet
Updated: 2020-11-21 04:22:28
*/

/* arreglar bug css en los tipos de contenido */

.municipio .et_post_meta_wrapper, .municipio .entry-title{
  display: none !important;	
}

.pueblo .et_post_meta_wrapper, .pueblo .entry-title{
  display: none !important;	
}

.punto-de-interes .et_post_meta_wrapper, .punto-de-interes .entry-title{
  display: none !important;	
}

.refran .et_post_meta_wrapper, .refran .entry-title{
  display: none !important;	
}

.ruta .et_post_meta_wrapper, .ruta .entry-title{
  display: none !important;	
}


/* botones azul. pagina inicial y pdi cercanos */
.btnazul{
  background-color: #699DF5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px groove #000;
  color: white;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 2px;
}
.btnazul:hover{
    background-color: #508df3;
    border-width: 0px;
    box-shadow: 0 6px 6px 0 rgba(0,0,0,0.24), 0 6px 6px 0 rgba(0,0,0,0.19);
    font-weight: bold;
	color: white;
}
.btnazul:focus{
    background-color: #508df3;
    border: 2px solid #ff0000;
	color: white;
}

.btnorange{
  background-color: #f44336;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-style: groove;
  border-width: 1px;
  color: white;
  padding: 5px 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 2px;
}
.btnorange:hover{
    background-color: f12f21;
    border-width: 0px;
    box-shadow: 0 6px 6px 0 rgba(0,0,0,0.24), 0 6px 6px 0 rgba(0,0,0,0.19);
    font-weight: bold;
}
.btnorange:focus{
    background-color: f12f21;
    border: 2px solid #ff0000;
}
/* enlace boton */




/* listado de pdis */
.pdilist:hover{
    background-color: #ffb526;
    padding: 2px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}



/*
migas de pan seopress - de reserva
.breadcrumb{
	padding: .75em 0 1em 1em!important;
	background-color: #f5f5f5;
}
.breadcrumb span{
	color: #3f4340;
}
.breadcrumb a span{
	color: #305b84 !important;
}

.breadcrumb li+li::before {
  padding: 0px 0px;
  color: #2074BE;
  content: ">\00a0" !important;
}
 */
.container{
	padding-left: 0px;
	padding-right: 0px;
}




/* menu interior plantilla PDI */

/* menu */
/*
#menuint{
  position: fixed;
  z-index: 1000;	
}
*/
#menuint ul {
 list-style:none;
 margin:0;
 padding:0;
}

/* items del menu */

#menuint ul li {
 background-color:#ffffff;
}

/* enlaces del menu */

#menuint ul a {
 display:block;
 color:#000 !important;
 text-decoration:none;
 font-weight:400;
 font-size:13px;
 padding:10px;
 font-family:"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
 text-transform:uppercase;
 letter-spacing:1px;
 max-width:150px;
}

/* items del menu */

#menuint ul li {
 position:relative;
 float:right;
 margin:0;
 padding:0;
}

/* efecto al pasar el ratón por los items del menu */

#menuint ul li:hover {
 background:#cccccc;
}
#menuint ul a:hover {
 background:#ffffff;
  font-size:13px;
    text-decoration: underline;     
}


#min-width:140px;