﻿form
{
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100%;
}

.SiteForm
{
  background-color: #FFFFFF;
}

.SiteForm a
{
  color: #49204C;
  font-weight: bold;
}

.SiteForm th
{
  background-color: #6986C3;
  padding: 8px;
  color: #FFFFFF;
  border: 1px solid #000000;
}

.SiteForm .FieldTitle
{  
  font-weight: bold;
  text-align: right;
}

.SiteForm .FieldValue
{
  text-align: left;
}

.SiteForm .Captcha
{
  background-color: #FFFFFF;
  border: 2px solid #49204C;
}

.SiteForm .ButtonArea
{
  background-color: #DFEAFF;
  font-weight: bold;
}

.StyledButton
{
  border: 2px solid #000000;
}

.SearchBox
{
  color: #FFFFFF; 
}

.SearchBox .SearchInput
{
  width: 210px;
}

.SearchBox a
{
  color: #FFFFFF; 
}

.CheckoutForm
{

}

.CheckoutForm .FieldTitle
{  
  font-weight: bold;
  text-align: right;
}

.CheckoutForm .FieldValue
{
  text-align: left;
}

h3 {
			margin: 0;
			padding: 7px 0 0 0;
			font-size: 16px;
					}

		div#feature_list {
			width: 750px;
			height: 240px;
			overflow: hidden;
			position: relative;
		}

		div#feature_list ul {
			position: absolute;
			top: 0;
			list-style: none;
			padding: 0;
			margin: 0;
		}

		ul#pestañas {
			left: 0;
			z-index: 2;
			width: 320px;
		}

		ul#pestañas li {
			font-size: 12px;
			font-family: Arial;
		}

		ul#pestañas li img {
			padding: 5px;
			border: none;
			float: left;
			margin: 10px 10px 0 0;
		}

		ul#pestañas li a {
			color: #222;
			text-decoration: none;
			display: block;
			padding: 10px;
			height: 60px;
			outline: none;
		}

		ul#pestañas li a:hover {
			text-decoration: underline;
		}

		ul#pestañas li a.current {
			background:  url('feature-tab-current.png');
			color: #FFF;
		}

		ul#pestañas li a.current:hover {
			text-decoration: none;
			cursor: default;
		}

		ul#ver_articulo {
			right: 0;
			width: 463px;
			height: 240px;
			position: relative;
		}

		ul#ver_articulo li {
			position: absolute;
			width: 463px;
			height: 240px;
		}

		ul#ver_articulo li a {
			position: absolute;
			bottom: 10px;
			right: 10px;
			padding: 8px 12px;
			text-decoration: none;
			font-size: 11px;
			color: #FFF;
			background: #000;
			-moz-border-radius: 5px;
		}

		ul#ver_articulo li a:hover {
			background: #D33431;
		}
	a {
	font-size: 12px;
	outline-color: #888;
	font-family:Tahoma;
	text-decoration:none;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

