/* Venca
// Equipo CIFDSA - 16.11.2009
// RB - Kike Valdenebro  - 10.12.2008
// 
*/

/* POP-UP Zoom en ficha de producto */

body {font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:68.75%; color:#807c7d; margin:0; padding:0; background:#f7f7f7}  /* Tipo base: Tahoma 1em = 11px */
.general_popup {width:490px; height:604px}

h1, h2, h3, h4, h5, h6, pre, code {font-size:1em; margin:0; padding:0; font-weight:normal}
p {padding:0 0 10px 0; margin:0}
img {border:none; margin:0; padding:0}
a {color:#e7007d; text-decoration:none }
a:hover {text-decoration:underline}
ul {margin:0; padding:0 0 10px 0; list-style-type:none}
ul li {padding:0 0 3px 17px; background:url(gfx/blt_03.gif) 0 3px no-repeat}
address {font-style:normal}
.hide {display:none}
.clear {display:block; clear:both; height:0px; margin-top:-2px; font-size:1px}
.left {float:left}
.right {float:right}
.textright {text-align:right}
.textcenter {text-align:center}

/* Textos y tipografias */

.smaller {font-size:0.9em}
.bigger {font-size:1.1em}
.giant {font-size:1.45em}
.txt_link {color:#e7007d}
.txt_normal {color:#807c7d}
.txt_dark {color:#5b5b5b}
.txt_error {color:#fe0000}
.interlin {line-height:1.4em}

.cabecera {position:relative; background:#ec008c; height:20px; padding:5px 20px 5px 20px; color:#ffffff}
.cabecera a.close {position:absolute; top:7px; right:15px; font-size:1.1em; color:#ffffff; padding:0 16px 0 0; background:url(gfx/cerrar.gif) right 2px no-repeat}

.contenido {}
.contenido #imagen {position:relative; width:470px; height:531px; margin:10px 10px 0 10px; overflow:hidden; cursor:move}
.contenido #imagen #fotozoom {position:relative; top:0; left:0}

.contenido #controles {padding:4px 10px 0 10px}
.contenido #controles .left {display:block}
.contenido #controles .left a.zoom_mas {display:block; float:left; width:21px; height:21px; background:url(gfx/ico_zoommas.gif) 0 0 no-repeat; text-indent:-100000px}
.contenido #controles .left a.zoom_menos {display:block; float:left; width:21px; height:21px; background:url(gfx/ico_zoommenos.gif) 0 0 no-repeat; text-indent:-100000px}
.contenido #controles .left span {text-indent:-100000px; display:block; float:left; width:1px; height:21px; border-right:1px solid #cccccc; margin:0 7px 0 5px}
.contenido #controles .right {display:none}