david hace 12 años
padre
commit
38211585c9

BIN
Images/slider/slide1.jpg


BIN
Images/slider/slide2.jpg


BIN
Images/slider/slide3.jpg


BIN
Images/slider/slide4.jpg


+ 3 - 2
css/especificos.css

@@ -168,7 +168,7 @@ html, body
     box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
     border-bottom: 1px solid ;
     padding-top: 10px;
-    height: 65px;
+    height: 66px;
 }
 #navbar
 {
@@ -226,7 +226,8 @@ html, body
 
 #banner
 {
-    background: url('../Images/slider/slide1.jpg') no-repeat ; 
+    background-image: url('../Images/slider/slide1.jpg'); 
+    background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     margin-top: 75px;

+ 1 - 6
css/productos.css

@@ -149,12 +149,7 @@ margin-top: 50px;
 .imagen-mas { width: 29%; }
 .descripcion-mas{width: 70%; }
 
-#pedorrada { 
-padding: 0px 100px;
-color: #2B4C63;
-font-family: "Open Sans";
-font-size: 10pt;
-}
+#pedorrada { padding: 0px 100px; color: #2B4C63; font-family: "Open Sans"; font-size: 14px; }
 #pedorrada h3 { font-size:16px;
 background: none;
 color: #2B4C63;

+ 2 - 2
index.php

@@ -9,7 +9,7 @@ header('Content-Type: text/html; charset=UTF-8');
     </script>
     <script type="text/javascript">
 	    $(document).ready(function () {
-            $("#banner").height($(window).height()*0.6+'px');
+            $("#banner").height($(window).height()*0.7+'px');
 			$(".titulo_curso").click(function(){
 				$(".descripcion_curso[tatosa="+$(this).attr("tatosa")+"]").slideToggle(400);
 			});
@@ -63,7 +63,7 @@ header('Content-Type: text/html; charset=UTF-8');
                     $("#respuestanewsletter").html(data);
                 });
             });
-//            setInterval(slide, 8000);
+            setInterval(slide, 8000);
             var curImg=2;
             function slide() {
                 $('#banner').fadeTo('slow', 0.3, function()