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

body{
	font-family:Verdana, Geneva, sans-serif;
	margin:0;
}
p{
	font-size:12px;
	color: #000;
	line-height: 18px;
}
img{
	border:0;
}
#warp{
	margin:auto;
	width:775px;
	background-image: url(img/filo.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#back_pie{
	background-image:url(img/boot.jpg);
	width:776px;
	height:31px;
	background-repeat: no-repeat;
	background-position: -1px -1px;
}
#cab_banner{
	background-color:#FFF;
	margin: 0;
	padding: 0;
}
#warpconten{
	padding: 0 8px;
}
/*============= MENU ==============*/
#menu_top{
	background-image: url(img/back_menu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 33px;
	padding-top: 28px;
}
/*#menu_top ul, li{
	margin:0;
	list-style:none;
}
.menu{
  overflow:hidden;
}
.menu a {
  display:block;
  border:none;
  background-position:left top;
  background-repeat:no-repeat;
width:113px;
  height:38px;
  overflow:hidden;
}
.menu a:hover { background-position: 0 -53px; text-decoration: none; }
.menu .alt { display:none; }
.menu a#resumen {
	background-image: url(img/menu/resumen.jpg);
	float: left;
	width: 101px;
}
.menu a#evento {
	background-image: url(img/menu/evento.jpg);
	float: left;
	width: 110px;
}
.menu a#expositores {
	background-image: url(img/menu/expositores.jpg);
	float: left;
	width: 112px;
}*/
.men, .men ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5;
}

.men li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.men li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the men */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.men li li {
	float: none;/* items of the nested mens are kept on separate lines */
}

.men ul {
	visibility: hidden;	/* initially hide all submens. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

.men li:hover>ul {
	visibility: visible;	/* display submen them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.men li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.men:after, .men ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.men, .men ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submen --
	it should not disappear when your mouse moves a bit outside the submen
	YOU SHOULD NOT STYLE the background of the ".men UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.men ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.men ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submen.END -- */






/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.men, .men ul li {
	color: #eee;
	background-color: #99C2F0;
}

.men ul {
	width: 11em;
}

.men a {
	text-decoration: none;
	color: #eee;
	padding: .4em 1em;
	display: block;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

.men a:hover, .men li:hover>a {
	color: #fc3;
	background-color: #099CE3;
}

.men li li {	/* create borders around each item */
	border: 1px solid #ccc;
}
.men ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
	
}

.men li li:hover>ul {	/* inset 2nd+ submens, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main men:", and for "xx submen" items in ADxMenu
	placed here to clarify the terminology I use when referencing submens in posts */
/*.men>li:first-child>a, .men li + li + li li:first-child>a {
	color: #fff;
	background-color: #099CE3;
}*/
.linkactivo{
	color: #fff;
	background-color: #099CE3;
}
/*============= FIN MENU ==============*/
/*============= RESUMEN =============*/
#contenido_resum{
	margin:0;
	padding: 20px;
}
#contenido_resum h1{
	font-size:14px;
	font-weight: bold;
	color: #F90;
}
#contenido_resum ul{
	font-size:12px;
	line-height: 20px;
}
#contenido_resum li{
	list-style-image: url(img/chek.jpg);	
}
/*============= FIN RESUMEN =============*/
/*============= EVENTO =============*/
#contenido_event{
	margin:0;
	padding: 20px;
}
#contenido_event h1{
	font-size:12px;
	font-weight: bold;
	color: #C00;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}
#contenido_event h1 strong{
	font-size:12px;
	font-weight: bold;
	color: #000;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}
#contenido_event ul{
	font-size:12px;
	line-height: 20px;
}
#contenido_event li{
	list-style-image: url(img/chek.jpg);	
}
#nomb_seccion{
	background-image:url(img/back_evento.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 44px;
	padding-top: 18px;
}
#nomb_seccion h1{
	margin:0;
	font-size:14px;
	color:#009DE1;
	font-weight: bold;
	text-align: left;
}
#fotos{
	margin:0;
	overflow: hidden;
}
#fotos .foto{
	margin:0;
	width: 204px;
	overflow: hidden;
	float: left;
}
.evenfecha{
	margin:0;
	width: 174px;
	overflow: hidden;
	padding: 0 15px;
}
.evento{
	font-size:12px;
	color:#000;
	float:left;
	font-weight: bold;
}
.fecha{
	font-size:10px;
	color:#F90;
	float:right;
}
#fotos img{
	display:block;
	padding:3px 10px;
}
/*============= FIN EVENTO =============*/
/*============ EXPOSITORES =============*/
#contenido_expo{
	margin:0;
	padding: 20px;
}
#contenido_expo h1{
	font-size:14px;
	font-weight: bold;
	color: #009DE1;
}
#nomb_expo{
	background-image:url(img/nomb_expo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}
#nomb_expo h1{
	padding:6px;
	margin:0;
	font-size:14px;
	color:#FFF;
	font-weight: bold;
	text-transform: uppercase;
}
#perfil{
	padding:10px 0;
}
#perfil p{
	font-size:12px;
	text-align: justify;
}
#perfil img{
	display:block;
	float:left;
	padding:10px;
}
/*============ FIN EXPOSITORES =============*/

