/* DIAGRAMADO GENERAL */

* {
	font-family: Arial, Helvetica, sans-serif;
	color: #647578;
	margin: 0px;
	padding: 0px;
}
body, html {	
	height: 100%;
	width: 100%;
}
body#marcasur {
	_behavior:url(csshover.htc);
	background-image: url(images/fondo.gif);
	background-repeat: repeat-x;
	background-color: #DDE1E2;
}
#contenedorPrincipal {
	width: 768px;
	position: relative;
	left: 50%;
	margin-left: -384px;
	/*float: left; Con esta línea comentada veo bien el layout en DW y no afecta al sitio*/
}
.empujador{
	clear: left;
}
a:link, a:visited{	
	color: #F28000;
	text-decoration: none;
}
a:hover, a:active{	
	color: #F28000;
	text-decoration: underline;
}
acronym {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #647578;
	cursor: help;
}
a acronym {
	color: #F28000;
	border: none;
	cursor: pointer;
}





/* TABLAS */

table{
	font-size: 11px;
	margin: 5px 0px -10px 0px;
	width: 100%;
	border-spacing: 0px;
	_border-collapse: collapse;
}
table th{
	background-color: #647578;
	padding: 2px 10px 2px 10px;
	color: #FFF;
	text-align: left;
	vertical-align: bottom;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;	
}
table th.tituloTabla{
	border-width: 0px;
	padding: 0px;
	text-align: left;
	background-color: #F28000;
}
table th.subtituloTabla{
	border-right: none;
	padding: 0px;
	text-align: left;
	background-color: #647578;
}
#mainContent table th h2{
	text-align: left;
	margin: 0px;
	color: #FFF;	
	padding: 0.25em 10px 0.25em 10px;
}
#mainContent table th h3{
	padding: 5px 75px 5px 10px;
	text-align: left;
	font-size: 12px;
	margin: 0px;
	color: #FFF;
}

table tbody th{
	background-color: #C2C9CA;
	color: #647578;
	padding: 5px 10px 5px 10px;
	text-align: right;
	vertical-align: top;
}
table tbody tr{
	background-color: #F0F2F2;
}
table td{
	padding: 5px 10px 5px 10px;
	text-align: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	vertical-align: top;
	overflow: hidden;
}
table td.contieneSubtabla, #colIzq table td.contieneSubtabla{
	padding: 0px;
}
table td.contieneSubtabla img.masInfo{
	border: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	width: 468px;
}
table tfoot td{
	padding: 5px 0px 5px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F28000;
}

#mainContent table tfoot ul{
	margin: 0px 0px 5px 0px;
	font-size: 11px;
	text-align: right;
	list-style: none;
}
#mainContent table tfoot li{
	margin: 0px 0px 0px 5px;
	display: inline;
	font-weight: bold;
}
table tfoot td{
	margin-bottom: -1.5em;
}
table.subtabla,#colIzq table.subtabla{
	margin: 0px 0px -1px 0px;
}
table.subtabla col.columna1{	
	width:35%;
}
table.subtabla col.columna2{	
	width:65%;
}
table.subtabla th{
	background-color: #DDE1E2;
	padding: 5px 5px 5px 5px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
table.subtabla td{
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-size: 11px;
	padding: 5px 10px 5px 10px;
	text-align: left;	
}
table.subtabla tfoot td{
	border-width: 0px;
}




/* ENCABEZADO */

#header {
	background-color: #FFFFFF;
	width: 100%;
	height: 220px;
	float: left;
}


#idiomaEspanol {
	float: right;
	height: 20px;
	width: 116px;	
	position: relative;
	right: 10px;
}

#idiomaEspanol a:link, #idiomaEspanol a:visited {
	height: 20px;
	width: 116px;	
	background-image: url(images/english.gif);
	display: block;
}
#idiomaEspanol a:hover, #idiomaEspanol a:active {
	background-image: url(images/englishov.gif);	
}
#idiomaEspanol span {
	display:none;
}

