/* - - - - - - - - - - - - - - - - - - - - -

Título : INTERFISA
Autor : Javier Lobos - PUNTOPY S.A.

Descripción : persona.css

Creado : 30 de abril, 2008

- - - - - - - - - - - - - - - - - - - - - */

/***********************/
/* ATRIBUTOS DE PAGINA */
/***********************/

* {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	margin:0;
	padding:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#2d528b;
	background: url(../gfx/fondo_foro.jpg) repeat-x top #1e3653;
	background-repeat: repeat-x;
}

input, textarea {
	border: 1px solid #2d528b;
}

tr, td {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}

a {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #add1ff;
}


h1 {
	color:#003373;
	font-size:20px;
	font-weight:normal;
	margin:12px 0 20px 0;
	text-align:left;
	background-color: #fff;
}

h2 {
	color:#003373;
	font-size:18px;
	font-weight:normal;
	margin:12px 0 20px 0;
	text-align:left;
	background-color: #fff;
}

#wrap {
	width: 910px;
	margin: 0 auto;
}

/****** TOP ******/

#top {
	width: 910px;
	float: left;
}

#top_logo_menu {
	width: 320px;
	float: left;
}

#top_banner {
	width: 590px;
	float: left;
}

#top_logo {
	width: 261px;
	float: left;
	background-color: #f9f7f7;
	padding: 31px 29px 12px 30px;
}

#top_logo p {
	color: #ffa633;
	padding-top: 27px;
}

#top_botonera {
	width: 289px;
	float: left;
	/*padding: 12px 0 0 30px;*/
	padding: 40px 0 0 30px;
}

#idioma {
	width: 289px;
	float: left;
	/*padding: 10px 0 0 30px;*/
	padding: 10px 0 0 0px;
	text-align: center;
	color: #fff;
}

/*.boton {
	width: 289px;
	height: 30px;
	float: left;
	padding: 0;
	margin-top: 3px;
}

.boton #btn_home {
	width: 289px;
	height: 30px;
	background: url(../gfx/botonera/btn_home.jpg);
	float: left;
}

.boton #btn_home:hover {
	background: url(../gfx/botonera/btn_home.jpg) bottom;
}

.boton #btn_registrarse {
	width: 289px;
	height: 30px;
	background: url(../gfx/botonera/btn_registrarse.jpg);
	float: left;
	margin-top: 5px;
}

.boton #btn_registrarse:hover {
	margin-top: 5px;
	background: url(../gfx/botonera/btn_registrarse.jpg) bottom;
}

.boton #btn_expositores {
	width: 289px;
	height: 30px;
	background: url(../gfx/botonera/btn_expositores.jpg);
	float: left;
	margin-top: 4px;
}

.boton #btn_expositores:hover {
	margin-top: 4px;
	background: url(../gfx/botonera/btn_expositores.jpg) bottom;
}

.boton #btn_miagenda {
	width: 289px;
	height: 30px;
	background: url(../gfx/botonera/btn_miagenda.jpg);
	float: left;
	margin-top: 4px;
}

.boton #btn_miagenda:hover {
	margin-top: 4px;
	background: url(../gfx/botonera/btn_miagenda.jpg) bottom;
}

.boton #btn_noticias {
	width: 289px;
	height: 30px;
	background: url(../gfx/botonera/btn_noticias.jpg);
	float: left;
	margin-top: 3px;
}

.boton #btn_noticias:hover {
	margin-top: 3px;
	background: url(../gfx/botonera/btn_noticias.jpg) bottom;
}

.boton #btn_contactos {
	width: 289px;
	height: 30px;
	background: url(../gfx/botonera/btn_contactos.jpg);
	float: left;
	margin-top: 3px;
}

.boton #btn_contactos:hover {
	margin-top: 3px;
	background: url(../gfx/botonera/btn_contactos.jpg) bottom;
}

.boton #btn_expo_visi {
	width: 289px;
	height: 30px;
	background: url(../gfx/botonera/btn_expositor_visitante.jpg);
	float: left;
	margin-top: 3px;
}

.boton #btn_expo_visi:hover {
	margin-top: 3px;
	background: url(../gfx/botonera/btn_expositor_visitante.jpg) bottom;
}*/

/****** CONTENIDO ******/

#contenido {
	width: 910px;
	float: left;
	padding-top: 20px;
}

#col_1 {
	width: 152px;
	float: left;
	padding-top: 18px;
	color: #fff;
}

#usuario_registrado, #buscador {
	width: 152px;
	float: left;
	padding-bottom: 14px;
}

#usuario_registrado p {
	padding-bottom: 5px;
}

#buscador input, #buscador select {
	border: 1px solid #add1ff;
}

#col_2 {
	/*width: 758px;*/
	width: 734px;
	padding: 0 12px 20px 12px;
	float: left;
	background-color: #ffffff;
}

#col_2_izq {
	width: 351px;
	float: left;
	/*padding: 0 12px 18px 12px;*/
	padding-bottom: 18px;
	background: url(../gfx/fondo_col2_ladoizq_down.jpg) no-repeat bottom;
}

