body{
	height:100%;
	margin:0px;
	background-color: #000000;
}

.todo{
	height:100%;
	width:980px;
	background-color:#000000;
	margin:auto;
}

.izquierda{
	width:283px;
	height:100%;
	float:left;
}

.derecha{
	width:697px;
	background:#000000;
	height:100%;
	float:left;
}
.cabecera{
	width:697px;
	height:85px;
	float:left;
	background-image:url(img/titulo.gif);
	
}
h1{
    color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:0px;
}
.contenido{
	width:697px;
	height:402px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	
}
.contenido1{
	width:642px;
	height:402px;
	float:left;
	overflow:auto;
	color:#FFFFFF;
	margin:auto;
	font-weight:bold;
	text-align:center;
}

.lateralD{
	width:55px;
	height:402px;
	float:left;
	background-image:url(img/lateral.gif);
}
.pie{
	width:697px;
	height:93px;
	float:left;
}
.menu{
	width:283px;
	background:#000000;
	height:296px;
	float:left;
}
.negro1{
	width:283px;
	background:#000000;
	height:74px;
	float:left;
}
.x1{
	width:283px;
	background:#000000;
	height:198px;
	float:left;
}
.negro2{
	width:30px;
	background:#000000;
	height:198px;
	float:left;
}
.elementosmenu{
	width:223px;
	background:#000000;
	height:198px;
	float:left;
}
.x2{
	width:30px;
	background-image:url(img/vertical.gif);
	height:222px;
	float:left;
}
/*PARA PONER COMENTARIOS*/
.elementomenu{
	width:222px;
	background:#000000;
	height:33px;
	float:left;
	color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
}
.corona{
	width:185px;
	height:250px;
	float:left;
	margin-top:5px;
	margin-left:15px;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.corona2{
	width:185px;
	height:270px;
	float:left;
	margin-top:5px;
	margin-left:15px;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
a{
	color:#FFFFFF;
	text-decoration:none;	
}
a:hover{
	text-decoration:underline;
}	
.titulocorona{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	margin:0px;
}
.diametro{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	margin:0px;
}
.precio{
	border:#FFFFFF solid 1px;
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
}
.comprar{
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:5px;
}
.comprar a{color:#FFFF00; border:#FFFF00 solid 1px; padding:2px;}
.comprar a:hover {text-decoration:none; background:#FFFFFF; color:#000000;}
.rojo {color:#FFFF00;}
.suplemento {color:#FFFF00; background:#000000; border:solid 1px #FFFFFF; font-size:14px; font-weight:bold; height:20px; font-family:Arial, Helvetica, sans-serif; text-align:center;}

form {border:solid 1px #FFFFFF; width:400px; padding:10px; margin:10px auto;}