﻿body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,strong,dfn,em,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}

body {
	font-family: arial, helvetica, serif;
	font-size: small;
}

#nav ul { /* all lists */
	    padding: 0;
	    margin: 0;
	    list-style: none;
    }

#nav li { /* all list items */
	    float: left;
	    position: relative;
	    width: 135px;
        top: 0px;
        left: 0px;
        height: 45px;
        list-style: none;
        margin: 0;
    }

#nav li ul { /* second-level lists */
	    display: none;
	    position: absolute;
	    top: 1em;
	    left: 0;
	    list-style: none;
	    margin: 0;
    }

#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	    top: auto;
	    left: auto;
	    list-style: none;
	    margin: 0;
    }

#nav li:hover ul, li.over ul { /* lists nested under hovered list items */
	    display: block;
    }
  
#content {
	clear: left;
        height: 167px;
        width: 395px;
    }

    #nav
    {
        width: 945px;
        margin-left: 0px;
        margin-bottom: 0px;
        list-style: none;
        height: 44px;
    }
    
    #pic
    {
        height: 311px;
        width: 166px;
}
    
        .PopBoxImageSmall
    {
       border: none 0px white;
       cursor: url("images/magplus.cur"), pointer;
    }
    .PopBoxImageLarge
    {
       border: solid thin #CCCCFF;
       cursor: url("images/magminus.cur"), pointer;
    } 
    
/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 190px;
height: 150px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 15px;
	left: 0px;
	text-align: justify;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 300px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

#visor
        {
            height: 275px;width: 401px;
        }
        
        



/* ESTILOS OUTLET */

.articulo_outlet {}
.caja_outlet_General { border:1px solid black; width:670px; height:180px; background-color:#5B5B5B;}
.caja_outlet { border:1px solid black; width:550px; height:180px; background-color:#5B5B5B;}

/*  clases artículos   */

.verde{color:#95A121;}
.azul {color:#1A9CF2;}
.amarillo {color:#FEE004;}

.foto {/*border: 1px solid lime;*/ width: 250px; height:180px; float:left;}
.texto 
{/*border: 1px solid orange;*/ 
	 float:left; 
	 margin-left:5px; 
	 width:280px; 
	 height:170px; 
	 padding-top:10px; 
	 background-color:#E0E0E0;
	 overflow:scroll;
}
.texto_general
{/*border: 1px solid orange;*/ 
	 float:left; 
	 margin-left:5px; 
	 width:405px; 
	 height:170px; 
	 padding-top:10px; 
	 background-color:#E0E0E0;
	 overflow:scroll;
}
.caracteristicas { padding-left:10px;}

/* FIN ESTILOS OUTLET */