/*SEÑALES*/
.s_senales{
	text-align-last: center;
}
.s_signals{
	text-align-last: center;
}
.senal{
	z-index: 1;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: center;
	margin-left: 15px;
	margin-right: 15px;
}
.senal img{
	max-height: 100%;
}
.senal a{
	color: inherit !important;
	text-decoration: none !important;
}
.senal .imagen{
	top: 0;
	height: 80%;
	vertical-align: middle;
	position: relative;
	text-align:center;
	z-index: 4;
	
}

.senal .texto{
	z-index: 2;
	position: absolute;
	top: 0;
	width: 260%;
	height: 115%;
	padding-bottom: 25px;
	min-width: 400px;
	min-height: 265px;
	max-width: 560px;
}

.senal_rolled{
	left: 0 !important;
	height: 100% !important;
	width: 100% !important;
}

.senal_hover{
	z-index: 5 !important;
}

.texto_hover_de{
	display: block !important;
	opacity: 1 !important;
	width: 350px !important;
	
}

.texto_hover_izq{left: -245px !important}
.senal:not(.senal_hover) .imagen:hover{top: -13px}
.senal:not(.senal_form) .imagen{cursor: pointer;}
.senal_form .imagen:hover{top:0 !important;}
.senal_hover .imagen{top: 30px}

.senal .texto > div{
	width: 243px;
	height: 100%;
}
.senal .texto:not(.texto_hover_izq) > div{float: right;}
.form select{width: 100%}
.form input{width: 98%}
.form{width: 99%}
.senal .texto .close{float: left}
.senal .texto:not(.texto_hover_izq) .close{float: right}
/*FORMULARIO*/
.elem_form{
	margin: 5px 5px 5px 5px;
	display: inline-block;

}
.elem_form .senal{
	vertical-align: middle;
}
.elem_form > div{
	
	display: inline-block;
vertical-align: middle;
}

.button_pdf{
	width: 100%;
	display: block;
	text-align: right;
}
.button_pdf button{padding: 3px 10% 3px 10%;}
#Catalogue div{
	text-align: center !important;
}

#Catalogue h3:nth-child(2){
	background-color: DodgerBlue;
}

#Catalogue h3:nth-child(4){
	background-color: GoldenRod;
}

#Catalogue h3:nth-child(6){
	background-color: rgb(211, 46, 18);
}

#Catalogue h3:nth-child(8){
	background-color: MediumBlue;
}

#Catalogue h3:nth-child(10){
	background-color: DarkGreen;
}