@import url("menu.css");
/* CSS Document */
* {
	margin:0;
	padding:0;
}
a{
	color:#005300;
	text-decoration:none;
}
a:hover{
	border-bottom:1px dotted #005300;
}
#info img{
	margin:5px;
}
body{
	background-color:#006600;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:75%;
}
#contenedor{
	width:900px;
	margin:10px auto 0 auto;
	background-image:url(../img/bg-contenedor.png);
	background-repeat:repeat-y;
	padding:0 5px;
}
#cabecera{
	background-image:url(../img/bg-cabecera.png);
	background-repeat:no-repeat;
	width:900px;
	height:244px;
}
#menu{
	width:888px;
	height:45px;
	border:1px solid #ffffff;
	margin:5px 0;
	float:left;
}
#borde{
	width:890px;
	padding:0 5px;
}
#carro-compra{
	width:168px;
	float:left;
}
#contenido{
	width:685px;
	background-color:#ffffff;
	overflow:visible;
	border:1px solid #005300;
	float:left;
	padding:10px;
}
#pixel{
	width:1px;
	height:485px;
	float:left;
}
#info{
	width:684px;
	float:left;
}
#col-der{
	float:left;
	width:159px;
	padding-left:9px;
}
#buscador{
	width:146px;
	background-color:#005300;
	border:1px solid #ffffff;
	padding:10px;
	color:#ffffff;
}
#buscador a{
	color:#cccccc;
}
#buscador a:hover{
	border-bottom:1px dotted #cccccc;
}
#conoce{
	width:168px;
	height:120px;
	background-image:url(../img/bt-conoce-matematicos.png);
	margin:5px 0;
	overflow:hidden;
}
#conoce a{
	width:168px;
	height:120px;
	display:block;
	padding-top:120px;
}
#contacto{
	width:168px;
	height:120px;
	background-image:url(../img/bt-contacto.png);
	overflow:hidden;
}
#contacto a{
	width:168px;
	height:120px;
	display:block;
	padding-top:120px;
}
#pie{
	background-image:url(../img/bg-fin-contenido.png);
	background-repeat:no-repeat;
	width:910px;
	height:25px;
	margin:0 auto;
	color:#FFFFFF;
	text-align:center;
}
#direccion{
	width:146px;
	background-color:#005300;
	border:1px solid #ffffff;
	padding:10px;
	color:#ffffff;
	text-align:center;
	margin:5px 0;
}
.pageHeading{
	font-size:16px;
	color:#005300;
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:5px;
}
.lista{
	list-style:square;
	border-bottom:1px solid #CCCCCC;
	padding:2px 0;
}
.padding{
	padding:20px;
}
.cuadro{
	border:1px solid #CCCCCC;
}
.productListing-heading{
	border-bottom:1px solid #CCCCCC;
}
.productListing-odd{
	margin:10px 0;
}
.float-left{
	float:left;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}