/***************************************************************/
/* Aqui todas las etiquetas del html */
/***************************************************************/
body{
	margin: 0px;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: inherit;
	background: url(bg32.jpg);
	overflow-x:hidden;
}
h1{
	visibility: hidden;
	margin: 0px;
	position: absolute;
	top: 15px;
	left: 70px;
	border-style: solid;
	font-size: 40px;
	color: #C7EDF9;
	font-weight: bold;
	font-family: "Courier New",Courier,monospace;
	width: 400px;
	background: url(protec.gif);
}
h4{
	font-size: 25px;
}
p{
	text-indent: 1cm;
}
form{
	margin: 0px;
}
img{
	margin: 0px;
	padding: 0px;
}
/* Tablas */ 
table{
	border-style: none;
	border-bottom: medium solid #88aeae;
	padding: 0px;
	text-align: center;
}
td{
	margin: 0px;
	padding: 0px;
}
/* Enlaces */
A:link{
	color: blue;
	text-decoration:none;
}
A:visited{
	font-size: 125%;
	text-decoration:none;
}
A:hover{
	color:red;
	font-weight:800;
	text-decoration:none;
}
A:active{
	color:red;
}
/***************************************************************/
/* Aqui todas las etiquetas de los contenidos */
.login fieldset{
	text-align: right;
	width: 220px;
	min-height:150px;
	_height:150px;
	font-size: 15px;
	margin: 15px;
	padding: 10px;
	position: relative;
	left: 630px;
}
.menu{
	position: relative;
	margin: 15px;
	margin-top: 50px;
	padding: 0px;
	z-index: 1;
	text-decoration: none;
}

.contenido{
	position: relative;
	min-height:500px;
	_height:500px;
	margin: 10px;
	padding-left: 40px;
	padding-right: 40px;
	z-index: 1;
}
.piepagina{
	position: relative;
	margin: 5px;
	text-align: center;
	font-size: 10px;
}
/***************************************************************/
/* Aqui todas las etiquetas de clases */
/***************************************************************/
.condenado:link{
	color: red;
}
.productos{
	padding: 10px;
	text-align: left;
	vertical-align: top;
	font-size: 15px;
}
.precio{
	text-align: right;
	font-size: 18px;
}
.boton{
	margin: 5px;
	border-style: groove;
	background-color: #C7EDF8;
	font-size: 15px;
}
.buscador{
	position: relative;
	left: 750px;
}
.piepagina A:link{
	font-size: 10px;
	text-decoration:none;
}
.piepagina A:visited{
	font-size: 10px;
	text-decoration:none;
}
/***************************************************************/
/* Aqui todas las etiquetas de identificadores */
/***************************************************************/
#superbody{
	padding-top: 0px;
	position: absolute;
	top: 25px;
	left: 50%;
	width: 900px;
	margin-left: -450px;
	min-height: 100%;/**/
	background: #C7EDF9 url(fondo2.jpg) no-repeat;
	border-style: solid;
	border-color:white;
}
#cuadro{
	position: relative;
	font-size: 20px;
	width: 400px;
	left: 20px;
}
#cuadro #boton{
	position:relative;
	width: 50%;
}
#tablaproductos{
	border: medium solid #88aeae;
	width: 800px;
}
#tablaproductos tr{
	border: medium solid #88aeae;
}
/***************************************************************/
/* Aqui todas las etiquetas de los botones */
#botonlogin{
	width: 75%;
}
#botonregistrarse{
	width: 175px;
}
#buscal{
	width: 100px;
}
#contactar{
	width: 100px;
}

