.nover{
	display: none;
}
.activa{
	color:#1f63b6;
}

.campoAplicacion{
	float: left;
	width: 16.6%;
}

#cont1 img{
	margin-bottom:15px;
}

.catDocumentos{
	/* background-color:#cccccc;
	padding:10px 0px 10px 25px;
	margin-bottom:10px; */
	padding: 10px 0px 5px 0px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.btn a{
	font-size:15px;
}
.img_ampliada {
	margin-right:15px;
	top:0;
	right:0;
    position: absolute;
    z-index: 1000;
}

#capaForm{
	display:none;
}
.title-ficha {
	background-color: #ccc;
    padding: 10px;
    text-align: center;
    margin-top: 30px;
    border-bottom: 23px solid #333;
}
/*CIRCULOS*/
.iosSliderButtons {
	width:100%;
	position: absolute;
	/*top: 585px;*/
	bottom: 30px;
	left: 0;
	height: 25px;
	background:url(../img/animacion/banner_fondo_btn.png) repeat-x left top;
	z-index:2;
}

#botones_animacion{
	text-align: center;
	width:200px;
	margin:0 auto;
}

.iosSliderButtons .button {
	display:block;
	float:left;
	width:14px;
	height:14px;
	cursor:pointer;
	margin:8px 3px;
	background: url(../img/animacion/banner_btn_off.png) no-repeat left top;
}

.iosSliderButtons .selected {
	background: url(../img/animacion/banner_btn_on.png) no-repeat left top;
}
/**/
.justify-text {
	text-align: justify;
}
.img-buscador {
	min-height: 250px;
}
.desc-buscador {
	min-height: 40px;
}
.buscador img {
	max-height: 250px;
}
.text-azul a {
	color: #0061fe;
}
.text-rojo a {
	color: #ff2600;
}
.titulo_product-rojo {
    margin: 20px 0px 0px 0px;
    min-height: 90px;
    background-color: #ff2600;
    padding: 5px 10px;
	border-radius: 10px 10px 0px 0px;
	text-align: center;
}
.titulo_product-rojo a {
    color: #fff;
    font-size: 13px;
}
.imagen_product-rojo {
	min-height: 260px;
}

.imagen_product-rojo img {
	border: 1px solid #ff2600;
	border-radius: 0px 0px 10px 10px;
	padding: 5px;
}


.titulo_product-azul {
    margin: 20px 0px 0px 0px;
    min-height: 90px;
    background-color: #0061fe;
    padding: 5px 10px;
	border-radius: 10px 10px 0px 0px;
	text-align: center;
}
.titulo_product-azul a {
    color: #fff;
    font-size: 13px;
}
.imagen_product-azul {
	min-height: 260px;
}

.imagen_product-azul img {
	border: 1px solid #0061fe;
	border-radius: 0px 0px 10px 10px;
	padding: 5px;
}
.ml-30 {
	margin-left: 30px;
}

.subcategorias:hover {
    background: url(../img/varios/flecha_categorias.png) 2% center no-repeat #aaa;
}
.video-product {
	display: block;
	margin: auto;
}
.video-product iframe {
	height: 200px !important;
	width: 100% !important;
}