/*
 * Custom CSS — SDOS (David Herrera & Paco Soria)
 * Bootstrap override
 */
 
.enlaces .procedure-item img {
    	margin-bottom: 10px;
}

.temas .procedure-item{
	height: auto;
	margin-bottom: 0;
}

.temas i{
	color: #ddd;
}

body, p, a {
	font-size:15px;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	line-height:20px;
} 

.detail-p, .detail-p p {
	text-align: justify;
}

 
ul:not([class]) {
    list-style-type: disc;
    padding-left: 30px;
	padding-top: 0;
	margin-top: 0;
}
.menu-secundary nav.mark-sidebar ul li ul {	
    list-style-type: none;
}

ul:not([class]) li {
    margin: 5px 0;
}

ul:not([class]) li a::before {
    content: none;
}

ul:not([class]) li a {
    font-size: 15px;
}

h4, .h4{
	font-weight: bold;
}

h3.detail-t {
    font-weight: bold;
	margin-bottom: 30px;
}

.large {
    font-size: 30px;
}

/* Listado de galerías de imágenes */
.listado-galerias .item .grid-news {
    height: 190px;
	padding: 12%;
}

.title {
    font-family: 'montserrat';
    font-size: 30px;
    font-weight: bold;
	text-transform: none;
	margin-bottom: 20px;
	margin-top: 20px;
}

/* Listado de temas en portada y páginas interiores */

.temas-portada .item {
	height: 200px;
}


/* Banners portada */

.enlaces .item {
   height: auto;
}


/* Iconos temas portada */

.temas .item .fa-lg{
   font-size: 2em;
}

.temas i{
   color: #aaa;
}

/* Logo */

.logo{
   height: auto;
}


.textosaludaportada {
	padding-left: 20px;
	padding-right: 20px;
}

.textosaludaportada a {
	color: #FFF;
}

/*==========================================================================
  Responsive
  ======================================================================= */
  @media all and (max-width: 380px) {
  	.textodestacadoportada{
	    padding: 20px 20px 25px 20px;
	}
  }