#col_2_izq_inn {
	width: 327px;
	float: left;
	padding: 18px 12px 0 12px;
	background: url(../gfx/fondo_col2_ladoizq.jpg) repeat-y;
	padding-top: 18px;
}

#col_2_der {
	width: 375px;
	float: left;
	padding-left: 8px;
	padding-top: 18px;
}

#cotizacion {
	width: 327px;
	float: left;
	padding-bottom: 10px;
}

#sitios_relacionados {
	width: 375px;
	float: left;
	padding-bottom: 10px;
}

#der_reservados {
	width: 733px;
	float: right;
	background: url(../gfx/fondo_der_reservados.gif) no-repeat;
	padding: 29px 12px 33px 12px;
	font-size: 11px;
	color: #fff;
}

#footer {
	width: 733px;
	float: right;
	padding: 10px;
	font-size: 11px;
	text-align: right;
	color: #4f6279;
}

#footer a {
	color: #4f6279;
}

#footer a:hover {
	color: #add1ff;
}

#info_izq {
	width: 327px;
	float: left;
	padding-bottom: 10px;
}

#info_der {
	width: 375px;
	float: left;
	padding-bottom: 10px;
}

.tabla td {
	margin-top: 10px;
	padding: 5px;
}

.tabla form {
	padding-top: 10px;
}

#suscriptos {
	width: 734px;
	float: left;
	padding-top: 18px;
}

#paginacion {
	width: 734px;
	float: left;
	padding-top: 18px;
	text-align:center;
}

#paginacion a, .miagenda_info_cerrar a, #info_izq a {
	color:#2d528b;
}

#paginacion a:hover, .miagenda_info_cerrar a:hover, #info_izq a:hover {
	color: #add1ff;
}

#miagenda {
	width: 327px;
	float: left;
}

#miagenda p {
	padding-bottom: 10px;
}

#agenda_dias {
	width: 327px;
	float: left;
}

.agenda_dia {
	float: left;
	margin-right: 5px;
}

.agenda_dia a {
	float: left;
	padding: 10px;
	border-top: 1px dashed #2d528b;
	border-left: 1px dashed #2d528b;
	border-right: 1px dashed #2d528b;
	margin-right: 5px;
	color: #4f6279;
}

#agenda_activa a {
	color: #add1ff;
	background-color: #2d528b;
}

.agenda_dia a:hover {
	float: left;
	padding: 10px;
	border-top: 1px dashed #2d528b;
	border-left: 1px dashed #2d528b;
	border-right: 1px dashed #2d528b;
	margin-right: 5px;
	color: #add1ff;
	background-color: #2d528b;
}

#cont_agenda {
	width: 327px;
	float: left;
	height: 450px;
	overflow: auto;
	overflow-x: hidden;
	border-top: 1px dashed #2d528b;
	border-bottom: 1px dashed #2d528b;
}

.miagenda_info {
	width: 307px;
	float: left;
	border: 1px solid #d9dde2;
	background-color: #dbe2e9;
	padding: 3px;
	margin-bottom: 2px;
}

.miagenda_info_hora {
	width: 50px;
	float: left;
}

.miagenda_info_titulo {
	width: 200px;
	float: left;
}

.miagenda_info_btn {
	width: 50px;
	float: left;
	padding-left: 7px;
}

.miagenda_info_masinfo {
	width: 307px;
	float: left;
	font-size: 11px;
	padding: 5px 0 5px 0;
}

.miagenda_info_cerrar {
	width: 307px;
	float: left;
	text-align: right;
}

#prog_evento {
	width: 375px;
	float: left;
}

#prog_evento_info {
	/*width: 375px;*/
	/*width: 373px;*/
	width: 349px;
	float: left;
	background-color: #dbe2e9;
	border: 1px solid #f4f6f7;
	padding: 9px 12px 9px 12px;
}

#cont_eventos_info {
	width: 349px;
	height: 200px;
	float: left;
	overflow: auto;
	overflow-x: hidden;
}

.eventos_info {
	/*width: 320px;*/
	width: 310px;
	float: left;
	background-color: #d0d7de;
	padding: 5px;
	margin-bottom: 2px;
	
}

.eventos_info_hora {
	/*width: 320px;*/
	width: 150px;
	float: left;
}

.eventos_info_agregar {
	/*width: 320px;*/
	width: 20px;
	float: right;
}

.eventos_info_contenido {
	width: 310px;
	float: left;
}

#imprimir_vermas {
	width: 349px;
	float: left;
	text-align: center;
	padding: 10px 0 0 0;
}

.reun_prop_sol {
	width: 349px;
	float: left;
	background-color: #dbe2e9;
	padding: 9px 12px 9px 12px;
	margin-top: 10px;
}

.reun_prop_sol_titulo {
	width: 349px;
	float: left;
	text-align: center;
}

.reun_prop_sol_info {
	width: 349px;
	float: left;
	text-align: center;
}

.noticias {
	width: 327px;
	height: 450px;
	float: left;
	overflow: auto;
	overflow-x: hidden;
}