@CHARSET "UTF-8";

/** Cabecera principal de la página */
.camino-migas{
	widht:100%;
	background-color:#e5e5e5;
	min-height:20px;
	line-height:13px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:9px;
	color:#404040;
}
.camino-migas > .container {
    width: 1000px;
}

.camino-migas .curso{
	text-transform: lowercase;
}
.camino-migas .curso::before{
	content:'(';
}
.camino-migas .curso::after{
	content:')';
}
.cabecera{ 
	height:60px;
	text-align:center;
	background-size:cover;
	background-repeat:no-repeat;
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
	background-color:#bfbfbf;
	margin-bottom: 25px;
	background-position:center;
}
.cabecera.con-imagen{
	height:150px;
}
.cabecera .degradado{
	width:100%;
	height:100%;
	background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5)); /*Safari 5.1-6*/
	background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5)); /*Opera 11.1-12*/
	background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5)); /*Fx 3.6-15*/
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5)); /*Standard*/
	position:relative;
}
.cabecera .degradado h2{
	position:absolute;
	bottom:10px;
	width: 100%;
	margin-bottom:0px;
	color:#fff;
	font-size:20px;
	font-weight:normal;
	line-height: 25px;
}
.cabecera .degradado h2 span{
	font-size:13px;
	width:100%;
	display:inline-block;
}

.hidden{
	display:none;
}

.uppercase{
	text-transform:uppercase;
}
.nopadding {
   padding: 0 !important;
}
.nopadding-left {
   padding-left: 0 !important;
}
.nopadding-right {
   padding-right: 0 !important;
}

.imagen{
	background-color:transparent;
	background-repeat: no-repeat;
}

.ficha ul{
	padding-top: 12px;
	padding-left: 20px;
	margin-bottom: 0;
    padding-bottom: 12px;
    padding-right: 12px;
    list-style: outside none none;
}

.ficha ul li:before{
	content:'·';
	margin-right: 4px;
}
.ficha ul li{
	font-size:13px;
	font-weight:normal;
	color:#404040;
    margin-bottom: 1px;
    margin-top: 10px;
    margin-left: -10px;
    font-style:italic;
}

/** area de contenido **/
.contenido{
	font-size:13px;
	line-height:18px;
	color:#404040;
	text-align:justify;
}
.contenido ul{
	margin-left:30px;	
}
.contenido p{
	text-indent:15px;
	margin-bottom:10px;
}

/* estilo de los listados en las vistas */
.view .view-header{
	margin-bottom: 0px;
}
.view-header .contenido{
	font-size:15px;
	line-height:19px;
}
.view .row.texto{
	margin: 0 0 40px 0;
}
.imagen-texto{
	display:inline-block;
	width:100%;
}
.view-content ul{
	color: #404040;
    font-size: 13px;
    font-weight: bold;
    list-style: outside none none;
    margin-top: 20px;
}
.view-content ul li > div:before{
	content: "·";
    margin-right: 4px;
}
.view-content ul li span{
	display:block;
	margin-top: -24px;
    padding-left: 16px;
    padding-top: 0;
    margin-bottom: 7px;
    line-height: 18px;
    font-weight: normal;
}

.boton{
	background-color: #999;
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    height: auto;
    line-height: 35px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
a.boton:hover{
	background-color:#d22020;
}

.boton-rojo{
	background-color: #d22020;
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    height: auto;
    line-height: 35px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
a.boton-rojo:hover{
	background-color:#999;
}

/* responsive */
/* iPad & tablets */
@media only screen and (max-width: 1000px) {
	
	.camino-migas > .container {
	    width: 100%;
	}
	.cabecera, .cabecera h2{
		font-size:22px;
		line-height:30px;
	}
	
	.nopadding-left {
	   padding-left: 20px !important;
	}
	.nopadding-right {
	   padding-right: 20px !important;
	}
}

/* mobile devices - landscape */
@media only screen and (max-width: 640px) {
}

/* mobile devices - portrait*/
@media only screen and (max-width: 480px) {
	.col2-3{
		margin-left:5px;
	}
	.col1-3{
		width:calc( 25% - 5px);
	}
	.col1-3 a{
		font-size:11px;
		padding-left: 0px;
    	padding-right: 0px;		
	}
	.filtro-listado-gris {
		height: 27px;
    	line-height: 13px;
    	display:table-cell;
    	vertical-align: middle;
	}
	.view-filters{
		margin-top: -32px;
	}
	.view-filters .form-control{
		width:100%;
	}
}
