/* CSS Document */
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-image: url(images/fondo.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	}
#contenedor {
	height: 600px;
	width: 800px;
	position:relative;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/fondo.jpg);
}
#contenedor .cabecera {
	height: 86px;
	width: 798px;
	position:absolute;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(images/fondodavid.gif);
}
#contenedor .izquierda {
	height: 287px;
	width:168px;
	position:absolute;
	margin-top: 86px;
	margin-left: 0px;
}
#contenedor .centro {
	height: 287px;
	width:630px;
	position:absolute;
	margin-top:86px;
	margin-left: 168px;
	border-top-style:solid;
	border-top-width: 6px;
	border-top-width: 6px;
	border-top-color:#0000CC;
	background-image: url(images/fondodavid.gif);
}

#contenedor .barra { 
	height: 19px;
	width: 630px;
	position:absolute;
	margin-top: 461px;
	margin-left: 168px;
	background-color:#0000CC;
	color:#FFFFFF;
	font-size:12px;
	}
#contenedor .rojo { color:#FF0000;}
a:link { text-decoration:none; color:#FFFFFF;}
a:visited{ text-decoration:none; color:#FFFFFF;}
a:hover {text-decoration:none; color: #00FFFF; font-style:italic}
#contenedor .baner	{
	position:absolute;
	left: 168px;
	top:375px;
	/*background-color: #ffe3a3;*/
	background-image: url(images/fondodavid.gif);
}
.baner {width:630px; height: 85px;}
#productos {position:absolute;left: 208px;top:73px;width:420px;}

