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

* {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

body {
	background-color: #FFFFFF;
}

#container{
	width: 943px;
	height:auto;
	margin-top: 17px;
	margin-right: 17px;
	margin-left: 17px;
	border-style:solid;
	border-color:#000000;
	border-width:1px;
	padding: 12px;
	/*background-color:#990000;*/
}

#zLateral{
	margin: 0 0 0 754px;
	width:186px;
/*	background-color:#FFCC00;*/
	height: auto;
}

#productos{
}

#prodTit{
	height:20px;
	text-align:center;
	background-color:#a0a7af;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-top:5px;
}

.prodDat{
	padding-top:20px;
	border-bottom-style:solid;
	border-bottom-color:#a0a7af;
	border-bottom-width:1px;
	height: 70px;
}

img.prod{
	float:left;
	margin-right: 5px;
}

#txtoALat{
	margin-top: 15px;
	height:auto;
	margin-left: 10px;
}

#zPrincipal{
	float:left;
	height: auto;
	width: 750px;
	/*background-color:#00FF00;*/
	border-right-style:dotted;
	border-right-color:#999999;
	border-right-width:1px;
}	

#head{
	height:300px;
	width:751px;
}

#head_izq{
	float:left;
	height:300px;
	width: 187px;
	background-color:#a0a7b1;
}

#logo{
	background-image:url(../img/logo.gif);
	background-repeat:no-repeat;
	height:120px;
}

#menu{
}

#head_der{
	margin: 0 0 0 190px;
	width:558px;
	height:300px;
	/*background-color:#FF3300;*/
}

#temas{
	margin-top: 10px;
	height:40px;
	width: 747px;
	border-bottom:dotted;
	border-bottom-width:1px;
	border-bottom-color:#000000;
	background-image:url(../img/titMasInfo.jpg);
	background-repeat:no-repeat;
	padding-top: 5px;
}

#temas ul{
	margin-left:170px;
}

#temas li{
	list-style-image:none;
	list-style-type:none;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	padding-left: 45px;
	line-height: 15px;
}

#temas li a{
	color:#000000;
	text-decoration:none;
}

#temas li a:hover{
	color:#a0a7b1;
}

#info{
	width:751px;
	height:auto;
}

#bottom{
	text-align:center;
	margin-right:17px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	height:16px;
	padding-top:5px;
}



