@charset "UTF-8";
*{
	margin:0;
	padding:0;
}
body {
	background-image: url(../site_imgs/design/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
}
#header {
	height: 167px;
	width: 980px;
}
#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
#wrapper #navBar {
	height: 40px;
	width: 980px;
	background-image: url(../site_imgs/design/sprite.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#nav {
	list-style: none;
}
#nav li{
	float: left;
}
#nav li a {
	height: 40px;
	width: 128px;
	display: block;
	float: left;
	background: url(../site_imgs/design/sprite2.png) no-repeat;
}
#nav li .home {
	background-position: 0 top;
}
#nav li .expos {
	background-position: -128px top;
}
#nav li .eventos {
	background-position: -256px top;
}
#nav li .contratacion {
	background-position: -384px top;
}
#nav li .contacto {
	background-position: -512px top;
}
#nav li .vivo  {
	background-position: -640px top;
}
#nav .vivo {
	height: 40px;
	width: 128px;
	display: block;
	float: left;
	background: url(../site_imgs/design/sprite2.png) no-repeat;
	background-position: -640px top;
}
#nav li .home:hover {
	background-position: 0 bottom;
}
#nav li .expos:hover {
	background-position: -128px bottom;
}
#nav li .eventos:hover {
	background-position: -256px bottom;
}
#nav li .contratacion:hover {
	background-position: -384px bottom;
}
#nav li .contacto:hover {
	background-position: -512px bottom;
}
#nav li .vivo:hover  {
	background-position: -640px bottom;
}
#navBar #searchBar {
	padding-top: 11px;
	padding-left: 10px;
}
.searchInput {
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	margin-left: 10px;
	width: 165px;
	outline: 0;
}
.srchBtn {
	margin-left: 5px;
	background: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 20px;
	cursor: pointer;
}
#expos {
	list-style: none;
	width: 980px;
	margin-top: 10px;
	position: relative;
}
#expos #tutorial {
	position: absolute;
	height: 160px;
	width: 250px;
	left: 18px;
	top: 16px;
}
#wrapper .evPasados {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#expos li .dos {
	background-image: url(../site_imgs/banners/02.jpg);
	height: 270px;
	width: 980px;
	display: block;
	
}
#expos li .tres {
	background-image: url(../site_imgs/banners/03.jpg);
	height: 270px;
	width: 980px;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
#vertical_slide {
	padding: 10px;
	margin-bottom: 20px;
}
#socialNet {
	height: 55px;
	width: 820px;
	clear: left;
	background-image: url(../site_imgs/design/social_net.jpg);
	margin-bottom: 20px;
	padding-left: 160px;
}
#socialNet img {
	margin-top: 14px;
	margin-right: 15px;
}
#footer {
	margin-bottom: 20px;
	width: 980px;
}
#footer h6{
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	text-align: center;
}
#footer h6 a {
	text-decoration: none;
	color: #333;
}
#eventos {
	width: 600px;
}
.prox {
}
.headimg {
	margin-top: 20px;
}
#divboletin {
	float: right;
	margin-top: 19px;
}

#boletin {
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: 0;
	width: 165px;
}

#boletinsub {
	background: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 20px;
	cursor: pointer;
	margin-right: 20px;
}
#wrapper #footer table tr td h6 a {
	text-align: center;
}
.encabezado7 {
	text-align: center;
}
#busquedainicio {
	background: #FFF url(../site_imgs/design/bgbuscador.png) center top;
	height: 455px;
	width: 980px;
	border: 1px solid #999;
	margin-top: 10px;
	margin-bottom: 10px;
}

#busquedainicio #expo{
    position: relative;
    top: 251px;
    left: 453px;
    width: 196px;
    height: 15px;
    border: none;
    
}
#busquedainicio #expositor{
    position: relative;
    top: 297px;
    left: 254px;
    width: 196px;
    height: 15px;
    border: none;
    
}

#busquedainicio #categoria{
    position: relative;
    top: 347px;
    left: 53px;
    width: 196px;
    height: 15px;
    border: none;
        
}

#busquedainicio #boton{
        position: relative;
        top:392px;
        left: -180px;
        width: 140px;
        height: 25px;
	background:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
	cursor: pointer;

}
#expoResultado{
    background: #FFF;
    
}
#expoResultado #resultadoss{
    padding-top: 35px;
    margin-left: 90px;
    margin-right: 90px;
    font-family: verdana;
    color: #666666;
}
.busquedaEncabezado{

font-size: 16px;
font-weight: bold;
}

.result_link{
    color : #FFB31F;
    cursor: pointer;
    font-size : 16px;
    font-weight: bold;
    text-decoration: underline;    	
}
.result_link a{
    color:#FFB31F;  
}
.result_footer{
    color:#c6c2c2;
   font-size : 12px;
   font-weight: normal;
}
.paginaActiva{
    color: #666666;
    font-size: 16px;
    font-weight: bold;
}
.paginaLink{
    color: #FFB31F;
    font-size: 16px;
    cursor: pointer;
    text-decoration: underline;
}
#resultadoFooter{
    text-align: center;
    
}
#resultFooter_Content{
    text-align: center;
    margin: 0 auto 20px auto;

}
.number{
    text-decoration: none;
}


.formaContactoExpo{
    font-family: "Trebuchet MS",Gevana,Verdana;
    font-size: 12px;
    margin-left: 170px;
    font-weight: bold;
}
.formaContactoExpo input[type=text],.formaContactoExpo textarea{
    font-family: "Trebuchet MS",Gevana,Verdana;
    font-size: 12px;
    margin: 3px;
    font-weight: normal;
    width: 170px;
    height: 20px;
    border: 1px solid #999;
}
.formaContactoExpo textarea{
    height: 60px;
}

#header #new-social img {
	height: 180px;
	width: 64px;
	position: absolute;
	left: -64px;
	top: 178px;
}
#header #expos-v2
{
	position:absolute;
	width: 108px;
	left: 498px;
	top: 130px;
	z-index: 100;
	display:none;
}
#header #expos-v2 a
{
	width: 98px;
	display:block;
	background: #333;
	font: 10px/20px Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
	padding-left: 10px;
}
#header #expos-v2 a:hover
{
	background: #666;
}
#busca-expos
{
	width:1000px;
	padding: 0 30px;
	background: url(../site_imgs/design/busca-expos.png);
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -530px;
	z-index: 500;
}
#busca-expos a
{
	width:247px;
	display:block;
	float:left;
	padding-top: 5px;
	padding-bottom: 5px;
	font: 12px Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
}
#busca-expos a:hover
{
	text-decoration:underline;
}
#pin
{
	width:100%;
	clear:left;
	text-align: center;
	padding-top:10px;
}
#pin a
{
	color:#C00;
	width:100%;
	height:20px;
	display:block;
	background: #000;
}

#divboletin2 {
	position:absolute;
	top: 48px;
	right:5px;
}

#boletin2 {
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: 0;
	width: 165px;
}

#boletinsub2 {
	background: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 20px;
	cursor: pointer;
	margin-right: 20px;
}
