/* CSS Document */
/*****************************************************************************/
/* Fonts and Headings*/
/*****************************************************************************/

body {
	font: 12px/1.5em "arial";
	font-family: arial;
	margin-top: 10px;
	margin-bottom: 0px;
	background-image: url(../images/washedbackground.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

p {
	text-align: justify;
	font-size: 12px;
}

li {
	font-size: 12px;
	margin-right: 5px;
	text-align: left;
}

h1 {
margin-top: 15px;
}
td {
font-size: 12px;
vertical-align: top;
}
 

/*****************************************************************************/
/* links */
/*****************************************************************************/
a:link {
	color: black;
	font-weight: bold;
}
a:visited {
	color: #6633CC;
}
a:hover {
	color: #FFCC66;
}
a:active {
	color: #000000;
}


/*****************************************************************************/
/* backgrounds & layout*/
/*****************************************************************************/
.container {
width: 824px;
margin-top: 0px;
vertical-align: top;
}

.header  {
width: 824px;
vertical-align:top;
height: 119px;
margin: 0px;
padding: 0px;
top: 0px;
left: 100px;
	}
	
.banner { 
width: 824px;
margin-top: 0px;
margin-bottom: 0px;
padding: 0px;
text-align: center;
vertical-align: top;
	}
	
.bannercontent { 
width: 522px;
height: 158px;
margin-top: 10px;
margin-bottom: 10px;
padding: 0px;
text-align: center;
float: right;
	}

.content { 
width: 804px;
margin-left:0px;
margin-top: 0px;
padding-left: 10px;
padding-right: 20px;
text-align: center;
	}

.footer {
	width:100%;
	vertical-align: top;
	text-align: center;
	margin:0px;
	padding:0px;
	font-size: 10px;
}
	
.navigation { 
width: 824px;
height: 33px;
position: absolute;
top: 245px;
left: 100px;
margin: 0px;
padding: 0px;
	}
	
.navigations { 
width: 824px;
height: 33px;
position: absolute;
top: 215px;
left: 100px;
margin: 0px;
padding: 0px;
	}
	
.titlebackground {
	background-image: url(images/h1background.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 100%;
	height: 43px;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}


.rightpane {
	width: 45%;
	float: left;
	padding: 5px;
	margin: 0px;
}

.leftpane {
	width: 45%;
	float: right;
	padding: 5px;
	margin:0px;
	text-align:left;
}

.desktopane {
width: 95%; text-align: left;
}

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 100%; /* ems so it will grow */
	background: url(../images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(../images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(../images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
	width: 100%
}
.boxbody {
	background: url(../images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}



/*****************************************************************************/
/* clases miscelaneas */
/*****************************************************************************/
	.cssnav
{
position: relative;
font-family: arial, helvetica, sans-serif;
font-weight: 900;
background: url(../images/enginenavon.jpg)  no-repeat;
white-space: normal;
display: block;
width: 169px;
height: 62px;
margin: 0;
padding: 0;
text-align: center;
}

.cssnav a
{
display: block;
color: #000000;
font-size: 16px;
width: 169px;
height: 62px;
display: block;
float: left;
color: white;
text-decoration: none;
text-align: center;
}

.cssnav img
{
width: 169px;
height: 62px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden;
}

.cssnav span
{
position: absolute;
left: 10px;
top: 35px;
margin: 0px;
padding: 0px;
cursor: pointer;
text-align: center;
} 

/*****************************************************************************/
/* Estilos del Suggest */
/*****************************************************************************/

			#searchResults {
position: absolute; top: 150px; left: 50px; width:295px; background: #FFFFFF; padding:5px; z-index:100; border:1px solid #000000; display: none;			
			}		
