@font-face {
    font-family: 'champagne__limousinesregular';
    src: url('fonts/Champagne & Limousines.eot');
    src: url('fonts/Champagne & Limousines.eot?#iefix') format('embedded-opentype'),
         url('fonts/Champagne & Limousines.woff2') format('woff2'),
         url('fonts/Champagne & Limousines.woff') format('woff'),
         url('fonts/Champagne & Limousines.ttf') format('truetype'),
         url('fonts/Champagne & Limousines.svg#champagne__limousinesregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'champagne__limousinesbold';
    src: url('fonts/Champagne & Limousines Bold.eot');
    src: url('fonts/Champagne & Limousines Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/Champagne & Limousines Bold.woff2') format('woff2'),
         url('fonts/Champagne & Limousines Bold.woff') format('woff'),
         url('fonts/Champagne & Limousines Bold.ttf') format('truetype'),
         url('fonts/Champagne & Limousines Bold.svg#champagne__limousinesbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.body-div{
	width: 958px;
	height: 1270px;
}
.menu{
	background-image: url(img/menu.png);
	width: 250px;
	height: 405px;
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}
.m-u{
	position: relative;
	top: 146px;
	left: 0;
	width: 250px;
	height: 260px;
}
.m-it a{
	width: 211px;
	height: 40px;
	text-align: justify;
	vertical-align: middle;
	font-family: 'champagne__limousinesregular';
	font-size: 24px;
	text-decoration: none;
	color: #888;
	display: block;
	margin-left: 15px;	
	padding-top: 5px;
	font-weight: normal;
}
.contenedor{
  width: 958px;
  position: relative;
  top: -405px;
}
.item_i {
	width: 223px;
	height: 184px;
	display: inline-block;
	background-repeat: no-repeat;
	margin-left: 7px;
	margin-right: 5px;	
	text-align: center;
	margin-top: 25px;
}
.item_a{
	width: 195px;
	height: 128px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 5px 0;
	vertical-align: top;
}
.texto-item
{
	margin-top: 5px;
	font-family: 'champagne__limousinesregular';
	 text-transform: uppercase; 
	font-size: 16px;
	text-align: center;
	color: #333;	
	font-weight: bold;
	display: block;
	height: 30px;
}

.catg a{
	color: #d32222;
	font-size: 16px;
	text-align: center;
	font-family: 'champagne__limousinesregular';
	margin-top: 5px;
	text-decoration: none;	
	font-weight: bold;
}
/*.cat_a{
	color: #d32222;
	font-size: 16px;
	text-align: center;
	font-family: 'champagne__limousinesregular';
	margin-top: 5px;
	text-decoration: none;	
	font-weight: bold;
}*/


.sliding-middle-out {
	display: inline-block;
	position: relative;
	padding-bottom: 3px;
}
.sliding-middle-out:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
.sliding-middle-out:hover:after {
	width: 100%;
	background: #666;
}

/*home*/
.cabezote-h{
	vertical-align: top;
	margin-left: 270px;
	width: 666px;
	margin-top: 35px;
	font-family: 'champagne__limousinesregular';
	font-size: 22px;
	color: #555555;
}
.ultimo-h{
	vertical-align: top;
	margin-left: 238px;
	width: 713px;
	height: 288px;
}
.otros-h{
	width: 958px;
}
.ot{
	width: 445px;
	height: 230px;
	text-align: center;
	display: inline-block;
	margin: 5px 16px;
}


.sliding-u-l-r-l-inverse {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    padding-bottom: 1px;
}
.sliding-u-l-r-l-inverse:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    transition: width 0s ease;
}
.sliding-u-l-r-l-inverse:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #ccc;
    transition: width .5s ease;
}
.sliding-u-l-r-l-inverse:hover:before {
    width: 0%;
    background:#ccc;
    transition: width .5s ease;
}
.sliding-u-l-r-l-inverse:hover:after {
    width: 0%;
    background: transparent;
    transition: width 0s ease;
}