.linea-titulo{
	border-bottom: 2px solid #D31D22;
	width: 9%;
	margin-left: auto;
	margin-right: auto;

}
.styletitulo{
	color: #D31D22;
	font-size: 32px;
	font-weight: 300;
	text-align: center;
}
.imgtop{
	width: 100%;
}
.img-pro{
	height: 248px;
	width: 100%;
	border: 1px solid #DDDDDD;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.nombrepro{
	height: 74px;
	width: 100%;
	color: #434040;
	font-size: 19px;
	font-weight: 400;
	padding-top: 6px;
	text-align: center;
}
.margenboot{
	margin-bottom: 2%;
}
.margenrow {
    margin-top: 4%;
}

.capa{
	color: white;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 248px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(132,132,132,0.8);
	opacity: 0;
	transition: 0.6s;

}
.img-pro:hover .capa{
	opacity: 1;
	transition: 0.6s;
}
.img-pro:hover + .nombrepro{
	color: #D1050B;
}
.menu{
	list-style: none;
	padding:  0px;
	
}
.li-left{
	color: #434040;
	font-size: 16px;
	text-transform: uppercase;
	padding-left: 15px;
	font-weight: 600;
}
.lineamenu{
	border-bottom: 1px solid #D31B22;
	width: 100%;
}
#a{
	margin-bottom: 12%;

}
#b{
	margin-bottom: 12%;

}
.li-left>span{
	color: #D31B22;
	float: right;
}
.submenu{
	list-style: none;
	padding-left: 15px;
	margin-top: 15px;

}
.li-sub{
	color: #838383;
	font-size: 14;
	font-weight: 400;
	text-transform: uppercase;
}
.li-active{
	color: #333E40;
	font-weight: bold;
}
.migas{
	color: #434141;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 3%;
}
.miga{
	color: #434141;

}
.imgcate{
	width: 100%;
	border: 1px solid #AEAEAE;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 203px;
	position: relative;
}
.margencate{
	margin-bottom: 3%;
}


.capa2{
	color: white;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 203px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(132,132,132,0.8);
	opacity: 0;
	transition: 0.6s;

}
.imgcate:hover .capa2{
	opacity: 1;
	transition: 0.6s;
}
.mapeo{
	width: 282px;
	height: 317px;
	display: flex;justify-content: center;align-items: center;
	position: relative;
}
.margentop{
	margin-top:2%;
}
.titulogrupo{
	color: #434040;
	font-size: 20px;
	font-weight: 400;
	margin-top: 3%;
}
table{
	text-align: center;
	margin-bottom: 6px!important;
}
.labelpro{
	color: #D21A21;
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: 700;
}
.labelpro:hover{
	color: #4A4A4A;
}
thead>tr>td {
    border-bottom: 2px solid #4A4A4A!important;
}
.arranque{
	color: #D21A21;
	font-size: 13px;
	margin-bottom: 3%;
}
.subsubmenu{
	list-style: none;
	margin-bottom: 10px;
}
.li-subsub{
	color: #838383;
	font-weight: 700;
}
.subsubactivo{
	color: #333E3F;
}
.producto{
	color: #D21920;
	font-size: 33px;
	font-weight: 400;
	margin-bottom: 2%;
}

/*---------------------------------------------------*/
.panel.with-nav-tabs .panel-heading{
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs{
	border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
	margin-bottom: -1px;
}
/********************************************************************/
/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
	background-color: #ddd;
	border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
	color: #555;
	background-color: #fff;
	border-color: #ddd;
	border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}
.nav-tabs>li {
    margin-bottom: 4px;
}
.nav>li>a {
    padding: 10px 20px;
}
ul.nav>li {
    height: 52px;
}
.panel-default {
     border-color: white; 
}
.panel-default>.panel-heading {
    color: #333;
     background-color: inherit; 
}
.textpanel{
	color:#444444!important;
}
.btn-ficha{
	border: 2px solid #B40E14;
	color: #B40E14;
	font-size: 16px;
	border-radius: 9px;
    padding-left: 40px;
    padding-right: 40px;
}
.tablamodal{
	color: #4A4A4A;
	font-weight: bold;
}
.tablamodal:hover{
	 color: #D21A21;
}
.center>img{
	margin-right: auto;
	margin-left: auto;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.puntos{
	position: absolute;
	width: 282px;
	height: 317px;
}
.center{
	display: flex;
	justify-content: center;
	align-items: center;
}
.carousel-indicators li{
	border:2px solid #D31B22;
	background-color: rgba(102,102,102,0.6);
	position: absolute;

    width: 22px;
    height: 22px;
}
.carousel-indicators .active {
    width: 22px;
    height: 22px;
    }
.carousel-inner {
    position: absolute;
    top: 90px;
    left: 304px;
    width: 352px;
}
.carousel-caption{
	color: #434040;
	font-size: 16px;
	top: -15%;
    left: 39%;
   	text-shadow: none;
   	font-weight: 300;

}
.carousel-indicators {
    position:relative; 
    bottom: 0px; 
    left:0px; 
    z-index: 15;
    width: fit-content;
     margin-left: 0px; 
}