*{
	font-family: 'Red Hat Display', sans-serif;
}

body {
	
	background-repeat: no-repeat;
	background-position: bottom center;
	background-attachment: fixed;
}

.hidden {
	display: none;
}

.text-right {
	text-align: right;
}

.img-logo {
	width: 40%;
	display: inline-block;
	margin: 0 auto;
}

.img-titulos {
	text-align: right;
	width: 100%;
	margin: 80px 0;
}

.logo-cp-20 {
	padding: 1em 1em;
}

.encabezado{
	margin: 2em 0;
}


.tomos .tomo {
	padding: 1em;
	margin: 1em;
}

.tomos .tomo a {
	color: #7da11b;
}

.img-encabezado {
	display: block;
	margin: 0 auto;
	width: 100% !important;
}

.tomos-contenido {
	background-color: #D2DEAF;
}

.logo-orfis {
	width: 50% !important;
}

.titulo-index {
	margin: 0 auto 0px auto;
	width: 80%;
	display: block;
}

/*movil*/
@media (min-width: 768px){
	.img-logo {
		width: 30%;
	}
	
	.img-titulos {
		text-align: right;
		width: 90%;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) { 
	.tomo {
		height: 176px;
		margin: 1em;
		width: 300px;
	}

	.desarrollo-infraestructura{
		width: 600px;
		margin: 0 auto;
	}

	.img-encabezado {
		width: 40% !important;
		display: block;
		margin: 0 auto;
	}

	.logo-orfis {
		width: 40% !important;
	}

	.contenido-volumen ul{
		padding-left: 0;
	}
}

@media (min-width: 992px) { 
	.tomo {
		height: 176px;
		margin: 1em auto !important;
		width: 300px;
	}

	.tomos>div:nth-child(2n) .tomo {
		margin: 1em auto 1em 1em !important;
	}

	.tomos {
		background-size: 100%;
		
	}

	.img-encabezado {
		width: 300px !important;
		display: block;
	}

	.logo-orfis {
		width: 300px;
	}

	.tomos.index {
		margin-top: 0px;
	}

	.titulo-index {
		margin: 50px auto 100px auto;
		width: 60%;
	}
}

.menu-principal-item {
	text-decoration: none;
}

.menu-principal-item .titulo {
	
	font-weight: bold;
	display: block;
	font-size: 1.5em;
	margin-bottom: 1em;
}

.menu-principal-item .descripcion {
	
	font-size: 1em;
}

.desarrollo-infraestructura {
	background:#671b55;
	color: white;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.2em ;
	padding: .5em;
	margin: 4em auto 6em;
}

.desarrollo-infraestructura a {
	color: white;
	font-weight: bold;
}

footer {
	margin-top: 2em;
	padding: 2em 4em;
	background-color: white;
	color: #000;
}

footer .col-12 {
	margin-top: 2em;
}

.logo-pie {
	width: 80px;
}

.img-encabezado {
	width: 100%;
}

/**INTERNOS*/

.pleca {
	width: 100%;
	display: block;
}

.contenido-volumen ul {
	list-style: none;
	padding-left: 0em;
}

.contenido-volumen ul a { 
	color: #7da11b;
	text-decoration: none;
}
h2{
	color: #7da11b;
	font-weight: bold;
	
}

.contenedor-volumen {
	padding: 0 1em;;
}

.contenedor-volumen h3 {
	color: #7da11b;
	margin: 3em 0 1em 0;
	
	font-weight: bold;
}

hr {
	border: solid 1px #7da11b;
	opacity: .7;
	margin: 3em auto;
	width: 80%;
}

.pleca-footer {
	background-color: #941b80;
	color: white;
	text-align: right;
	vertical-align: bottom;
	font-size: 1.5em;
	
	padding-top: 30px;
	padding-right: 30px;
}

.pleca-footer i {
	display: inline-block;
	margin-right: .5em;
}

.contacto {
	color: #941b80 ;
	
}