/* CSS Document */

body{
margin:0 0 0 0;
font-family:Segoe UI, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#000000;
background-image:url(images/fondo.jpg);
background-repeat:repeat;
}

.contenedor { width:964px;}
.head {height:329px;}
.franja_buscador { height:57px;}
.contenido { width:964px;}
.pie{height:44px;}


.texto01 {font-family:Segoe UI, Arial, Helvetica, sans-serif;font-size:12px;color:#0070bd;font-weight:normal;}
.texto14_bold {font-family:Segoe UI, Arial, Helvetica, sans-serif;font-size:14px;color:#000000;font-weight:bold;}
.texto_productos {font-family:Segoe UI, Arial, Helvetica, sans-serif;font-size:18px;color:#f29c2b;font-weight:normal;}
.texto_nombre_pr {font-family:Segoe UI, Arial, Helvetica, sans-serif;font-size:20px;color:#000000;font-weight:normal;}
.texto_Arial_11_bold_morado {font-family:Segoe UI, Arial, Helvetica, sans-serif;font-size:11px;color:#000000;font-weight:normal;}
.login_usuario {font-family:Segoe UI, Arial, Helvetica, sans-serif;font-size:12px;color:#000000;font-weight:normal;}
.login_pass {font-family:Segoe UI, Arial, Helvetica, sans-serif;font-size:12px;color:#000000;font-weight:normal;}

h1 { font-size:16px;}
.productos h1 { font-size:24px;}




.thumbnail{



      position: relative;

      z-index: 0;

      }

.thumbnail:hover{

      background-color: transparent;

      z-index: 50;

      }

.thumbnail span{ /*CSS for enlarged image*/

      position: absolute;

      background-color: #fff3cb;

      padding: 5px;

      left: -1000px;

      border: 3px solid #f7d257;

      visibility: hidden;

      color: black;

      text-decoration: none;

      }

.thumbnail span img{ /*CSS for enlarged image*/

      border-width: 0;

      padding: 2px;

      }

.thumbnail:hover span{ /*CSS for enlarged image on hover*/

      visibility: visible;

      top: 0;

      left: 60px; /*position where enlarged image should offset horizontally */

}