.workshop {
	width: 100%;
	min-height: 400px;
	padding: 50px 0;
	
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;

	font-weight: 300;	
}

.pant-int {
	width: 100%;
	min-height: 300px;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 50px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	font-weight: 300;
}

.pant-int-conpad {
	width: 100%;
	min-height: 300px;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 50px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	font-weight: 300;
}

.workshop p {
	font-size: 18px;
	font-size: 1.8rem;
}

.workshop a, 
.workshop a:hover {
	color: #fff;
	font-weight: 400;
}

.main-info {
	background-repeat: no-repeat;
}


.main-info h2 {
	margin: 0 0 20px 0;
	font-size: 126px;
	font-size: 2.6rem;
	line-height: 36px;
	line-height: 2.6rem;
	color: #fff;
	font-weight: 200;
}
.main-info p {
	margin-bottom: 20px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 18;
	line-height: 1.8rem;
	font-weight: 400;
}



.prod-info {
	background-repeat: no-repeat;
}
.prod-info h2 {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	font-size: 2.6rem;
	line-height: 2.2rem;
	color: #00151f;
	font-weight: 200;
}
.prod-info p {
	font-size: 3rem;
	line-height: 2.8rem;
	font-weight: 300;
	font-family: open-sans-condensed;
	font-style: normal;
	color: #2F2F2F;
	text-align: right;
}






.date-info {
	margin-top: 20px;
}

.date-info h3 {
	display: inline-block;
	padding: 3px 10px;
	margin: 0 0 4px 0;
	
	color: #fff;
	font-weight: 200;
	text-transform: uppercase;

    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.2);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#aa000000, endColorstr=#aa000000)";
}

.date-info h3 > strong {
	margin-right: 10px;
}

.workshop .btn,
.workshop .btn:hover {
	padding: 10px 35px;
	color: #fff;
}
#svgcodex {
	text-align: right;
}
#Capa_2 {
	right: -50px;
}

.more-info-link {
	margin: 0 15px;
}

#w1 {
	background-image: url(../imagenes/hm_pant.jpg);
}

	#w1 p {
		color: #B25900;
	}

	#w1 p > a {
		color: #661900;
	}

	#w1 .btn {
		background-color: #661900;
	}

#w2 {
	background-image: url(../imagenes/hm_pant.jpg);
	border-bottom: thin solid #808080;
	margin-bottom: 40px;
	border-collapse: separate;
	border-spacing: 3px 0px;
}

	#w2 p {
	color: #CDCDCD;
	font-family: open-sans-condensed;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 3px;
	font-size: 3rem;
	line-height: 2.8rem;
	}

	#w2 p > a {
		color: #fff;
	}

	#w2 .btn {
		color: #444;
		background-color: #eee;
	}

#int-instit {
	background-image: url(../imagenes/inst_pant.jpg);
	border-bottom: thin solid #808080;
	margin-bottom: 40px;
	border-collapse: separate;
	border-spacing: 3px 0px;
}
#int-prod {
	background-image: url(../imagenes/prod_pant.jpg);
	border-bottom: thin solid #808080;
	margin-bottom: 40px;
	border-collapse: separate;
	border-spacing: 3px 0px;
}
#int-client {
	background-image: url(../imagenes/client_pant.jpg);
	border-bottom: thin solid #808080;
	margin-bottom: 40px;
	border-collapse: separate;
	border-spacing: 3px 0px;
}
	
