
.img.select {

	min-width:5%;
	min-height:5%;
	
	filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.7));
	margin: auto;
}border-radius: 8px 8px 8px 8px;
img2 {

	min-width:5%;
	min-height:5%;
	border-radius: 8px 8px 8px 8px;

	margin: auto;
}

.B1 {
	width:85%;
	height:auto;
	background-color:#999;
	text-align:center;
	border:1px solid #000;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	margin-top:10px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	
}

.Cabecero {
	width:99%;
	height:185px;
	background-color: rgba(28,110,164,1);
	text-align:center;
	
	text-transform:uppercase;
	
	-webkit-box-shadow: -1px 11px 6px -2px rgba(0,0,0,0.69);
	box-shadow: -1px 11px 6px -2px rgba(0,0,0,0.69);
	font-weight: bolder;
	vertical-align: middle;
	border-bottom-width: 6px;
	border-bottom-style: double;
	border-bottom-color: #C00;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: linear-gradient(to right, #1c6ea4, #1b6a9e, #1a6798, #1a6393, #19608d, #185c87, #175880, #16547a, #154f72, #14496b, #124463, #113f5c);
}

.card {
	
    transform: translate(-50%,-50%);
	width: 250px;
	height: 350px;
	background: #262626;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.card .imgBx,
.card .details {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    transition: .5s;
}
.card .imgBx {
    top: 0;
    left: 0;
}
.card:hover .imgBx {
    top: 0;
    left: -100%;
}
.card .imgBx img {
    width: auto;
}
.card .details {

    top: 0;
    left: 100%;
    padding: 30px 15px;
}
.card:hover .details {
    top: 0;
    left: 0%;
}

.card .details p {
    margin: 10px 0 0;
    color: #fff;
	text-align:justify;
	font-size: 1vw;
	font-family:Lato;
}

.Ti {
    width:90%;
	height:auto;
	background-color:#F09;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	margin-bottom: 15px;
	font-weight:bold;
	font-size: 2vw;

}


.Ver {
	width:50%;
	height:auto;
	background-color:#F09;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	position: relative;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	font-size: 2vw;
	
}

.Ver:hover {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
	a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #FFF;
}


.card1 {
    transform: translate(0%,-50%);
	width: 270px;
	height: 370px;
	background: #262626;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.card1 .imgBx1,
.card1 .details1 {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    transition: .5s;
}
.card1 .imgBx1 {
    top: 0;
    left: 0;
}
.card1:hover .imgBx1 {
    top: 0;
    left: -100%;
}
.card1 .imgBx1 img {
    width: auto;
	posotion: relative;
}
.card1 .details1 {
    background: #262626;
    top: 0;
    left: 100%;
    padding: 30px 15px;
}
.card1:hover .details1 {
    top: 0;
    left: 0%;
}
.card1 .details1 p {
    margin: 10px 0 0;
    color: #fff;
	text-align:justify;
	font-size: 1vw;
}
.Ti1 {
    width:90%;
	height:auto;
	background-color:#ffc400;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	margin-bottom: 15px;
	font-weight:bold;
	font-size: 1.4vw;
}
.Ti1S {
	width:90%;
	height:auto;
	background-color:#ffc400;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-top: 30px;
	margin-left: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	margin-bottom: 15px;
	font-weight:bold;
	position:absolute;
	font-size: 1.4vw;
}
.Ver1 {
	width:50%;
	height:auto;
	background-color:#ffc400;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-right: auto;
	margin-left: auto;
	margin-top: 70px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	padding: 5px;
	font-size: 1.2vw;
}
.Ver1:hover {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
	a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #FFF;
}




.card2 {
    transform: translate(0%,-50%);
	width: 270px;
	height: 370px;
	background: #262626;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.card2 .imgBx2,
.card2 .details2 {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    transition: .5s;
}
.card2 .imgBx2 {
    top: 0;
    left: 0;
}
.card2:hover .imgBx2 {
    top: 0;
    left: -100%;
}
.card2 .imgBx2 img {
    width: auto;
	posotion: relative;
}
.card2 .details2 {
    background: #262626;
    top: 0;
    left: 100%;
    padding: 30px 15px;
}
.card2:hover .details2 {
    top: 0;
    left: 0%;
}
.card2 .details2 p {
    margin: 10px 0 0;
    color: #fff;
	text-align:justify;
	font-size: 1vw;
}
.Ti2 {
    width:90%;
	height:auto;
	background-color:#fc6f03;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	margin-bottom: 15px;
	font-weight:bold;
	font-size: 1.4vw;
}
.Ti2S {
	width:90%;
	height:auto;
	background-color:#fc6f03;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-top: 30px;
	margin-left: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	margin-bottom: 15px;
	position:absolute;
	font-weight:bold;
	font-size: 1.4vw;
}

.Ver2 {
	width:65%;
	height:auto;
	background-color:#fc6f03;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	
	border:1px solid #fff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 50px;
	position: relative;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	padding: 5px;
	font-weight: bold;
	font-size: 1.2vw;
}
.Ver2:hover {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
	font-size:18px;
}
	a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

.card3 {
    transform: translate(0%,-50%);
	width: 270px;
	height: 370px;
	background: #262626;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.card3 .imgBx3,
.card3 .details3 {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    transition: .5s;
}
.card3 .imgBx3 {
    top: 0;
    left: 0;
}
.card3:hover .imgBx3 {
    top: 0;
    left: -100%;
}
.card3 .imgBx3 img {
    width: auto;
	posotion: relative;
}
.card3 .details3 {
    background: #262626;
    top: 0;
    left: 100%;
    padding: 30px 15px;
}
.card3:hover .details3 {
    top: 0;
    left: 0%;
}
.card3 .details3 p {
    margin: 10px 0 0;
    color: #fff;
	text-align:justify;
	font-size: 1vw;
}
.Ti3 {
    width:90%;
	height:auto;
	background-color:#06C;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	margin-bottom: 15px;
	font-weight:bold;
	font-size: 1.4vw;
}
.Ti3S {
	width:90%;
	height:auto;
	background-color:#06C;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-top: 30px;
	margin-left: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	margin-bottom: 15px;
	font-weight:bold;
	position:absolute;
	font-size: 1.4vw;
}
.Ver3 {
	width:50%;
	height:auto;
	background-color:#06C;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 50px;
	position: relative;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	padding: 5px;
	font-size: 1.2vw;
}
.Ver3:hover {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
	a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #FFF;
}




.card4 {
    transform: translate(0%,-50%);
	width: 270px;
	height: 370px;
	background: #262626;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.card4 .imgBx4,
.card4 .details4 {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    transition: .5s;
}
.card4 .imgBx4 {
    top: 0;
    left: 0;
}
.card4:hover .imgBx4 {
    top: 0;
    left: -100%;
}
.card4 .imgBx4 img {
    width: auto;
	posotion: relative;
}
.card4 .details4 {
    background: #262626;
    top: 0;
    left: 100%;
    padding: 30px 15px;
}
.card4:hover .details4 {
    top: 0;
    left: 0%;
}
.card4 .details4 p {
    margin: 10px 0 0;
    color: #fff;
	text-align:justify;
	font-size: 1vw;
}
.Ti4 {
    width:90%;
	height:auto;
	background-color:#090;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	margin-bottom: 15px;
	font-weight:bold;
	position:absolute;
	font-size: 1.4vw;
}
.Ti4S {
	width:90%;
	height:auto;
	background-color:#090;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-top: 30px;
	margin-left: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	margin-bottom: 15px;
	font-weight:bold;
	position:absolute;
	font-size: 1.4vw;
}

.Ver4 {
	width:50%;
	height:auto;
	background-color:#090;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 50px;
	position: relative;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	padding: 5px;
	font-size: 1.2vw;
}
.Ver4:hover {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
	a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #FFF;
}



.card5 {
    transform: translate(0%,-50%);
	width: 270px;
	height: 370px;
	background: #262626;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.card5 .imgBx5,
.card5 .details5 {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    transition: .5s;
}
.card5 .imgBx5 {
    top: 0;
    left: 0;
}
.card5:hover .imgBx5 {
    top: 0;
    left: -100%;
}
.card5 .imgBx5 img {
    width: auto;
	posotion: relative;
}
.card5 .details5 {
    background: #262626;
    top: 0;
    left: 100%;
    padding: 30px 15px;
}
.card5:hover .details5 {
    top: 0;
    left: 0%;
}
.card5 .details5 p {
    margin: 10px 0 0;
    color: #fff;
	text-align:justify;
	font-size: 1vw;
}
.Ti5 {
    width:90%;
	height:auto;
	background-color:#000;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	margin-bottom: 15px;
	font-weight:bold;
	font-size: 1.4vw;
}
.Ti5S {
	width:90%;
	height:auto;
	background-color:#000;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-top: 30px;
	margin-left: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	margin-bottom: 15px;
	font-weight:bold;
	position:absolute;
	font-size: 1.4vw;
}
.Ver5 {
	width:50%;
	height:auto;
	background-color:#000;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 50px;
	position: relative;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	padding: 5px;
	font-size: 1.2vw;
}
.Ver5:hover {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
	a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #FFF;
}




.card6 {
    transform: translate(0%,-50%);
	width: 270px;
	height: 370px;
	background: #262626;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.card6 .imgBx6,
.card6 .details6 {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    transition: .5s;
}
.card6 .imgBx6 {
    top: 0;
    left: 0;
}
.card6:hover .imgBx6 {
    top: 0;
    left: -100%;
}
.card6 .imgBx6 img {
    width: auto;
	posotion: relative;
}
.card6 .details6 {
    background: #262626;
    top: 0;
    left: 100%;
    padding: 30px 15px;
}
.card6:hover .details6 {
    top: 0;
    left: 0%;
}
.card6 .details6 p {
    margin: 10px 0 0;
    color: #fff;
	text-align:justify;
	font-size: 1vw;
}
.Ti6 {
    width:90%;
	height:auto;
	background-color:#C00;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	margin-bottom: 15px;
	font-weight:bold;
	font-size: 1.4vw;
}

.Ti6S {
	width:90%;
	height:auto;
	background-color:#C00;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-top: 30px;
	margin-left: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	margin-bottom: 15px;
	font-weight:bold;
	position:absolute;
	font-size: 1.4vw;
}

.Ver6 {
	width:50%;
	height:auto;
	background-color:#C00;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 50px;
	position: relative;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	padding: 5px;
	font-size: 1.2vw;
}
.Ver6:hover {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
	a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #FFF;
}



.card7 {
    transform: translate(0%,-50%);
	width: 270px;
	height: 370px;
	background: #262626;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.card7 .imgBx7,
.card7 .details7 {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    transition: .5s;
}
.card7 .imgBx7 {
    top: 0;
    left: 0;
}
.card7:hover .imgBx7 {
    top: 0;
    left: -100%;
}
.card7 .imgBx7 img {
    width: auto;
	posotion: relative;
}
.card7 .details7 {
    background: #262626;
    top: 0;
    left: 100%;
    padding: 30px 15px;
}
.card7:hover .details7 {
    top: 0;
    left: 0%;
}
.card7 .details7 p {
    margin: 10px 0 0;
    color: #fff;
	text-align:justify;
	font-size: 1vw;
}
.Ti7 {
    width:90%;
	height:auto;
	background-color:#60F;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	margin-bottom: 15px;
	font-weight:bold;
	font-size: 1.4vw;
}
.Ti7S {
	width:90%;
	height:auto;
	background-color:#60F;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-top: 30px;
	margin-left: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	margin-bottom: 15px;
	font-weight:bold;
	position:absolute;
	font-size: 1.4vw;
}
.Ver7 {
	width:50%;
	height:auto;
	background-color:#60F;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 50px;
	position: relative;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	padding: 5px;
	font-size: 1.2vw;
}
.Ver7:hover {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
	a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #FFF;
}




.card8 {
    transform: translate(0%,-50%);
	width: 270px;
	height: 370px;
	background: #262626;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.card8 .imgBx8,
.card8 .details8 {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    transition: .5s;
}
.card8 .imgBx8 {
    top: 0;
    left: 0;
}
.card8:hover .imgBx8 {
    top: 0;
    left: -100%;
}
.card8 .imgBx8 img {
    width: auto;
	posotion: relative;
}
.card8 .details8 {
    background: #262626;
    top: 0;
    left: 100%;
    padding: 30px 15px;
}
.card8:hover .details8 {
    top: 0;
    left: 0%;
}
.card8 .details8 p {
    margin: 10px 0 0;
    color: #fff;
	text-align:justify;
	font-size: 1vw;
}
.Ti8 {
    width:90%;
	height:auto;
	background-color:#F09;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	margin-bottom: 15px;
	font-weight:bold;
	font-size: 1.4vw;
}

.Ti8S {
	width:90%;
	height:auto;
	background-color:#F09;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-top: 30px;
	margin-left: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	margin-bottom: 15px;
	font-weight:bold;
	position:absolute;
	font-size: 1.4vw;
}

.Ver8 {
	width:50%;
	height:auto;
	background-color:#F09;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 50px;
	position: relative;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	padding: 5px;
	font-size: 1.2vw;
}
.Ver8:hover {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
	a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #FFF;
}


.card9 {
    transform: translate(0%,-50%);
	width: 270px;
	height: 370px;
	background: #262626;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.card9 .imgBx9,
.card9 .details9 {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    transition: .5s;
}
.card9 .imgBx9 {
    top: 0;
    left: 0;
}
.card9:hover .imgBx9 {
    top: 0;
    left: -100%;
}
.card9 .imgBx9 img {
    width: auto;
	posotion: relative;
}
.card9 .details9 {
    background: #262626;
    top: 0;
    left: 100%;
    padding: 30px 15px;
}
.card9:hover .details9 {
    top: 0;
    left: 0%;
}
.card9 .details9 p {
    margin: 10px 0 0;
    color: #fff;
	text-align:justify;
	font-size: 1vw;
}
.Ti9 {
    width:90%;
	height:auto;
	background-color:#537f8f;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	margin-bottom: 15px;
	font-weight:bold;
	font-size: 1.4vw;
}
.Ti9S {
	width:90%;
	height:auto;
	background-color:#537f8f;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-top: 30px;
	margin-left: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	margin-bottom: 15px;
	font-weight:bold;
	position:absolute;
	font-size: 1.4vw;
}
.Ver9 {
	width:50%;
	height:auto;
	background-color:#537f8f;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 50px;
	position: relative;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	padding: 5px;
	font-size: 1.2vw;
}
.Ver9:hover {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
	a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #FFF;
}




.card10 {
    transform: translate(0%,-50%);
	width: 270px;
	height: 370px;
	background: #262626;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.card10 .imgBx10,
.card10 .details10 {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    transition: .5s;
}
.card10 .imgBx10 {
    top: 0;
    left: 0;
}
.card10:hover .imgBx10 {
    top: 0;
    left: -100%;
}
.card10 .imgBx10 img {
    width: auto;
	posotion: relative;
}
.card10 .details10 {
    background: #262626;
    top: 0;
    left: 100%;
    padding: 30px 15px;
}
.card10:hover .details10 {
    top: 0;
    left: 0%;
}
.card10 .details10 p {
    margin: 10px 0 0;
    color: #fff;
	text-align:justify;
	font-size: 1vw;
}
.Ti10 {
    width:90%;
	height:auto;
	background-color:#9c722a;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	margin-bottom: 15px;
	font-weight:bold;
	font-size: 1.4vw;
}

.Ti10S {
	width:90%;
	height:auto;
	background-color:#9c722a;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-top: 30px;
	margin-left: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	margin-bottom: 15px;
	font-weight:bold;
	position:absolute;
	font-size: 1.4vw;
}

.Ver10 {
	width:50%;
	height:auto;
	background-color:#9c722a;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 50px;
	position: relative;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	padding: 5px;
	font-weight:bold;
	font-size: 1.2vw;
}
.Ver10:hover {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
	a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

.card11 {
    transform: translate(0%,-50%);
	width: 270px;
	height: 370px;
	background: #262626;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.card11 .imgBx11,
.card11 .details11 {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    transition: .5s;
}
.card11 .imgBx11 {
    top: 0;
    left: 0;
}
.card11:hover .imgBx11 {
    top: 0;
    left: -100%;
}
.card11 .imgBx11 img {
    width: auto;
	posotion: relative;
}
.card11 .details11 {
    background: #262626;
    top: 0;
    left: 100%;
    padding: 30px 15px;
}
.card11:hover .details11 {
    top: 0;
    left: 0%;
}
.card11 .details11 p {
    margin: 10px 0 0;
    color: #fff;
	text-align:justify;
	font-size: 1vw;
}
.Ti11 {
    width:90%;
	height:auto;
	background-color:#666;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	margin-bottom: 15px;
	font-weight:bold;
	font-size: 1.4vw;
}
.Ti11S {
	width:90%;
	height:auto;
	background-color:#666;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-top: 30px;
	margin-left: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	margin-bottom: 15px;
	font-weight:bold;
	position:absolute;
	font-size: 1.4vw;
}
.Ver11 {
	width:50%;
	height:auto;
	background-color:#666;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 50px;
	position: relative;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	padding: 5px;
	font-size: 1.2vw;
}
.Ver11:hover {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
	a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #FFF;
}




.card12 {
    transform: translate(0%,-50%);
	width: 270px;
	height: 370px;
	background: #262626;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
.card12 .imgBx12,
.card12 .details12 {
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    transition: .5s;
}
.card12 .imgBx12 {
    top: 0;
    left: 0;
}
.card12:hover .imgBx12 {
    top: 0;
    left: -100%;
}
.card12 .imgBx12 img {
    width: auto;
	posotion: relative;
}
.card12 .details12 {
    background: #262626;
    top: 0;
    left: 100%;
    padding: 30px 15px;
}
.card12:hover .details12 {
    top: 0;
    left: 0%;
}
.card12 .details12 p {
    margin: 10px 0 0;
    color: #fff;
	text-align:justify;
	font-size: 1vw;
}
.Ti12 {
    width:90%;
	height:auto;
	background-color:#bad909;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	margin-bottom: 15px;
	font-weight:bold;
	font-size: 1.4vw;
}

.Ti12S {
	width:90%;
	height:auto;
	background-color:#bad909;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-top: 30px;
	margin-left: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	margin-bottom: 15px;
	font-weight:bold;
	position:absolute;
	font-size: 1.4vw;
}

.Ver12 {
	width:50%;
	height:auto;
	background-color:#bad909;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 50px;
	position: relative;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	padding: 5px;
	font-size: 1.2vw;
}
.Ver12:hover {
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
	a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #FFF;
}




.INICIO {
     width:90%;
	height:auto;
	background-color:#fff;
	text-align:center;
	color:#000;
	text-transform:uppercase;
	border:1px solid #fff;
	margin-right: auto;
	margin-left: auto;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 15px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	margin-bottom: 15px;
	font-weight:bold;
	font-size: calc(0.9em + 0.9vw)
}


.DESTACADO{
    width:90%;
	height:auto;
	background-color:#030b85;
	text-align:center;
	color:#FFF;
	text-transform:uppercase;
	border:1px solid #030b85;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-khtml-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7) inset;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-khtml-border-radius: 4px 4px 4px 4px;
	margin-bottom: 15px;
	font-weight:bold;
}

.TNews {
	text-align:center;
	text-transform:uppercase;
	color:#FFF;
	font-weight:bold;
}
p1 {
	text-align:left;
	font-size:16px;
	color:#FFF;
}