/*************************************/
/*      ESTRUCTURA GENERAL           */
/*************************************/
	body {
		margin: auto;
		padding:0;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 0.8em;
		color: #333333;
		background-color: #E8C24D;
/*		background-image:url(../images/fondo_degrada.jpg);
		background-repeat:repeat-x;*/
		border: #EB7300;
	}

	#contenedor
	{
		margin: auto;
		margin-top: 1em;
		margin-bottom: 1em;
		background-color: #FFFFFF;/* #99CCFF;*/
		width: 59.4em;/*760px;*/
		border: 1px solid;
	}

	#cabecera
	{
/*		margin: 0;
		padding: 0;*/
		text-align: justify;
		overflow: hidden;
		background-color: #FFFFFF;
		height: auto !important; /* para los browsers buenos */
		height: 11.75em; 
		min-height: 8em;
/*		border: 1px solid;*/
	}

	#cuerpo
	{
		text-align: justify;
		padding: 0;
		overflow: visible;
		border-top: 1px solid;
		border-bottom: 1px solid;
		background-color: #E8C24D;
		background-image:url(../images/fondo_degrada.jpg);
		background-repeat:repeat-x;
	}
	
	#contenido
	{
		padding: 1em 2em 1em 2em;
		margin-left: 11.65em;
		border-left: 1px solid #663300;
		background-color:#FFFFFF;
/*		height: auto !important; /* para los browsers buenos */
/*		height: 25em; 
		min-height: 25em;*/
	}

	#pie
	{
		font-size: 0.85em;
		margin: 0;
		background-color: #FFFFFF;
		color: #999999;
		padding: 0.3em 1em 0.3em 1em;
		clear:both;
		line-height: 1.3em;
	}
	#pie a {	color:  #999999;	text-decoration:underline; }
	#pie a:hover { text-decoration:none;	}

	img { border: none; }
	strong { color: #883B13}

	acronym { border-bottom: none; }

	a {	text-decoration: underline;	color: #000099;	}
	a:hover {outline: none; text-decoration: none;}

	li { margin: 0.5em 0 0.5em 0; }



	.derecha 	{ text-align: right; }
	.centrado 	{ text-align:center; }
	.mayusculas { text-transform: uppercase }
	.capitalize { text-transform: capitalize }
	.float_left { float: left }
	.vertical_middle	{	vertical-align: middle	}
	.float_clear { clear: both }
	
/*************************************/
/*      MENUS                         */
/*************************************/

	#menu
	{
		float: left;
		text-align: left;
		font-size: 0.89em;
		margin:0;
		padding:0;
		width:13em;
	}

	#menu ul 	{ margin:0;	padding: 0; list-style-type: none; 		text-transform: uppercase;}
	#menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-transform:uppercase;
	}

	#menu li {	margin: 0;	}

	#menu a {
		display:block;
		padding: 0.5em 0.5em 0.5em 0.5em ;
		text-decoration:none;
		color:#000000;
		background-color:#E8C24D;
		background-image: url(../images/menu_degrada.jpg);
		background-position:bottom;
		background-repeat: repeat-x;
		/*border-left: 10px solid #666666;  //Agrego un borde ancho a la izquierda*/
		width: 12em;
	}

	#menu a:hover {
		color: #FFFFFF;
		background-color:#3A8D00;
		background-image: url(../images/menu_degrada_r.jpg);
		background-position:bottom;
		background-repeat: repeat-x;
		/*border-left-color:#99CC00; //Luego le cambio el color al borde en el evento hover.*/
	}

	#menu_seccion { margin: 0 0 1em 0; font-size: 0.89em; }
	
	#menu_seccion ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-transform:uppercase;
	}
	
	#menu_seccion li {
		float: left;
		margin: 0;
		padding: 0.6em 0 0.6em 0;
	}
	
	#menu_seccion a {
		text-decoration: none;
		color: #000000;
		background-color: #E8C24D;
		background-image: url(../images/menu_degrada.jpg);
		background-position:bottom;
		background-repeat: repeat-x;
		padding: 0.5em 0.5em 0.5em 0.5em;
		text-align: center;
		border: 1px solid #663300;
		border-width: 1px 1px 1px 0;
	}
	
	#menu_seccion a#primero { border-left: 1px solid #663300; }
	
	#menu_seccion a:hover 
	{
		color: #FFFFFF;
		background: #3A8D00;
		background-image: url(../images/menu_degrada_r.jpg);
		background-position:bottom;
		background-repeat: repeat-x;
	}

	#menu a#plazo_ampliado
	{
		border: 0;
		background: none;
		text-align:center;
		/*color:#FFFFFF;*/
		margin: 0 1em 0 1em;
		padding: 0;
		width: 10em;
	}

	#menu a#ultima_hora:hover, a#plazo_ampliado:hover
	{
		/*background-color:#FFFFFF;*/
	}