#idiomaIngles {
	float: right;
	height: 20px;
	width: 100px;	
	position: relative;
	right: 10px;
}

#idiomaIngles a:link, #idiomaIngles a:visited {
	height: 20px;
	width: 100px;	
	background-image: url(images/english.gif);
	display: block;
}
#idiomaIngles a:hover, #idiomaIngles a:active {
	background-image: url(images/englishov.gif);	
}
#idiomaIngles span {
	display:none;
}



#logo {
	display: inline;
	float: left;
	height: 160px;
	width: 270px;
	margin-top: 20px;
	margin-left: 10px;
}
#logo img{
	display: block;
	border: 0px;
}
#fotoHeader {
	display: inline;
	float: left;
	height: 160px;
	width: 348px;
	background-image: url(images/foto_encabezado.jpg);
}





/* PIE */

#derechos {
	height: 55px;
	width: 468px;
	left: 290px;
}
#derechos .twitter {
	margin: 0px;
	padding: 0px;
	background-image:url(/es/images/twitter.gif);
	background-repeat:no-repeat;
	background-color:#FFF;
	height: 55px;
	cursor:pointer;
}
#derechos .marcasur {
	margin: 0px;
	padding: 0px;
	background-image:url(/es/images/derechos_reservados.gif);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#FFF;
	height: 55px;
}
#derechos span {
	display: none;
}


/* CUERPO */

#cuerpo {
	width: 768px;
	padding-bottom: 1px;
	background-image: url(images/fondo_col_izq.gif);
	background-repeat: repeat-y;
	background-position: 10px;
	background-color: #FFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#sombra {
	clear:left;
	width: 768px;
	overflow: hidden;
	height: 10px;
	background-image: url(images/sombra01.gif);
}




/* COLUMNA IZQUIERDA */

#colIzq {
	width: 256px;
	float: left;
	display: inline;
	margin-left: 10px;
	padding: 0px 7px 2px 7px;
	margin-bottom: 20px;
}
#colIzq div.contenedor, #colIzq div.contenedorLink {
	width: 250px;
	margin: 0px;
	background: #DDE1E2;
	padding: 1px 0px 1px 0px;		
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;	
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
#colIzq div.contenedorLink {
	cursor: pointer;
}
#colIzq div.contenedorLink:hover {
	background: #C2C9CA;
}
#colIzq div.contenedorLink a{
	color: #647578;
	text-decoration: none;		
}
#colIzq div.contenedorLink h4 a{
	color: #3D4749;		
}
#colIzq div.contenedorLink h4 {
	color: #3D4749;
	font-size: 11px;
	margin: 7px 20px 7px 10px;	
	line-height: 15px;
}
#colIzq h2 {
	margin: 0px -7px 0px -7px;
	width: 270px;
	height: 30px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#colIzq h2 span {
	display: none;
}
#colIzq h2 a {
	width: 100%;
	height: 100%;
	display: block;
}
#colIzq h3 {
	margin-top:7px;
	width: 225px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 12px;
	padding: 3px 20px 3px 5px;
	background-color: #647578;
	border-width: 3px;	
	border-style: solid;
	border-color: #FFFFFF;
}
#colIzq p {
	font-size: 11px;
	margin: 7px 20px 7px 10px;	
	line-height: 15px;
}
#colIzq table{
	margin: -3px 0px -1px 0px;
}
#colIzq table thead, #colIzq table tfoot{
	display: none;
}

