/* Enter Your Custom CSS Here */

#novedades {
  color: #1e72bd;
  border-bottom: #1e72bd dotted;  
  margin-bottom: 20px;
  padding-bottom: 0px;
}

#novedades h1 {
	margin-bottom: 10px; 
}

/* Tabla filas alternadas */
.tabla-alternada tr:nth-child(odd) {
   background-color: #f0f0f0;
}

.tabla-alternada tr:nth-child(even) {
   background-color: #eaeaea;
}

.small {
	font-size: smaller;
}

#recent-posts-2 {
      background: #1e72bd;
      color: #FFF;
}
#nav_menu-4 {
    background: #E67817; /*DC214C;*/
}

#text-3 { /* mapa */
      background: #1e72bd;
      color: #FFF;
}

#accesos {
	padding-top: 30px;
	margin-top: 50px;
	float: right;
}
@media (max-width:768px) {
	#accesos {
		padding-top: 10px;
		margin: 0 auto;
		margin-top: 10px;
		float: none;
	}
}


.header-widget {
 	max-width: 100%;
  	float: none;
}

#text-4 { /* Logos cabecera */
  	float: left;
    max-width: 100%;
  	margin-bottom: 0px;
}
#text-5 { /* Cabecera - web cir */
  	float: right;
}
@media (max-width:933px) {
  	#text-5 {
      	float: none;
  		margin: 0 auto;
  		text-align: center;
  	}
}

#filiales h2 {
  margin-bottom: 10px;
}
#filiales h3 {
  margin-bottom: 0px;
}
#filiales h4 {
  margin-bottom: 0px;
}
#filiales p {
  margin-bottom: 0px;
}
#filiales hr {
  margin-bottom: 0px;
  margin-top: 0px;
}
#filiales #img_mapa {
   width: 501px;
   max-width: none;  !important
}