/*      FIN MENUS                    */

/*************************************/
/*      OTROS                        */
/*************************************/
	h1 {
		color: #EB7300;
		font-size: 1.5em;
		padding: 0;
		margin: 0 0 1em 0;
		text-transform: uppercase;
		border-bottom: 1px solid ; /* si no pones color coge el del texto*/
	}
	
	h2 {
		color:#000000;
		font-size: 1.2em;
		padding: 0.5em 0 0 0;
		margin: 0;
		text-transform: uppercase;
	}
	h3 { font-size: 1.1em;	}

	p {margin-top: 0.5em; line-height: 1.3em}

	hr 
	{ 
		border-bottom: 0 solid #EB7300;
		height: 1px;
		color: #EB7300; /* para IE */
		background-color: #EB7300; /* para firefox */
		width: 100%;
		margin: 0.5em 0 1em 0;
	}
	
	#creadopor
	{
		text-align: right; 
		margin-left: 36em;
		font-size: 0.8em; 
		padding-top: 0.5em;
		color: #999999;
	}
	#creadopor a {	color:  #999999;	text-decoration:none; }
	#creadopor a:hover { text-decoration:underline;	}


/*** FORMULARIOS ****/
	input, textarea, select 
	{
		font-size: 0.9em;
		/*margin-top: 1em;*/
		color: #333333;
		border: 1px solid #7FBDEC;
		/*width: 99%;*/
		padding: 0.2em;
	}
	
	input:focus, textarea:focus 
	{
		background: #E1FBFB ;
		border: 1px solid #7FBDEC;
	}  

	input[type="checkbox"]
	{
		/*background-color: red;
		border: 2px solid blue;
		color: yellow;
		*/
	}
		
	input [type="reset"], input [type="button"]
	{
		background-color: #A1CFF1;
		border: 1px solid  #7FBDEC;
		width: 5em;
	}

	input [type="reset"]:hover, input [type="button"]:hover
	{
		background-color: #000066;
		color: #FFFFFF;
	}

	select 	{	width: 11em; padding: 0.1em 0 0.1em 0 ;  }

	.input_campo {width: 12em; margin: 0 1em 0 0}
	.input_campo_url {width: 27em; margin: 0 1em 0 0.5em}
	.input_campo_medio {width: 20em; margin: 0 1em 0 0}
	.input_campo_largo {width: 43.5em; margin: 0 1em 0 0}
	.select_campo {width: 13em; margin: 0 1em 0 0}
	.select_campo_peq {width: 5em; margin: 0 1em 0 0}
	.select_campo_medio {width: 21em; margin: 0 1em 0 0}
	.select_campo_largo {width: 44em; margin: 0 1em 0 0; }
	.select_campo_numerico {width: 3.5em; margin: 0 0 0 0;}
	.select_campo_fecha {width: 7.5em; margin: 0 0 0 0; }

	option 	{ margin: 0.5em 0 0.3em 0em; margin:0}
	option:hover 	{ margin: 0.5em 0 0.3em 0em; margin:0; }

	.textarea_campo {
		width: 45.1em; margin: 0 1em 0 0; vertical-align: top; font-size: 0.85em;
		font-family: Geneva, Arial, Helvetica, sans-serif;
	}
	.input_campo_fichero 
	{
		width: 30.5em; 
		margin: 0 1em 0 0;
	}

	label 
	{
		display:block;
		font-weight:bold;
		margin-top: 0.5em;
	} 
	
	label.destacado
	{
		color: #FF0000;
		margin: 0.5em 0 0.5em 0;
	}

	label.obligatorio {color: #FF0000;}

	.destacado {color: #4D4D4D; font-weight: bold}

	.texto_normal
	{
		color:  #333333;
		font-weight: normal;
	}

	.apartado_form
	{ 
		font-weight:bold;
		margin: 1em 0 1em 0;
		padding: 0 0 0.5em 0;
		border-bottom: 1px solid  #EB7300;
		color: #EB7300;
	}

	.apartado_form_dos
	{ 
		clear: both;
		font-weight:bold;
		margin: 1em 0 1em 0;
		padding: 2em 0 0.5em 0;
		border-bottom: 1px solid  #EB7300;
		color: #EB7300;
	}

	.fichero_adjunto
	{
		clear:both;
		padding: 0.3em 0.5em 0 1em;
	}
	
/*** FIN FORMULARIOS ****/

	#errores
	{
		margin: 1em 0 1em 0;
		display: none;
/*		color: #FF0000; */
	}
	#errores strong	{	color: #FF0000;	}

	.error { color:#FF0000; }

	.columnas
	{
		float: left;
/*		width: 47%;*/
		padding: 0 0.5em 0 1em;
	}

	.sincolumnas { clear: both;}

	.leeme
	{
		font-size: 0.85em;
	}
	
	/** HOTELES y BOLETIN ALOJAMIENTO ********************************/
		.hotel {width: 99%; border:1px solid #0099CC; margin-left:1px; padding:0.5em}
		.hotel_th_nombre {width:35%; padding:0.4em; border-bottom: 1px solid #999999;}
		.hotel_th_direccion {width:35%; padding:0.2em; border-bottom: 1px solid #999999;}
		.hotel_th_precios {width:15%; padding:0.2em; border-bottom: 1px solid #999999;text-align:left;}
		.hotel_th {width:25%; padding:0.2em; border-bottom: 1px solid #999999;}
		.hotel_th_center {width:25%; padding:0.2em; border-bottom: 1px solid #999999;text-align:center;}
		.hotel_td {padding:0.2em 0.2em 0.2em 0.5em ;}
		.hotel_td_center {padding:0.2em; text-align:center;}
		
		#num_noches
		{
			text-align: center; 
			font-weight:bold;
			color: #FFFFFF;
			background-color: #006699;
			padding: 0.1em 0.1em 0.1em 0.1em ;
			width:5em;
		}
	
		.error_num_noches
		{
			background-color: #FF0000;
			padding: 0 2.15em 0 2.2em;
		}
	
		#precio_hab
		{
			text-align: center; 
			font-weight:bold;
			color: #006699;
			padding: 0.1em 0.1em 0.1em 0.1em ;
		}
		
		#precio_total
		{
			text-align: center; 
			font-weight:bold;
			color: #FFFFFF;
			background-color: #006699;
			padding: 0.1em 0.1em 0.1em 0.1em ;
			width:5em;
		}
		
		.error_precio_total
		{
			background-color: #FF0000;
			padding: 0 2.15em 0 2.2em;
		}

		#listado_hoteles				{	margin-bottom: 1em; 							}
		#listado_hoteles p				{	margin: 0.2em 0 0.2em 0;						}
		.listado_hoteles_imagen_nombre 	{	float:left; width:20em; vertical-align:middle;	}
		.listado_hoteles_direccion	 	{	padding:0.4em 0 0.4em 0;						}
		#listado_hoteles img
		{
			vertical-align:middle;
			margin-bottom: 0.2em;
			/*behavior: url(include/jscripts/iepngfix.htc); /*este include se utiliza para evitar el problema de la transparencia de los .png en IE6 e inferiores*/

 		}
	/** FIN HOTELES y BOLETIN ALOJAMIENTO ********************************/
	
	/********************************************************************/
	/*******                      TABLAS                          *******/
	/********************************************************************/
	/* roScripts
	Table Design by Mihalcea Romeo
	www.roscripts.com
	----------------------------------------------- */
		table {
				border-collapse:collapse;
		/*		background:#EFF4FB url(../images/admin/fondo_tablas.gif) repeat-x;*/
				background: #ffffff;
				border-left:1px solid #686868;
				border-right:1px solid #686868;
		/*		font:0.9em/145% 'Trebuchet MS',helvetica,arial,verdana;*/
				font-size: 8pt;
				color: #333;
				text-align: left;
		}
		
		td, th {
				padding:5px;		
		}
		
		caption {
				padding: 0 0 .5em 0;
				text-align: left;
				font-size: 1.4em;
				font-weight: bold;
				text-transform: uppercase;
				color: #333;
				background: transparent;
		}
		
		
		/* =links
		----------------------------------------------- */
		
		table a {
				color: #0082A6;
				text-decoration:none;
		}
		
		table a:link {}
		
		table a:visited {
				font-weight:normal;
				/*color:#666;*/
				/*text-decoration: line-through;*/
		}
		
		table a:hover {
			/*	border-bottom: 1px dashed #bbb;*/
		}
		
		/* =head =foot
		----------------------------------------------- */
		
		thead th, tfoot th, tfoot td {
				background:#515151 url(../images/admin/cabecera_tabla.gif) repeat-x;
				color:#fff
		}
		
		tfoot td {
				text-align:right
		}
		
		/* =body
		----------------------------------------------- */
		
		tbody th, tbody td {
				border-bottom: dotted 1px #333;
		}
		
		tbody th {
				white-space: nowrap;
		}
		
		tbody th a {
				color: #333;
		}
		
		.odd {}
		
		tbody tr:hover {
		/*		background: #ffffff; */
				background:#EFF4FB url(../images/admin/fondo_tablas.gif) repeat-x;
		}
	/*** FIN TABLAS *****************************************************/

	#transporte strong {color:#000000}
	#transporte .tipo {color: #000000; font-weight: bold; font-size: 1.2em;}
	#transporte .destino {color: #883B13; font-weight: bold;}
	#transporte .texto {margin-left: 4em}	
	

	/*** LISTADOS EMPRESAS PLANO  Y EXPOSITORES **************************************************/
		#contratos_expositores 	{ margin-bottom:6em; }
		#contratos_expositores li	{ margin-bottom:1em; }

		.listado_empresas_plano
		{
			margin: 0 2.5em 3em 2.5em; 
			font-weight: bold;
		}
		
		.listado_stands
		{
			float: left;
			width: 32%;
			height: 2.3em;
		/*	padding: 0.5em 0 0.5em 0.4em;*/
			padding: 0.6em 0 0.4em 0.5em;
			border-bottom: 1px #999999 solid;
			/*background-color: #000000;*/
			margin: 0.1em 0.1em 0 0;
			text-align: left;
			font-size: 0.8em;
			font-weight: bold;
			color:#000000;
		}
	/*** FIN LISTADOS EMPRESAS PLANO  Y EXPOSITORES **********************************************/

	/**** LOGOS COLABORADORES ****/
		#logos_colaboradores {}
		#logos_colaboradores div {float: left; width: 33%; text-align:center;
		}
		#logos_colaboradores table { background-color:#FFFFFF; border: none}
		#logos_colaboradores table a:hover { border: none;}
		#logos_colaboradores table:hover { background-color: #FFFF00; border:none	}
		#logos_colaboradores td  { height:10em; border: none; text-align:center}
		#logos_colaboradores tr:hover  { background: #FFFFFF;  }
	/**** FIN LOGOS COLABORADORES ****/

	/**** PROGRAMAS ****/
/*		.programa_hora		{	padding-left:1em; font-weight:bold; }	
		.programa_parrafo	{	padding-left:4em		}
*/
		.programa_hora		{ 	padding: 0 0.7em 0 0.5em; float:left; height: 1.7em;}	
		.programa_parrafo	{ 	margin: 0.2em 0 0.8em 3.7em;}	
		.programa_hora_cont { 	padding-bottom: 0.5em;}
		.programa_dia 		{ 	color: #883B13; margin: 0 0 1em 0; font-weight: bold}	/* #996600 */	
		.programa_titulos 	{ 	color: #333333; padding-bottom: 0.5em; font-weight: bold}	
		.programa_ponentes 	{ 	color: #333333;}
		.programa_ponentes strong	{ color: #EB7300;}
		.programa_modera 	{ 	color: #333333; margin-left: 4em}
		.programa_modera strong	{ color: #EB7300;}
		.programa_destacado { color: #333333;}
		.programa_destacado strong { color: #EB7300;}
	/**** FIN PROGRAMAS ****/


	#comites h2 {color: #016295}
	#comites strong {color: #B4003A}
	#map /* capa donde se muestra el mapa de google */
	{
		width: 99%; 
		height: 25em; 
		margin-bottom: 1em;
		background-color: #FFFFFF;
	}
	
	.reconocimiento
	{
		margin:2em 0 0 1em; background-color:#FFFFFF; text-align:left; width: 90%
	}
	/**** ESQUINAS REDONDEADAS ****/
		b.rtop, b.rbottom, b.rtop2,b.rbottom2 {display:block}
		b.rtop {background: #A8D5EC}
		b.rbottom {background: #BFE0F3}
		b.rtop2 {background: #CDE7F4}
		b.rbottom2 {background: #E8F3F9}
		b.rtop b, b.rbottom b, b.rtop2 b, b.rbottom2 b {display:block;height: 1px;
			overflow: hidden; background: #FFFFFF}
		b.r1 {margin: 0 5px}
		b.r2 {margin: 0 3px}
		b.r3 {margin: 0 2px}
		b.rtop b.r4, b.rbottom b.r4, b.rtop2 b.r4, b.rbottom2 b.r4  {margin: 0 1px;height: 2px}
	/**** FIN ESQUINAS REDONDEADAS ****/

/*	#boletines { width:90% overflow:hidden; background-color:#CCCCCC}*/
	form {overflow:hidden;}
	form hr 
	{
/*		border-bottom: 0 solid #000000;*/
		border: 0;
		height: 1px;
		color: #FF0000; /* para IE */
		background-color: #FF0000; /* para firefox */
		width: 70%;
		margin: 0.5em 0 0.5em 0;
	}

	.texto_normal
	{
		color:  #333333;
		font-weight: normal;
	}

	#presentacion p {text-indent: 3em }
	
	#galeria 
	{
		width: 99%;
		overflow:hidden;
	}
	
	#galeria a { text-decoration:none; color:#EB7300;}
	#galeria a:hover { color: #982B72}

	#galeria ul { color:#982B72;}