#colIzq table th, #colIzq table td{
	padding: 5px;
}
#colIzq img {
	display: block;
	border: 0px;
	margin: -1px 0px -1px 0px;
}
#colIzq table col.columna1{	
	width: 40%;
}
#colIzq table col.columna2{	
	width: 60%;
}
#colIzq ul.submenu {
	margin-bottom: -2px;
}
#colIzq ul.submenu li{
	font-size: 11px;
	list-style: none;
	width: 250px;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-weight: bold;
}
#colIzq ul.submenu li:hover {
	background: #C2C9CA;
}
#colIzq ul.submenu li a{
	padding: 5px 10px 5px 5px;
	display: block;
	width: 235;
	height: 100%;
	color: #647578;
	text-decoration: none;
}
/*--------------------------------------------------------*/
#colIzq div.taparevista {
	height: 310px;
	text-align:center;
	border-bottom:solid 1px #FFFFFF;
}
#colIzq div.taparevista img {
	width: 200px;
	height: 290px;
	text-align:center;
	padding-left: 25px;
	padding-top: 10px;
}
#colIzq div.indice p {
	text-align:left;
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-left:15px;
}
#colIzq div.indice h4 {
	text-align:left;
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left:10px;
}
#colIzq div.indice {
	border-bottom:solid 1px #FFFFFF;
}
#colIzq div.consultas p {
	text-align:left;
	font-weight:bold;
	font-size: 11px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left:15px;
}
/*--------------------------------------------------------*/




/* COLUMNA DERECHA */

#colDer {
	float: left;
	display: inline;
	width: 468px;
	margin-left: 10px;
	padding-bottom: 10px;
}
#mainContent p {	
	font-size: 12px;
	line-height: 1.7em;
	padding: 0px;
	margin: 1em 75px 0px 0px;
}
#mainContent h2 {
	color: #3D4749;
	font-size: 14px;
	line-height: 1.3em;
	text-transform: uppercase;
	margin: 20px 75px 20px 0px;
}
#mainContent h3 {
	color: #3D4749;
	font-size: 12px;
	line-height: 1.1em;
	text-transform: uppercase;
	margin: 20px 150px 15px 0px;
}
dl {
	margin-right: 75px;
	font-size: 12px;
	padding: 0px;
	margin-top: 1em;
	margin-bottom: 0px;
}
dt {
	font-weight: bold;
	margin-top: 1em;
}
dd {
	margin-top: 0.3em;
	font-size: 11px;
}
#mainContent p.nota{
	margin: 25px 0px 0px 0px;
	font-style:italic;
	font-size: 11px;
	line-height: 1.2em;
	clear: both;
	border-width: 1px;
	border-right-width: 5px;
	border-style: solid;
	border-color: #DDE1E2;
	padding: 5px 75px 5px 5px;
}
#mainContent p.fecha {
	font-size: 11px;
	margin-bottom: -15px;
}
#mainContent p.fuente {
	font-size: 11px;
	line-height: 14px;
	margin-top: -10px;
	padding-right: 150px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDE1E2;
	margin-bottom: 20px;
}

/*--------------------------------------------------------*/
#mainContent img.fotorevista {
	/*float: left;*/
	margin: 0px 10px 5px 0px;
	padding-bottom: 5px;
	border-bottom:solid 1px #999999;
}
#mainContent p.piefoto {
	/*float: left;*/
	margin: 0px 0px 0px 0px;
	font-size:10px;
}
/*--------------------------------------------------------*/

div.detallePaginas{
	padding-top: 5px;
	font-size: 11px;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F28000;
}
#mainContent div.detallePaginas p{
	font-size: 11px;
	position: relative;
	top: -14px;
	float: left;
}
#mainContent div.detallePaginas ul{
	margin: 0px 0px 5px 0px;
	font-size: 11px;
	text-align: right;
	list-style: none;
}
#mainContent div.detallePaginas li{
	margin: 0px 0px 0px 5px;
	display: inline;
	font-weight: bold;
}
#mainContent ul{
	margin: 10px 0px 10px 20px;
	font-size: 12px;
	text-align: left;
	list-style: disc;
}





/* PUBLICIDADES */

div#publicidad01, div#publicidad01 object {
	text-align:center;
}
div#publicidad02 object, div#publicidad03 object {
	height: 90px;
	width: 120px;		
}
div#publicidad02 {
	border-width: 3px;	
	border-style: solid;
	border-color: #FFF;
	margin-top: 7px;
	height: 90px;
	float: left;
	display: inline;
}
div#publicidad03 {
	margin-top: 7px;
	height: 90px;
	float: left;
	display: inline;
	margin-left: 4px;
	border: 3px solid #FFF;
}
#publicidad01 img, #publicidad02 img, #publicidad03 img{
	margin: 0px;
	display: block;
}





