@charset "utf-8";
/* CSS Document */

.pv_regresar{
	position:fixed;
	width:auto;
	height:auto;
	left:6em;
	padding-top:1em;
	padding-bottom:1em;
	padding-left:2em;
	padding-right:2em;
	bottom:1.5em;
	z-index:60;
	color:#fff;
	text-align:center;
	font-family:sans-serif;
	font-size:0.7em;
	font-weight:bold;
	cursor:pointer;
	background:rgba(81,92,137,0.7);
	transition-duration:0.2s;
	border-radius:50px 50px 0px 0px;
}

.pv_regresar:hover{
	transition-duration:0.2s;
	text-shadow:1px 1px 10px #fff;
}
	

.pvrbloq{
	position:relative;
	display:inline-table;
	width:80px;
}

.pv_bloq1{
	position:relative;
	display:inline-table;
	width:45%;
	min-height:400px;
	background-color:#f5f6f9;
	border:solid 5px #fff;
	float:left;
}

.pv_bloq2{
	position:relative;
	display:inline-table;
	width:52%;
	min-height:200px;
	background-color:#e8eaef;
	border:solid 5px #fff;
	float:left;
}

.pv_blok2{
	position:relative;
	display:inline-table;
	width:100%;
	min-height:200px;
	float:left;
}

.pv_blok3{
	position:relative;
	display:inline-table;
	width:100%;
	min-height:200px;
	float:left;
}

.pv_bloq3{
	position:relative;
	display:inline-table;
	width:98%;
	min-height:200px;
	background-color:#e8eaef;
	border:solid 5px #fff;
	float:left;
}

.pv_bloq4{
	position:relative;
	display:inline-table;
	width:48.5%;
	min-height:200px;
	background-color:#e8eaef;
	border:solid 5px #fff;
	float:left;
}

.pv_foto{
	position:relative;
	display:inline-table;
	width:100%;
	height:45%;
}

.pv_fotod{
	position:relative;
	display:inline-table;
	width:100%;
	height:75%;
}

.pv_fotoe{
	position:relative;
	display:inline-table;
	width:100%;
	height:55%;
}

.pv_fotob{
	position:relative;
	display:inline-table;
	float:right;
	width:50%;
	height:60%;
	margin-right:2em;
	margin-top:6em;
}

.pv_fotoc{
	position:relative;
	display:inline-table;
	width:100%;
	height:70%;
}

.pv_info{
	position:relative;
	display:inline-table;
	width:80%;
	height:auto;
	margin-left:10%;
	border-bottom:solid 2px #00a1e6;
	text-align:center;
	font-family:"Myriad Pro", sans-serif;
	font-size:1em;	
	color:#4c4c55;
	padding-bottom:1.5em;
}

.pv_infob{
	position:relative;
	display:inline-table;
	float:left;
	width:40%;
	height:auto;
	margin-left:3em;
	margin-top:6em;
	border-bottom:solid 2px #00a1e6;
	text-align:center;
	font-family:"Myriad Pro", sans-serif;
	font-size:1em;	
	color:#4c4c55;
	padding-bottom:1.5em;
}	
	
.pv_iconos{
	position:relative;
	display:inline-table;
	width:50%;
	height:150px;
	margin-top:1.5em;
	margin-left:25%;
	margin-right:24%;
}

.pv_iconosb{
	position:relative;
	display:inline-table;
	float:left;
	width:40%;
	height:150px;
	margin-top:3em;
	margin-left:3em;
}

.pv_iconosc{
	position:relative;
	display:inline-table;
	float:left;
	width:90%;
	height:150px;
	margin-top:3em;
	margin-left:2em;
}

.pv_icopdf{
	position:absolute;
	top:0px;
	left:0px;
	width:50%;
	height:100%;
	background:url(../pb_images/descarga-1.png);
	background-repeat:no-repeat;
	background-position:50% 60%;
	background-size:auto 50%;
	color:#8c6b6a;
	text-align:center;
	font-family:"Gill Sans", sans-serif;
	font-size:0.9em;
	cursor:pointer;
	transition-duration:0.2s;
}

.pv_icopdf:hover{
	transition-duration:0.2s;
	background-position:50% 60%;
	background-size:auto 55%;
}

.pv_icoyout{
	position:absolute;
	top:0px;
	right:0px;
	width:50%;
	height:100%;
	background:url(../pb_images/video-1.png);
	background-repeat:no-repeat;
	background-position:50% 60%;
	background-size:auto 50%;
	color:#8c6b6a;
	text-align:center;
	font-family:"Gill Sans", sans-serif;
	font-size:0.9em;
	cursor:pointer;
	transition-duration:0.2s;
}

