/* CSS Document */
/*****************************************************************************/
/* Fonts and Headings*/
/*****************************************************************************/

body {
	font: 12px/1.5em "arial";
	font-family: arial;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #6F6E6C;
	}

p {
	margin-top: -15px;
}

li {
	font-size: 12px;
	margin-right: 5px;
	text-align: left;
}

h1 {
margin-top: 15px;
}

td {
vertical-align: top;
}
 

/*****************************************************************************/
/* links */
/*****************************************************************************/
a:link {
	color: black;
}
a:visited {
	color: #999999;
}
a:hover {
	color: #FFCC66;
}
a:active {
	color: #000000;
}


/*****************************************************************************/
/* backgrounds & layout*/
/*****************************************************************************/

.footer {
	width:1013px;
	vertical-align: top;
	text-align: center;
	margin:0px;
	padding:0px;
	padding-top: 10px;
	font-size: 10px;
	color: #FFFFFF;
	background-image:url(images/homefooter.jpg);
	background-position:top left;
	background-repeat: repeat-x;
	line-height: 10px;
}
	
/* 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.jpg) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(images/sbhead_r.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(images/sbhead_l.jpg) no-repeat top left;
	margin: 0;
	padding: 22px 5px 0px;
	text-align: center;
	color: white; 
	font-weight: bold; 
	font-size: 20px; 
	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.jpg) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

.headline {
	border-bottom: #cccccc 1px dotted;
	vertical-align: top;
	text-align: center;
	width: 98%;
	display: table-cell;
	height: 100%;
	clear:both;
}


/*****************************************************************************/
/* 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;
} 

.nounder {
	text-decoration: none;
	}

.heading {
	margin-top: 15px;
	background-image: url(images/headingicon.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 10px;
	}

/*****************************************************************************/
/* 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;			
			}
			
 div.imagen_efecto {
	width:100%;
	height:1000px;
	top:0px;
	left:0px;
	position:absolute;
	background-color:#333333;
	opacity:0.9;
	filter:alpha(opacity=90);
	z-index: 10000;
 }
 .class_btn{
 z-index:1;
 position:absolute; 
 left:72%; 
 cursor:pointer;
 }	