@charset "utf-8";
/* CSS Document */

body{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}

#container{
	width: 1000px;
	min-height: 1000px;
	height: auto !important;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#fondo{
	width: 950px;
	min-height: 1000px;
	height: auto !important;
	height: 500px;
	background-color:#590000;	
	border: 1px solid #FFF;
	margin-top: -200px;
	background-image: url(images/fondo.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#top{
	width: 913px;
	height: 250px;
	padding-top: -10px;	
}

#topLogo{
	width: 324px;
	height: 214px;
	float: left;
}

#siguenos{
	width: 589px;
	height: 134px;
	margin-top: 70px;
	float: left;
	background-image: url(images/siguenos.png);
}

#fbtw{
	width: 150px;
	height: 50px;
	float: left;
	margin-top: 20px;
	margin-left: 400px;		
}

#menuContent{
	width: 589px;
	height: 45px;
	float: left;

}

#menu{
	width: 	140px;
	height: 45px;
	float: left;
	margin-left: 5px;
	background-repeat: no-repeat;
}

#content{
	width: 950px;
	min-height: 200px;
	height: auto !important;
	height: 600px;
	margin-top: 250px;
}

#contenido{
	width: 950px;
	min-height: 500px;
	height: auto !important;
	height: 100px;
}

#left{
	width: 620px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	float: left;	
}

#right{
	width: 330px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	float: left;
}

#bottom{
	width: 593px;
	height:13px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -50px;
	background-image: url(images/bottom.png);
	bottom: 0px;	
}

#horario{
	width: 699px;
	height: 579px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#bannerc{
	width: 526px;
	height: 270px;
	margin-left: 50px;	
	float: left;
	background-image: url(images/contactanos.png);
}

#banner{
	width: 570px;
	height: 300px;
	margin-left: 50px;
	position: relative;
	float: left;
}

#banner IMG{
	position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#banner IMG.active {
    z-index:10;
}

#banner IMG.last-active {
    z-index:9;
}

#infoexp{
	width: 570px;
	min-height: 300px;
	height: auto !important;
	height: 400px;
	margin-left: 50px;	
	float: left;
	background-image: url(images/conferencista.png);
	background-repeat: no-repeat;
}

#patrocinadores{
	width: 266px;
	height: 510px;
	float: left;
	margin-left: 20px;
	padding-top: 37px;
	padding-left: 10px;
	background-image: url(images/patrocinadores.png);	
}

#boxClear{
	clear: both;	
}

#blank{
	width: 100%;
	height: 100px;
	float: left;
}

#contentExp{
	width: 100%;
	height: 110px;
	float: left;	
}

#imagen1{
	width: 110px;
	height: 110px;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
}

#descripcion1{
	width: 370px;
	height: 70px;
	float: left;
	margin-top: 30px;
	margin-left: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}

#imagen2{
	width: 110px;
	height: 110px;
	float: left;
	margin-top: 20px;
	margin-left: 25px;
}

#descripcion2{
	width: 370px;
	height: 70px;
	float: left;
	margin-top: 45px;
	margin-left: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.banner_Sel{
	background-image: url(images/contactanos.png);
	background-repeat:no-repeat;
}
.banner_Sel:hover{
	background-image: url(images/contactanos_hover.png);	
}

a{
  text-decoration: none;
}
