@charset "utf-8";
.index_slider {
	background-color: #D6D6D6;
	/*margin-top: -124px;*/
	z-index: 1;
	overflow: hidden;
	float: left;
	width: 100%;
}
.index_slider ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.index_slider .item{
	min-height: 480px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: table;
	width: 100%;
	/*	padding-top: 140px;*/
	padding-top: 40px;
	padding-bottom: 40px;
}
.index_slider .item div {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}
.index_slider .item div h5 {
	font-size: 45px;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.index_slider .item div p {
	font-size: 30px;
	color: #FFF;
	font-style: italic;
	font-weight: lighter;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.item div .img {
	height: auto;
	width: 100%;
	float: left;
	text-align: center !important;
}
.item div .img img {
	height: auto;
	width: 100%;
	max-width: 780px;
}
.index_top {
	float: left;
	height: auto;
	width: 100%;
}
.index_top_cont {
	float: left;
	height: auto;
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #D00931;
	position: relative;
}
.index_top_cont:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #D00931;
	border-width: 20px;
	margin-left: -20px;
}

.index_top h2{
	color: #999;
	text-align: center;
}
.index_top h2 b{
	color: #D00931;
}
.index_top_item {
	float: left;
	min-height: 280px;
	width: 32.33%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 150% auto;
	display: table;
	-webkit-transition: background-size 0.2s ease-in;
	-moz-transition: background-size 0.2s ease-in;
	transition: background-size 0.2s ease-in;
	margin-top: 20px;	
}
.index_top_item:hover {
background-size: 125% auto;
}
.index_top_item div{
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}
.index_top_item div a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	background-color: rgba(0,0,0,0.5);
	padding: 20px;
	font-weight: bold;
}
.index_top_item div a:hover {
background-color: rgba(0,0,0,0.8);
}

.index_top_item:nth-child(1) {
	background-image: url(../imagenes/temp1.jpg);
}
.index_top_item:nth-child(2) {
	background-image: url(../imagenes/temp2.jpg);
	margin-right: 1.5%;
	margin-left: 1.5%;
}
.index_top_item:nth-child(3) {
	background-image: url(../imagenes/temp3.jpg);
}
.responsivo************ {}
/* Responsivo  ----------- */
@media screen and (max-width: 1100px) {
.index_top_item {
	width: 100%;
	margin-bottom: 15px;
}
}