.pv_icoyout:hover{
	transition-duration:0.2s;
	background-position:50% 60%;
	background-size:auto 55%;
}

.pv_icopdfb{
	position:relative;
	display:inline-table;
	float:left;
	width:130px;
	height:130px;
	background:url(../pb_images/descarga-1.png);
	background-repeat:no-repeat;
	background-position:50% 60%;
	background-size:auto 70%;
	cursor:pointer;
	transition-duration:0.2s;
}

.pv_icopdfb:hover{
	transition-duration:0.2s;
	background-position:50% 60%;
	background-size:auto 65%;
}

.pv_icoyoutb{
	position:relative;
	display:inline-table;
	float:right;
	width:130px;
	height:130px;
	background:url(../pb_images/video-1.png);
	background-repeat:no-repeat;
	background-position:50% 60%;
	background-size:auto 70%;
	cursor:pointer;
	transition-duration:0.2s;
}

.pv_icoyoutb:hover{
	transition-duration:0.2s;
	background-position:50% 60%;
	background-size:auto 65%;
}

.pv_alts{
	position:relative;
	display:inline-table;
	width:49%;
	height:auto;
	color:#8c6b6a;
	text-align:center;
	font-family:sans-serif;
	font-size:0.9em;
}

/*inicia_nuevos*/

.pv_iconos_s{
	position:relative;
	display:inline-table;
	float:left;
	width:90%;
	height:180px;
	margin-top:2em;
	margin-left:2em;
}

.pv_iconos_t{
	position:relative;
	display:inline-table;
	float:left;
	width:42%;
	height:180px;
	margin-top:2em;
	margin-left:2em;
}

.pv_ics_cajon{
	position:relative;
	display:inline-table;
	float:left;
	width:49%;
	height:100%;
}

.pv_ics_tx{
	position:relative;
	display:inline-table;
	float:left;
	width:100%;
	height:20%;
	color:#8c6b6a;
	text-align:center;
	font-family:"Gill Sans", sans-serif;
	font-size:0.9em;
}

.pv_ics_lga{
	position:relative;
	display:inline-table;
	float:left;
	width:25%;
	height:110px;
	background:url(../pb_images/descarga-1.png);
	background-repeat:no-repeat;
	background-position:50% 60%;
	background-size:auto 70%;
	transition-duration:0.2s;
	cursor:pointer;
}

.pv_ics_lga:hover{
	transition-duration:0.2s;
	background-position:50% 60%;
	background-size:auto 60%;
}

.pv_ics_lgb{
	position:relative;
	display:inline-table;
	float:left;
	width:25%;
	height:110px;
	background:url(../pb_images/video-1.png);
	background-repeat:no-repeat;
	background-position:50% 60%;
	background-size:auto 80%;
	transition-duration:0.2s;
	cursor:pointer;
}

.pv_ics_lgb:hover{
	transition-duration:0.2s;
	background-position:50% 60%;
	background-size:auto 70%;
}

/*finaliza nuevos*/

@media only screen and (max-width: 1370px) {
	
}


@media only screen and (max-width: 850px) {
	
.pv_bloq1{
	width:98%;
}

.pv_bloq2{
	width:48%;
}

.pv_regresar{
	z-index:60;
	font-size:1em;
}

.pvrbloq{
	position:relative;
	display:inline-table;
	width:120px;
}

.pv_fotob{
	position:relative;
	display:inline-table;
	float:right;
	width:100%;
	height:45%;
	margin-right:0em;
	margin-top:0em;
}

.pv_infob{
	width:80%;
	margin-left:10%;
	margin-top:0em;
}	

.pv_iconosb{
	width:100%;
	margin-top:3em;
	margin-left:0%;
}

.pv_icopdf{
	width:50%;
	height:100%;
}

.pv_icoyout{
	width:50%;
	height:100%;
}

.pv_icopdfb{
	width:80px;
	height:80px;
}

.pv_icoyoutb{
	width:80px;
	height:80px;
}

.pv_iconos_t{
	width:100%;
	margin-left:0em;
}


}

@media only screen and (max-width: 650px) {
	.pv_bloq1{
	width:98%;
}

.pv_bloq2{
	width:98%;
}

.pv_bloq4{
	width:98%;
}


.pv_ics_cajon{
	width:100%;
	height:70%;
}

.pv_fotoc{
	height:55%;
}

}

@media only screen and (max-width: 360px) {
	.pv_icoyoutb{
	width:60px;
}
.pv_icopdfb{
	width:60px;
}
}


