/*	background:url(img/pagina/fondocontenido.jpg) bottom right ;*/
body {
	background-color:#fff;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 750px;
}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
}


/********************** Header ***************************/
#header {
	margin: 10px 0px 0px 0px;
	background-image:url(img/pagina/header.jpg);
	width:750px;
	height:180px;
	position:relative;
}
#header ul{
	background-color:#16699A;
	width: 100%;
	border-top: 3px solid #FFFFFF;
	border-bottom: 3px solid #FFFFFF;
	display:block;
	top:180px;
	position:absolute;
	height:22px;
	text-align:center;
	padding-left:12px;
	 background: repeat-y url(img/pagina/contenido.gif) ;
}/*
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}
#header ul a:hover{
	font-weight:bold;
	color: #16699A;
}*/
#logo_w1,#logo_w2 {
	font-size: 24px;
	color:#FFFFFF;
	position:absolute;
	text-align:center;
	left: 21px;
	top: 126px;
	width: 75px;
}
#logo_w1 img{
	width:auto;
	height:auto;
	border:0px;
	margin:0px;
}
#logo_w2{
	font-size:16px;
	text-align:left;
}


#header_text {
	top:70px;
	left:130px;
	width:396px;
	position:absolute;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}


/********************** Content ***************************/

#content {
	background-image:url(img/pagina/contenido.gif) ;
	width:750px;
	margin-top: 20px;
}
img{
	margin :3px;
	border: 1px #003366 thick;
	padding-right:10px;
	/*width: 90px;*/
	/*height: 70px;*/
}

h1{
	color:#000000;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#85a157;
	font-size:14px;
	text-align:center;
	width:200px;
	margin: 10px 0px 15px 0px;
}
#left {
	
	float:left;
	width:428px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
#left a{color:#28556b;}
#left a:hover{color:#c77e0c;}
#right {
	float:right;
	width:210px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	border-left: #FFF 2px solid;
}
#right a{
	color:#c77e0c;
}
#right a:hover{
	color:#85a157;
}
/********************** Footer ***************************/
#footerline {
	clear:both;
	background-image:url(img/pagina/piepagina.gif);
	font-size:1px;
	height:50px;
}
#footer {
	width:750px;
	text-align:center;
	padding: 20px 0px;
}



/*
	Menu Horizontal
*/
#menuh {
	margin-top: 0px;
}

#menuh ul, li {
	list-style-type: none;
}


#menuh li {
	float: left;
}

#menuh a {
	/*color: #D2F2FF;*/
	display: block;
	text-align: center;
	text-decoration:none;
	padding: 2px 10px 10px 10px ;
}

#menuh a#active {
	color: #16699A; 
	background: #fff; 

}

#menuh a:hover {
	background: #fff;/*#A7D1E7;*/
	color:#28556b;
	
}/*
.active {
	color: #16699A; 
	background: #fff; 
}	*/




#expositores{
	text-align: justify;
}
#expositores table{
	border: 0px;
	margin-bottom: 30px;
}
#expositores tr, td{
	padding: 5px;
}
#expositores img{
	margin: 0px 15px 15px 0px;
	float:left;
	width:200px;
	height:auto;
}
#expositores .nombre_expositor{
	color:#000000;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}
#expositores .pie ,.nombre_expositor{
	font-weight:bold;
}

#cuerpo {
	float:left;
	width:688px;
	margin-left:27px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
.programa{
	text-align:center;
	padding: 20px;
}
.programa table { 
	border-collapse:collapse;
	width:650px;
	background-color:#CEE7FF;
}
.programa th{
	font-weight:normal;
}
.programa td, .tabla_stats td{
	border:solid 1px;
	font-weight:bold;
	border-spacing:0px;
	margin:0px;
	border-color: #B7131C;
}
.programa em{
	font-weight: normal;
}

input[type="text"]{
	border: #ddd solid 1px;
}
.bloque_horario{
	background-color:#FFDDBB;
	width:150px;
}
.salon2{
	background-color:#FFCCCC;
	width:250px;
}
.salon1{
	background-color:#CFE0CF;
	width:250px;
}
.titulo_programa{
	background-color:#9BCDFF;
}

.tabla_stats{
	padding: 20px;
}
.tabla_stats table { 
	border-collapse:collapse;
	width:250px;
}