/* HOME */

.cuadroHome{
	background: #DDE1E2 url(images/redondeado01.gif) no-repeat left bottom;
	height: 250px;
	width: 231px;
	display: inline;
	float: left;
	margin-top: 5px;
}
.cuadroHome h2{
	margin:0px;
}
.cuadroHome h2 span{
	display:none;
}
.cuadroHome h2 a{
	height: 45px;
	width: 100%;
	display:block;
}
.cuadroHome p {
	display:none;
}
#accesoDirectorio{
	background-image: url(images/home_directorio.gif);
	background-repeat: no-repeat;
	height: 105px;
	width: 100%;
}
#accesoEventos{
	background-image: url(images/home_eventos.gif);
	background-repeat: no-repeat;
	height: 105px;
	width: 100%;	
}
#cuadroEventos{
	margin-left: 6px;
}





/* DIRECTORIO */

#tituloDirectorio {
	background-image: url(images/titulo_directorio.gif);
}
table.listadoDirectorioDespachos col.columna1{	
	width:50%;
}
table.listadoDirectorioDespachos col.columna2{	
	width:25%;
}
table.listadoDirectorioDespachos col.columna3{	
	width:25%;
}
#mainContent table.listadoDirectorioDespachos tbody tr:hover{
	/*background-color: #DDE1E2;*/
	cursor: pointer;
}


table.listadoArticulos col.columna1{	
	width:15%;
}
table.listadoArticulos col.columna2{	
	width:85%;
}
#mainContent table.listadoArticulos td.tituloarticulo{
	background-color: #FFFFFF;
	color: #647578;
	text-align: left;
	vertical-align: bottom;
	padding-top: 20px;
	padding-left: 5px;
	text-transform: uppercase;
	font-weight:bold;
	font-size:9pt;
}
#mainContent table.listadoArticulos td.subtituloarticulo{
	background-color: #647578;
	padding-left: 10px;
	color: #FFF;
	font-weight:bold;
}
#mainContent table.listadoArticulos tr:hover{
	background-color: #DDE1E2;
}


table.listadoDirectorioProfesionales col.columna1{	
	width:3%;
}
table.listadoDirectorioProfesionales col.columna2{	
	width:38%;
}
table.listadoDirectorioProfesionales col.columna3{	
	width:39%;
}
table.listadoDirectorioProfesionales col.columna4{	
	width:20%;
}
#mainContent table.listadoDirectorioProfesionales tbody tr:hover{
	/*background-color: #DDE1E2;*/
	cursor: pointer;
}
#mainContent table.fichaDirectorio tbody td.fotoProfesional{
	background-color: #DDE1E2;
	padding: 4px;
	text-align: right;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
table.fichaDirectorio col.columna1{	
	width: 26%;
}
table.fichaDirectorio col.columna2{	
	width: 55%;
}
table.fichaDirectorio col.columna3{	
	width: 19%;
}




/* NOVEDADES */

#tituloNovedades {
	background-image: url(images/titulo_novedades.gif);
}





/* EVENTOS */

#tituloEventos {
	background-image: url(images/titulo_eventos.gif);
}
table.listadoEventos col.columna1{	
	width:40%;
}
table.listadoEventos col.columna2{	
	width:15%;
}
table.listadoEventos col.columna3{	
	width:15%;
}
table.listadoEventos col.columna4{	
	width:30%;
}
#mainContent table.listadoEventos tbody tr:hover{
	background-color: #DDE1E2;
	cursor: pointer;
}
#mainContent table.listadoEventos tbody th{
	text-align: left;
	cursor: default;
}
table.fichaEvento col.columna1{	
	width: 30%;
}
table.fichaEvento col.columna2{	
	width: 70%;
}





