*{
	border: 0;
	margin: 0;
	padding: 0;
}

body{
		background: #ccc;
	}

#contenedor{
	background: #fff;
	height: 1050px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}

header, footer{
	width: 780px;
	height: 150px;
	text-align: right;
}

footer{
	height: 80px;
	background: #000000;
	 text-align: center;
     font-family: Arial, sans-serif;
    font-size: 10pt;
    color: #FFFFFF;

}

#medio{
		width: 780px;
		height: 700px;
		text-align: center;
		
}

#productos{
	width: 600px;
	height: 700px;
	
	display: inline-block;
	vertical-align: top;
	text-align: center;
}




nav{
		width: 170px;
	height: 300px;
	vertical-align: top;
	margin-top: 10px;



}

nav ul{
 list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 140px;
    text-align: left;
     font-family: Arial, sans-serif;
    font-size: 12pt;
}

nav ul li{
	background-color: #ff0000;
	border-radius: 10px;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}

nav ul li a{
	   color: #000;
    text-decoration: none;
       text-transform: uppercase;
       padding-left: 10px;

       
 }


nav ul li a:hover{
	 background: #ffff00;
    border-left: 10px solid #333;
    color: #000;

}

nav h3{
	 font-family: Arial, sans-serif;
    font-size: 15pt;
    padding-top: 10px;
}




#productos #linea{

	width: 600px;
	height: 330px;
	vertical-align: top;
	margin-top: 10px;
	display: inline-block;

}

#art_izq{
		background: #F5F0F0;
	width: 150px;
	height: 350px;
	vertical-align: top;
	margin-top: 20px;
	border-radius: 5PX;
}

#art_izq{
	 font-family: Arial, sans-serif;
    font-size: 12pt;
    padding-top: 10px;
}

#centro{
	display: inline-block;
	vertical-align: top;



}

#productos #linea .prod{
	display: inline-block;
	width: 190px;
	height: 330px;
	vertical-align: top;

	}

#productos #linea .prod .titulo{
width: 190px;
height: 40px;
}


#productos #linea .prod .imagen{
width: 190px;
height: 200px;
}

#productos #linea .prod .descripcion{
width: 190px;
height: 50px;
}

#productos #linea .prod .precio{
width: 190px;
height: 30px;
}