html, body, form
{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Verdana;
}

:focus
{
	outline: none;
}

#contenedor
{
	width: 834px;
	margin: 0 auto;
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #B8B8B8;
}

#main-content
{
	text-align: left;
}

#title-bar
{
	height: 19px;
	line-height: 19px;
	padding-left: 30px;
	text-align: left;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	background: #007CC3 url('img/title-bg.jpg') repeat-x top left;
}

#title-bar
{

	border-bottom: 1px solid #B8B8B8;
	background: url('img/contact-title.jpg') no-repeat top left;
}

#formulario
{
	text-align: left;
	width: 250px;
	border-right: 1px solid #B8B8B8;
	background-color: #F1F1F1;
}

#formulario-content
{
	padding: 15px 10px;
}

#formulario-content p
{
	margin: 0px;
	padding: 5px 0px;
}

#promocion
{
	width: 583px;
	text-align: left;
}

#promocion h1
{
	margin: 10px 0px;
	padding: 0xp;
	color: #0C5D8A;
	font-size: 14px;
}

#promocion-content
{
	padding: 15px;
	text-align: justify;
}

.product-img
{
	float: left;
	width: 135px;
	margin: 1px;
}

.product-title
{
	width: 134px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 2px;
	background: #969593 url('img/over-plus.jpg') no-repeat top right;
}

.product-title:hover
{
	background: #969593 url('img/out-plus.jpg') no-repeat top right;
}

.product-img img
{
	border: 1px solid #B8B8B8;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.container
{
	overflow: auto;
}

.error
{
	color: #FF0000;
}