/* INFO PAISES */

#tituloPaises {
	background-image: url(images/titulo_paises.gif);
}
.mapaPaises{
	width: 468px;
	height: 330px;
	margin-top: 5px;
}
table.fichaPais col.columna1{	
	width: 40%;
}
table.fichaPais col.columna2{	
	width: 60%;
}
#mainContent table.fichaPais tbody td.mapa{
	background-color: #DDE1E2;
	padding: 4px;
	text-align: right;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#imagenMapa {
	width: 250px;
	height: 170px;
}




/* OPININ */

#tituloOpinion {
	background-image: url(images/titulo_opinion.gif);
}
#mainContent table.listadoOpinion tbody p {
	font-size: 11px;
	margin: 5px 0px 10px 0px;
	line-height: 14px;
	border: none;
}
#mainContent table.listadoOpinion tbody a {
	color: #3D4749;
	text-decoration: none;
}
#mainContent table.listadoOpinion tbody p.fuente {
	margin-bottom: 0px;
	font-size: 10px;
	border: none;
}
#mainContent table.listadoOpinion tbody h4 {
	margin-top: 10px;
	font-size: 12px;
}
#mainContent table.listadoOpinion tbody tr:hover{
	background-color: #DDE1E2;
	cursor: pointer;
}





/* LINKS */

#tituloLinks {
	background-image: url(images/titulo_links.gif);
}





/* MAGAZINE */

#tituloMagazine {
	background-image: url(images/titulo_magazine.gif);
}
#fotoMagazine {
	/*height: 290px;
	width: 200px;*/
	margin-right: 15px;
}





/* MIEMBRO MARCASUR */

#logoMiembroMarcasur {
	height: 94px;
	width: 92px;
}





/* FOTOS */

#tituloFotos {
	background-image: url(images/titulo_fotos.gif);
}
#mainContent table.listadoFotos tbody p {
	font-size: 11px;
	margin: 5px 0px 10px 0px;
	line-height: 14px;
	border: none;
}
#mainContent table.listadoFotos tbody p.fuente {
	margin-bottom: 0px;
	font-size: 10px;
	border: none;
}
#mainContent table.listadoFotos tbody h4 {
	color: #3D4749;
	margin-top: 10px;
	font-size: 12px;
}

#mainContent img.galeriaChica{
	float: none;
	cursor: pointer;
	margin: 0px 3px 8px 0px;
	border-width: 2px;
	border-style: solid;
	border-color: #FFF;
}
#mainContent img.galeriaChica:hover{
	border-color: #F28000;
}
#fotoAmpliada {
background-color: #F0F2F2;
}
#fotoAmpliada p {
margin-bottom: 10px;
font-size: 12px;
text-align: center;
}
#fotoAmpliada p img{
	border-width: 5px;
	border-style: solid;
	border-color: #FFF;
}
#fotoAmpliada h1 {
margin: 20px;
font-size: 15px;
text-align: center;
}



img.print {
	margin-top: 10px;
	float: right;
	display: block;	
	height:22px;
	width:22px;
	border:none;	
}


#mainContent #cuerpoNoticia p{
	clear: both;
	//*La siguiente linea fue eliminada a pedido de Natalia para poder formatear la alineación de las noticias.
	text-align: left;*//
}
#mainContent #cuerpoNoticia table p{	
	margin: 0px;
	text-align: left;
}
#mainContent #cuerpoNoticia table{
	width: 393px;
	font-size: 11px;
	margin: 10px 0px 10px 0px;
	border-width: 2px;
	border-style: solid;
	border-color: #DDE1E2;
	border-spacing: 0px;
	_border-collapse: collapse;
}
#mainContent #cuerpoNoticia table tr{
	background-color:transparent;
	border: none;
}
#mainContent #cuerpoNoticia table td{
	padding: 5px;
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #DDE1E2;
}
#mainContent #cuerpoNoticia hr{
	color: #DDE1E2;
	_margin-left: -75px;
	width: 393px;
}
