@charset "utf-8";
/* CSS Document */

body{
	width:100%;
	height:100%;
	margin:auto;
	font-family: Arial, sans-serif;
	background-color:#FBFBEF;
}
#navfondo {
	position: absolute;
	left:0px;
	margin-top:0px;
	width:100%;
	height:80px;
	background-color:#333;
	z-index:3;
}
#cont {
	position:absolute;
	left:50%;
	width:700px;
	margin:auto;
	margin-left:-400px;
	height:60px;
	padding-left:0px;
	padding-right:40px;
	background-color:#333;
	z-index:3;
}
#logo{
	position: absolute;
	top: 10px;
	left:-50px;
	width: 100px;
	height:100px;
	z-index:4;
}
#lupa{
	position: absolute;
	top: 10px;
	right:-30px;
	padding:10px;
	width: 40px;
	height:40px;
	z-index:4;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /*border-radius crossbrowser*/
}
#lupa:hover{
	background-color:#999;
}
#redes {
	position:absolute;
	width:670px;
	height:25px;
	top:2px;
	margin-left:10px;
	z-index:2;
	background-color:#FFF;
}
#slide {
	height: 940px;
}
#slideshow {
    position:absolute;
	height:240px;
	width: 100%;
	top:70px;
	margin-top:10px;
	overflow:hidden;
	z-index: 1;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
#pachecoweb {
	position:absolute;
	top:85px;
	width:350px;
	height:50px;
	z-index:2;
    border-bottom:2px solid #333;
	background-color:#FFF;
	margin-left:50%;
	left:-430px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /*border-radius crossbrowser*/
	box-shadow: 3px 3px 3px 3px #666;
}
#pachecoweb_texto {
	position:absolute;
	top:90px;
	width:350px;
	height:50px;
	z-index:2;
	margin-left:50%;
	left:-430px;
	opacity:1;
	text-align:center
}
.marca{
	margin:0;
	padding:0;
	font-weight:bold;
	color:#900;
	font-size:18px;
}
.slogan{
	margin:0;
	padding:0;
	font-weight:bold;
	color:#039;
	font-size:16px;
	font-family:Georgia, serif;
}
#buscador{
	position: absolute;
	top: 80px;
	right:-50px;
	padding:10px;
	width: 500px;
	z-index:4;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color:#FBFBEF;	
	border:1px solid #900;
	display:none;
	overflow:hidden;
}
.txtbus{
	text-align:center;
	font-weight:700;
	margin-bottom:0;
}
.txtbus_aclaracion{
	text-align:center;
	font-weight:normal;
	margin-top:5px;
	font-style:italic;
	margin-bottom:0;
	font-size:14px;
}
#botoncerrar_bus{
	float:right;
	margin-top:20px;
	width:25px;
	height:25px;
}