*, html {
	font-family: Arial;
	/*font-size: 12px;*/
	margin:0px;
	padding:0px;
}
body {
	background-color: #C2CED3;
	font-size: 12px;
}

blockquote {
  width:185px;
  padding:20px;
  margin:20px 0px 0px 70px;
  background-color:#f9f9f9;
  border:1px dotted #ccc;
  float:left;
  text-align:center;
}

img {border:0px;}

.botones {margin:2px 4px 2px 4px;}



#cuerpo p, #cuerpo h1, #cuerpo h2, #cuerpo h3, #cuerpo ul {
	margin:6px 2px;
	text-align:justify;
}
#cuerpo h2 {
	border-bottom: #999 solid 1px;
	font-size:16px;
	color:#333;
	padding: 0px 0px 4px 2px;
}

#cuerpo h3 {
 border-bottom: #999 solid 1px;
 font-size:12px;
 font-weight:bold;
 color:#333;
 padding: 0px 10px 2px 2px;
}



#cuerpo ul {
	padding: 3px 10px;
}
#cuerpo ul li {
	margin: 4px;
}

#wrap {
	width:960px;
	margin:0px auto 10px;
	padding:0px;
	background-color:#FFF;
}
#encabezado {
	width:960px;
	height:128px;
	background: url(imagenes/top.jpg) top left no-repeat;
}
#encabezado h1 strong, #encabezado h2 strong, #titulo h3 strong, #novedades h3 strong, #pie h4 strong {
	display:none;
}
#titulo {
	height: 175px;
	background: url(imagenes/imagen-fondo.jpg) left -120px no-repeat;
	border-top: #478B8A solid 8px;
}
#titulo h3 {
	width:444px;
	height:123px;
	margin: 10px 10px 0px 0px;
	float:right;
	background: url(imagenes/titulo.png) top left no-repeat;
}
#navHorizontal {
	height:27px;
	padding: 7px 0px 0px;
	font-size:12px;
	font-weight:bold;
	background: url(imagenes/fondo-navhorizontal.png) top left repeat-x;
	color:#FFF;
}
#navHorizontal ul {
	margin:0px;
	padding:3px 0px 0px 15px;
	list-style:none;
}
#navHorizontal ul li {
	display: inline;
	padding: 0px 1px 0px 1px;
}

#navHorizontal ul li a:link, #navHorizontal ul li a:visited {
	color:#FFF;
	text-decoration:none;
	padding:0px 5px;
}
#navHorizontal ul li a:hover {
	color:#333;
	text-decoration:none;
	border-bottom: #478B8A solid 2px;	
	padding:0px 5px;
}
#navHorizontal ul li .current {
	color:#FFF;
	text-decoration:none;
	border-bottom: #478B8A solid 2px;	
	padding:0px 5px;
}

#contenidos {
	background: url(imagenes/imagen-fondo-abajo.jpg) bottom left no-repeat;
	padding:15px 5px 10px 10px;
	border-bottom: #478B8A solid 1px;
	min-height:500px;
}

#cuerpo {
	width:630px;
	margin: 0px 20px 0px 0px;
	float:left;
}

#cuerpo table {
  width:100%;
  float:center;
  border-collapse: collapse;
  margin:20px 0px 10px 0px;
  padding:10px 0px 10px 0px;
}

#cuerpo table td{
  padding:20px;
  margin:20px;
  text-align:center;
}

#cuerpo table th {
  background-color:#1b8f96;
  color:#fff;
}

#cuerpo span {
  font-size:10px;
  margin:0px 0px 20px 0px;
}


#tabla-expositores {
  width:100%;
  float:center;
}

#tabla-expositores table {
  border-collapse: collapse;
  margin:2px 0px 2px 0px;
  padding:2px 0px 2px 0px;
}

#tabla-expositores table td {
  text-align:left;
  width:50%;
  margin: 2px;
  padding:2px;
}

#table-expositores table tr {margin:0px; padding:0px;}


#cuerpo-izq {
  width:300px;
  float:left;
  padding:10px 0px 0px 10px;
}

#cuerpo-der {
  width:300px;
  float:right;
  padding:10px 0px 0px 10px;
}



#novedades {
	width:291px;
	float:right;
	border: #c0c0c0 solid 1px;
}

#novedades h3 {
	width:291px;
	height:34px;
	background: url(imagenes/tit-novedades.png) top left no-repeat;
}

#novedades ul {
	list-style: square inside;
	color:#478B8A;
	margin: 10px 15px;
}
#novedades li {
	margin: 5px 0px 9px;
}
#novedades li .titulo {
	color:#000;
	font-size:16px;
	font-weight:bold;
	padding-left:15px;
}
#novedades li .fecha {
	color:#333;
	font-size:16px;
}
#auspiciantes {
	height:92px;
	border-top: #c0c0c0 solid 2px;
	border-bottom: #c0c0c0 solid 2px;
	background: #FFF url(imagenes/solapa-auspician.png) left 12px no-repeat;
	padding: 18px 10px 5px 40px;
}
#pie {
	height:101px;
	background: url(imagenes/pie-mci.png) top left no-repeat;
}
#tblInscripciones {
	width:95%;
	margin:5px auto;
}
#tblInscripciones td {
	text-align:center;
	padding: 5px;
}
