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;
	border-top: #ffffff 1px solid;
	font-size: x-small;
	background-image: url(imagenes/logobg_V_azul.PNG);
	border-left: #ffffff 1px;
	cursor: pointer;
	cursor: hand;
	border-bottom: #ffffff 1px;
	font-family: Verdana, Arial;
}
.botonmp-hoover
{
	border-right: white 1px;
	border-top: white 1px groove;
	font-size: x-small;
	background-image: url(imagenes/botonlargoho_V_siena.jpg);
	border-left: white 1px;
	cursor: pointer;
	cursor: hand;
	color: white;
	border-bottom: white 1px;
	font-family: Verdana, Arial;
}

/*Usados en el control de navegacion lateral */

.botonlateral-normal
{
	border-right: #ffffff 1px none;  border-top: #ffffff 1px solid;
	border-bottom: #ffffff 1px none; border-left: #ffffff 1px none;
	width:100%; height:25px;
	cursor: pointer;
	cursor: hand;
	background-color:Teal;
	background-image: url(imagenes/logobg_V_azul.PNG);
}

.botonlateral-hoover
{
	border-right: white 1px none; border-top: white 1px groove;
	border-left: white 1px none;	border-bottom: white 1px none;
	width: 100%; height:25px; 
	cursor: pointer;
	cursor: hand;
	color:White;
	background-color:Maroon;
	background-image: url(imagenes/botonlargoho_V_siena.jpg);
}

/*Formato de las FAQ */

.boton-volver
{
	font-weight: bold;
	font-size: x-small;
	cursor: hand;
	color: blue;
	border-top-style: none;
	font-style: normal;
	font-family: Verdana;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	text-decoration: underline;
	border-bottom-style: 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 TextBox: Legales */
.textbox
 {WIDTH:100%; HEIGHT:300px;}

/*formato de TextBox: Kontacto */
.textboxK
 {WIDTH:100%; HEIGHT:100px;}




