@charset "utf-8";
/* CSS Document */

/* ==================================contenido====================================== */

#contenido
{
width:780px;
height:auto;
}
/*=======================*/
#superior
{
width:780px;
height:240px;
background:#fff;
padding-top:10px;
}

/*=======================*/
#izquierda
{
float:left;
width:780px;
height:600px;
background:#FFFFFF;
}

#labelProductos
{
font:Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
color:#CC0000;
margin-top:11px;
margin-bottom:5px;
margin-left:25px;
color:#1C388B;	
text-align:center;
}

#menuProductos
{
height:350px;
width:700px;
padding-left:80px;
}
#menuProductos ul
{
width:520px;
height:480px;
float:left;
display:inline;
}
.itemMenuProd
{
float:left;
display:inline;
height:200px;
width:180px;
list-style-type:none;
margin-top:30px;
margin-bottom:30px;
margin-right:80px;
margin-left:60px;
}
.itemMenuProd a
{
height:180px;
width:180px;
color:#fff;
background:#1C388B;
display:block;
}
.itemMenuProd p
{
color:#1C388B;
font-size:12px;
font-family:Verdana;
text-align:center;
}
.itemMenuProd p a
{
color:#1C388B;
font-size:12px;
font-family:Verdana;
background:#fff;
text-decoration:none;
height:20px;
}
.itemMenuProd p a:hover
{
text-decoration:underline;
}



#scanners
{
	background-image: url(../data/images/productos/escaners.gif);
	background-repeat: no-repeat;
	background-position: -13px center;
	background-color: #FFFFFF;
}

#microfilm
{
	background-image: url(../data/images/productos/microfilm.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
}
#consumibles
{
	background-image: url(../data/images/productos/consumibles.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFFFFF;
}
#software
{
	background-image: url(../data/images/productos/software.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	background-color: #FFFFFF;
}
