*
{
	padding:					0;
	margin:						0;
}

body
{
	font-family:				Verdana, arial, sans-serif;
	font-size:					12px;
	color:						#848484;
	background-image:			url('images/bg.jpg');
	background-repeat:			repeat-x;
	background-color:			#1f1f1f;
}

#container
{
	width:						750px;	
	margin:						0 auto;	
	border-width:				3px;
	border-color:				#2a2a2a;
	border-left-style:			solid;
	border-right-style:			solid;	
}

#header
{
	background-image:			url('images/header.jpg');
	height:						154px;
	background-repeat:			no-repeat;
	width:						750px;
}

#header p
{
	text-align:					right;
}

#header p a img
{
	border-style:				none;
}

#pageTitle
{
	height:						247px;
	width:						750px;
}

#pageTitle div.headerLeft
{
	background-image:			url('images/carro.jpg');
	height:						247px;
	width:						600px;	
	float:						left;
}
#pageTitle div.headerLeft h3
{
	font-size:					20px;
	color:						#000000;
	font-family:				Georgia, "Times New Roman", serif;
	margin-top:					215px;
	margin-left:				20px;
	width:						580px;	
}
#pageTitle div.headerRight
{
	float:						left;
	width:						150px;
	height:						247px;
	background-color:			#1f1f1f;
}
#pageTitle div.headerRight ul
{
	list-style-position:		inside;
	list-style-image:			url('images/lista.jpg');
	margin-left:				10px;
}
#pageTitle div.headerRight ul li
{
	margin-bottom:				10px;
}
#pageTitle div.headerRight ul li:hover
{
	list-style-image:			url('images/listaHover.jpg');	
}

#pageTitle div.headerRight ul li a
{
	color:						#000000;
	text-decoration:			none;
	display: block;
	background-color: #FF6600;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	height: 25px;
	margin: 0px;
	padding: 0px;
}

#pageTitle div.headerRight ul li a:hover
{
	text-decoration:			underline;
	color:						#9d9c9c;
}

#footer
{
	height:						50px;
}

#footer p
{
	width:						auto;
	background-color:			#2a2a2a;
	height:						35px;
	padding-top:				15px;
	border-left-color:			#f27521;
	border-left-style:			solid;
	border-left-width:			10px;
	padding-left:				10px;
}
#footer p a img
{
	border-style:				none;
}
/*Clases generales*/
p.title
{
	font-size:						20px;
	color:							#f27521;	
	padding-left:					20px;
	padding-top:					20px;
}
p.text
{
	padding-left:					30px;
	padding-right:					20px;
	margin-top:						5px;
}

ul.normalList
{
	margin-left:					30px;	
	list-style-position:			inside;
	margin-right:					20px;
}
ul.normalList li
{
	margin-top:						10px;
}


a.version
{
background-color:                  silver;
color:black;
font-variant:                      small-caps;
text-decoration:                   none;
}

a.version:hover

{
background-color:                 orange;
color:                            black;
}
#gusLINKS a:link {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	background-color: #666666;
	display: block;
	height: 26px;
	margin-top: 5px;
	text-decoration: none;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	font-style: italic;
}
#gusLINKS a:visited {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	background-color: #666666;
	display: block;
	height: 26px;
	margin-top: 5px;
	text-decoration: none;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	font-style: italic;
}
#gusLINKS a:hover {
	font-family: "Trebuchet MS";
	color: #000000;
	background-color: #FF6600;
	display: block;
	height: 26px;
	margin-top: 5px;
	text-decoration: none;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	font-style: italic;
}
#gusLINKS a:active {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	background-color: #666666;
	display: block;
	height: 26px;
	margin-top: 5px;
	text-decoration: none;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	font-style: italic;
}
