|
@@ -16,6 +16,26 @@ cursor:pointer;
|
|
|
font-weight: 300;
|
|
font-weight: 300;
|
|
|
src: url("../Fonts/OpenSans.woff") format("woff");
|
|
src: url("../Fonts/OpenSans.woff") format("woff");
|
|
|
}
|
|
}
|
|
|
|
|
+/*************RESPONSIVE*****************/
|
|
|
|
|
+
|
|
|
|
|
+
|
|
|
|
|
+@media (max-height:700px){
|
|
|
|
|
+#descripcion_completa {
|
|
|
|
|
+width: 65%!important;
|
|
|
|
|
+position: fixed;
|
|
|
|
|
+left: 40%!important;
|
|
|
|
|
+margin: 0px 0px 0px -25%;
|
|
|
|
|
+z-index: 11;
|
|
|
|
|
+background: none repeat scroll 0% 0% #FFF;
|
|
|
|
|
+padding: 10px 20px!important;
|
|
|
|
|
+font-family: 'Open Sans';
|
|
|
|
|
+font-size: 14px;
|
|
|
|
|
+color: #2B4C5F;
|
|
|
|
|
+border: 1px solid #2B4C5F;
|
|
|
|
|
+display: none;
|
|
|
|
|
+top: 10%!important;
|
|
|
|
|
+}
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
/*************PAGINAS¨*******************/
|
|
/*************PAGINAS¨*******************/
|
|
|
#paginas_wrapper
|
|
#paginas_wrapper
|
|
@@ -130,28 +150,30 @@ margin-top: 50px;
|
|
|
|
|
|
|
|
|
|
|
|
|
#descripcion_completa{
|
|
#descripcion_completa{
|
|
|
- width: 55%;
|
|
|
|
|
|
|
+
|
|
|
|
|
+ width: 55%;
|
|
|
position: fixed;
|
|
position: fixed;
|
|
|
left: 50%;
|
|
left: 50%;
|
|
|
- margin: 0 0 0 -25%;
|
|
|
|
|
|
|
+ margin: 0px 0px 0px -25%;
|
|
|
z-index: 11;
|
|
z-index: 11;
|
|
|
- background: #FFF;
|
|
|
|
|
- padding: 20px 30px 20px 30px;
|
|
|
|
|
|
|
+ background: none repeat scroll 0% 0% #FFF;
|
|
|
|
|
+ padding: 20px 30px;
|
|
|
font-family: 'Open Sans';
|
|
font-family: 'Open Sans';
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
- color: #2B4C5F ;
|
|
|
|
|
- border:1px solid #2B4C5F;
|
|
|
|
|
- display: none;
|
|
|
|
|
- -webkit-text-stroke: 0.50px;
|
|
|
|
|
- top:20%;
|
|
|
|
|
|
|
+ color: #2B4C5F;
|
|
|
|
|
+ border: 1px solid #2B4C5F;
|
|
|
|
|
+ display: none;
|
|
|
|
|
+ top: 20%;
|
|
|
|
|
+ -webkit-text-stroke: 0.50px;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
|
|
|
#descripcion_completa > texto{
|
|
#descripcion_completa > texto{
|
|
|
z-index:12;
|
|
z-index:12;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-#flechafwd{z-index:2; top: 40%; position:absolute; right:10px;}
|
|
|
|
|
-#flechaatras{z-index: 2; top: 40%; position: absolute; left: 250px;}
|
|
|
|
|
|
|
+#flechafwd{z-index:2; top: 50%; position:absolute; right:10px;}
|
|
|
|
|
+#flechaatras{z-index: 2; top: 50%; position: absolute; left: 250px;}
|
|
|
|
|
|
|
|
.vermas { display: inline; margin: 0px; font-weight: bold; }
|
|
.vermas { display: inline; margin: 0px; font-weight: bold; }
|
|
|
.pagina[num="1"] { display: none; }
|
|
.pagina[num="1"] { display: none; }
|