body
{
	margin-top:1px;
	margin-left:1px;
	margin-right:1px;
	font-family:Verdana;
	
     
}
/*Usado en los botones del menu principal y los botones
  que existen en las páginas */
.botonmp-normal
{
	border-right: #ffffff 1px solid;  border-top: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid; border-left: #ffffff 1px solid;
	font-family: Verdana, Arial; font-size: x-small;
	cursor: hand;
	cursor:pointer;
	background-image: url(Imagenes/botonlargobg.jpg);
}
.botonmp-hoover
{
	border-right: white 1px groove; border-top: white 1px groove;
	border-left: white 1px groove;	border-bottom: white 1px groove;
	font-family: Verdana, Arial; font-size: x-small;
	cursor: hand;
	cursor:pointer;
	background-image: url(Imagenes/botonlargoho.jpg);
}

/*Usados en el control de navegacion lateral */

.botonlateral-normal
{
	border-right: #ffffff 1px solid;  border-top: #ffffff 1px solid;
	border-bottom: #ffffff 1px solid; border-left: #ffffff 1px solid;
	width:100%; height:30px;
	cursor:hand;
	cursor:pointer;

	background-color:Gray;
	background-image: url(Imagenes/botonlargobg.jpg);
}

.botonlateral-hoover
{
	border-right: white 1px groove; border-top: white 1px groove;
	border-left: white 1px groove;	border-bottom: white 1px groove;
	width: 100%; height:30px;
	cursor: hand;
	cursor:pointer;
	background-color:Yellow;
	background-image: url(Imagenes/botonlargoho.jpg);
}

/*Formato de las FAQ */

.FAQPregunta
{
	font-family:Verdana;
	font-style:normal;
	text-decoration:none;
	font-weight:bold;

}

.FAQRespuesta
{
	font-family:Verdana;
	font-style:normal;
	text-decoration:none;
	
}
/*formato de caracteristicas del producto en los DataList */
.Caracteristicas
{
	font-weight: bold;
	font-size: x-small;
	font-style: normal;
	font-family: Verdana;
	background-color: cornsilk;
	text-decoration: none;
}

/*formato de Label: Legales */
.rh
 {WIDTH:100%; HEIGHT:300px;}

/*formato de TextBox: Kontacto */
.textboxK
 {WIDTH:100%; HEIGHT:100px;}

/* Letrero de envío de email pagina de contacto */
.kontaktinfoerror
{
	background-color:Red;
	color:White;
	font-weight:bold;
}
.kontaktinfoOK
{
	background-color:Green;
	color:White;
	font-weight:bold;
}


