/* CSS Document */
@charset "UTF-8";

body { width:200px; }


table, tbody, tr{ display:block; width:200px; }
table#novedades{display:none;}
table#superior {display:none;}
table#panoramica {display:none;}

td#novedades {display:none;}

tr#titulo {height:50px;}
tr#panoramica {display:none;}
tr#menu {display:none;}

pre { white-space: -pre-wrap; 
    /* Opera CSS Extension */  
      white-space: pre-wrap; 
    /* CSS 2.1 Addition */}


/*iframe {display: none;}*/

img#amcham {display:none;}
img#logo {width:106px; height:50px;}

p#derechos {display:none;}

.style1 {
	color: #FFFFFF;
	font-weight:bold;
	font-size: 0.25em;
	font-variant: small-caps;	
}
.style2 {
	color: #FFFFFF;
	font-weight:normal;
	font-size: 0.1em;
	font-variant: small-caps;
	text-decoration: none;
}
style2.visited {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 0.1em;
	font-variant: small-caps;
}
.style2b {
	color: #000000;
	font-weight: normal;
	font-size: 0.1em;
	font-variant: small-caps;
	text-decoration: none;
}
style2b.visited {
	color: #000000;
	font-weight: normal;
	font-size: 0.1em;
	font-variant: small-caps;
}
.style3 {
	color: #FFFFFF;
	font-weight: lighter;
	font-size: 0.2em;
	font-variant: small-caps;
	font-style: italic;
}
.style4 {
	color: #B51313;
	font-weight: bold;
	font-size: 0.15em;
	font-variant: small-caps;
	text-decoration: none;
}
style4.visited {
	color: #B51313;
	font-weight: bold;
	font-size: 0.15em;
	font-variant: small-caps;
}
.style5 {
	color: #000000;
	font-weight: bold;
	font-size: 0.1em;
	font-variant: small-caps;	
}
.style6 {
	color: #000000;
	font-weight: normal;
	font-size: 0.15em;
}
.style7 {
	color: #B51313;
	font-weight: bold;
	font-size: 0.3em;
	font-variant: small-caps;
	text-decoration: none;
}

.opacy img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.4;
}

.opacy:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}
.der10{
	padding-right: 0.1em;
}