* {
	font-family: Myriad, Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #3a3a3a;
}

#header {
	width: 760px;
	height: 221px;
	background: url('images/header.jpg');
}

#header img {
	float: right;
	margin-top: 234px;
	margin-right: 3px;
}

#logo {
	padding-top: 20px;
	padding-right: 15px;
	text-align: right;

}


#title {
	font-family: Arial;
	font-size: 18px;
	color: #ffc81c;
	text-transform: uppercase;
}


#linkswraper{
padding-left: 5px;
}


#links {
}

#links ul{
	list-style-image: url('images/arrow.gif');
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 20px;
}

#links ul li{
	padding-bottom: 3px;
}

#links ul li.categoria{
	list-style-image: none;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 5px;
}

#links a:hover {
	text-decoration: underline;
	
}
#links a {

	font-size: 13px;
	color: #ffc81c;
	text-transform: lowercase;
	text-decoration: none;
	padding-right: 5px;
}




#content {
	font-size: 12px;
	padding: 5px;
	color: #3a3a3a;
	margin-left: 11px;
	margin-right: 11px;
	background-color: #fff;
}

#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #ffc81c;
}

#content h2 {
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;
}

#content a:hover {
	text-decoration: none;
	
}
#content a {

	text-transform: lowercase;
	text-decoration: underline;
	color: #0066CC;
}



#footer {
	
}

#footer table{
	font-family: Arial;
	font-size: 10px;
	color: #fff;
	height: 26px;
	background-color: #ffc81c;
	text-transform: uppercase;
}

#footer table td {
	padding-bottom: 5px;
}

#footer a.foot {
    text-decoration:underline;
	color: #000000;
}
#footer a.foot:hover {
    text-decoration:none;
}


#products {
	margin-left: 11px;
	margin-right: 11px;
	background-color: #fff;
/*	width:750px;*/
}
#products table{
	font-family: Arial;
	font-size: 11px;
	color: #000;
	height: 26px;
	background-color: #3a3a3a;
	text-transform: uppercase;
	width:150px;

}
#products td.links{
	background-color: #3a3a3a;
	
}
	

#products table.fondoblanco{
	background-color: #fff;
}

#products a:hover {
	text-decoration: none;
	
}
#products a {

	font-size: 10px;
	color: #ffc81c;
	text-transform: uppercase;
	text-decoration: underline;
	padding-right: 5px;
    }

#products a.external {

	font-size: 10px;
	color: #0066CC;
	text-transform: uppercase;
	text-decoration: underline;
	padding-right: 5px;
    }
#products a.external:hover {

	text-decoration: none;
	    }
	
	.formulario {
	BORDER-BOTTOM: #d92524 1pt solid; BORDER-LEFT: #d92524 1pt solid; BORDER-RIGHT: #d92524 1pt solid; BORDER-TOP: #d92524 1pt solid; font-family:Tahoma, Tahoma, Verdana, Arial, Helvetica; padding:1px;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: Black;
	background-color : #F2F2F2;
}

a.boton {
	text-decoration: none;
	color: #fff;
	background: #d92524;
	padding: 3px 10px;
	text-align: left;
	border-top:1px dotted #fff;
	border-bottom:1px dotted #fff;
	line-height:1.8em;
	font-family:Tahoma, Tahoma, Verdana, Arial, Helvetica;
    font-size:11px;
    font-weight:bold;
}

a.external {
    font-weight: normal;
	font-size: 12px;
	text-decoration:underline;
	color: #0066CC;
}
a.external:visited {
    font-weight: normal;
	font-size: 12px;
	text-decoration:underline;
	color: #0066CC;
}
a.external:hover {
    text-decoration:none;
}

a.linkheader {
    font-weight: normal;
	font-size: 12px;
	text-decoration:underline;
	color: #ffc81c;
}
a.linkheader:visited {
    font-weight: normal;
	font-size: 12px;
	text-decoration:underline;
	color: #ffc81c;
}
a.linkheader:hover {
    text-decoration:none;
}


