/*- Generales y layout- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#003333;
	background: url(img/fondo.png) repeat-x top left fixed #fff;
	margin:0px;
}

#centrador {
	width:100%;
	text-align:center;
}

#contenedor {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	border:solid 1px #000000;
}

#cabezal {
	background-image:url(img/ICA_Expo.jpg);
	height:244px;
	border-bottom:solid 1px #000000;
}

#contenidos {
	padding: 10px 0 20px 20px;
	height:auto;
}

h1 {
	font-size:16px;
	font-weight:bold;
	color:#006666;
	padding-top:10px;
}

.titulos {
	font-size:14px;
	font-weight:bold;
	color:#333333;
	padding-top:10px;
	padding-bottom:5px;
}


/*- Menu- */

#menu{
	width:778px;
	background-color: #990099;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	height:29px;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	height:28px;
}

#menu li {
	float:left;
	width:111px;
	padding-top:7px;
	padding-bottom:7px;
	text-align:center;
	font-weight:bold;
}

.inicio {
	background-color:#FF0000;
}

.presentacion {
	background-color:#FF9900;
}

.expositor {
	background-color:#FFCC00;
}

.visitante {
	background-color:#00CC00;
}
.prensa {
	background-color:#00CCFF;
}

.apoyo {
	background-color:#009999;
}

.contacto {
	background-color:#990099;
}

#menu li a {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
}

#menu li a:hover {
	color:#000000;
}

/*- Contenidos- */

#derecha {
	float:right;
	width:120px;
	padding: 10px 10px 15px 10px;
}

.titderecha {
	background: #EFEFEF;
	color: #666666;
	text-align:center;
	padding: 1px 0 1px 0;
	margin-bottom: 3px;
}

.destaderechatit {
	background:#990000;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	padding: 2px;
}

.destaderecha {
	background: #FFECFF;
	color: #666666;
	text-align:center;
	padding: 8px 4px;
}

.destaderecha a,visited {
	text-decoration: none;
	color: #333333;
}
	

#rotador {
	float:right;
	width:120px;
	padding: 10px 0 20px 0;
}


#textos {
	float:left;
	padding-top:10px;
	width:620px;
	font-size:12px;
	color:#666666;
	height:auto;
}

#portada {
	float:left;
	width:610px;
	font-size:11px;
	color:#666666;
}


#textos ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#textos li
{
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 15px;
	padding-bottom: 15px;
}

#mitad1 {
	float:left;
	width:290px;
}

#mitad2 {
	float:left;
	width:290px;
	padding-left:18px;
}

/*- Pie- */

#pie {
	clear:both;
	color:#FFFFFF;
	background-color:#324764;
	text-align:center;
	margin-right:20px;
	padding-bottom:10px;
	height:30px;
}

#pie a {
	color:#FFFFFF;
	text-decoration:none;
}

#pie a:hover {
	text-decoration:underline;
}


/*- Submenues- */

#tabs {
      float:left;
	  width:740px;
      font-size:105%;
      line-height:normal;
	  border-bottom:1px solid #24618E;
}

#tabs ul {
	  margin:0;
	  padding:10px 10px 0 0;
	  list-style:none;
}
	  
#tabs li {
      display:inline;
      margin:0;
      padding:0;
}

#tabs a {
      float:left;
      background:url("img/tableft.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
}

#tabs a span {
      float:left;
      display:block;
      background:url("img/tabright.gif") no-repeat right top;
      padding:5px 12px 4px 3px;
      color:#24618E;
}

#tabs a span {float:none;}

#tabs a:hover span {
      color:#FFF;
}

#tabs a:hover {
      background-position:0% -42px;
}

#tabs a:hover span {
      background-position:100% -42px;
}

#tabs a.on {
    background-position:0% -42px;
}

#tabs a span.on {
	color:#FFFFFF;
    background-position:100% -42px;
}

/*- Tablas- */

table {
	margin: auto;
}

table, th, td {
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	text-align:center;
	color: #555;
}

td, th {
	padding: 4px;
}

thead th {
	text-align: center;
	background: #006666;
	color: #FFFFFF;
	font-size: 100%;
}

tbody th {
	font-weight: normal;
}

tbody tr {
	background: #FCFDFE;
}

tbody tr.odd {
	background: #E8E8E8;
}

tfoot th, tfoot td 	{
	font-size: 85%;
}

#apoyos {
	text-align:center;
}

#apoyos table {
	width:90%;
}

#apoyos table, th, td {
	border:0;
	background-color:#FFFFFF;
}

/*- Formularios- */

form {
	padding: 15px;
	background:#F8F8F8;
}

form p {
	height:10px;
}

label {
	float:left;
	text-align:right;
	width:150px;
	margin-right: 10px;
/*	margin-bottom:1px; */
	padding-top:5px;
}

input, textarea { 
/*	margin-left: 160px; */
	width:300px;
	margin-bottom:5px;
}

fieldset {
	border: 1px solid #999;
	width: 500px;
	padding: 20px;
	margin: auto;
}

legend {
	color: #fff;
	padding: 2px 6px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	background: #999;
}

.style20 {
	font-family: arial;
	font-size: 12px;
}

.style36 {
	color: #FFFFFF;
	font-weight: bold;
}
