@import url(index.css);

h3 { text-align: left; }

td
{
	margin: 0;
	padding: 2px 2px 0 0;
	border-right: 1px solid #ececec;
}

th
{
	color: black;
	font-weight: bold;
	font-style: oblique;            
	border-bottom: 2px solid black;
}

img
{
	margin: 0;
	padding: 0;
}                      

#right_2007{
	float: right;        
	width: 200px;
}   

#left_2007 {    
	float: left;
	width: 540px;	
}                         

#country_nav {	
	border: 1px solid gray;
	background: white;
	margin-right: 10px;  
	margin-bottom: 20px;
	line-height: 1.3em;
	font-weight: bold;
	color: #333333; /*#544E4E*/
	background: #fefefe;
	border: 1px solid silver;
	-moz-border-radius: 10px;	
	padding: 10px;
}                  

.pais_tex {
	border: 1px solid gray;
	background: white;
	margin: 0 0 10px 10px;  
	line-height: 1.3em;
	font-weight: bold;
	color: #333333; /*#544E4E*/
	background: #fefefe;
	border: 1px solid silver;
	-moz-border-radius: 10px;	
	padding: 10px;
}

#country_nav a:link, #country_nav a:active, #country_nav a:visited, .pais_tex a:link, .pais_tex a:active, .pais_tex a:visited, h3 a:link, h3 a:active, h3 a:visited { color: #F68B00; }

#country_nav a:hover, #country_nav a:link:hover, #country_nav a:active:hover, #country_nav a:visited:hover, .pais_tex a:hover, .pais_tex a:link:hover, .pais_tex a:active:hover, .pais_tex a:visited:hover, h3 a:hover, h3 a:link:hover, h3 a:active:hover, h3 a:visited:hover { 
	color: black; 
	text-decoration: underline;
}

#right a:link:hover, #right a:visited:hover, #left a:link:hover, #left a:visited:hover
{
	color: red;
	text-decoration: underline;
}
#icono {
    text-align: center;
}
#icono img {
	border-width: 2px;
	margin:0 !important;
	padding:0 !important;
	float:left;
}
* html #icono img {
    border:0;
}

#icono a:link, #icono a:active, #icono a:visited{
    color: #ececec !important;
}

#icono a:link:hover, #icono a:active:hover, #icono a:visited:hover, #icono a:hover{
    color: red !important;
    
}


.stit
{
	border-bottom: 1px solid silver;
	font-size: 15px;
	font-variant: small-caps;
	color: silver;
	margin: 0;
	padding: 0;
	line-height: 15px;
}

.round
{
	font-weight: bold;
}

.rnum
{
	color: gray;
}

.rwrap {
	margin-bottom: 10px;
}

.silver
{
	font-size: 38px;
	color: gray;
	font-weight: bold;
}

.black
{
	font-size: 40px;
	color: black;
}

.prwrap
{
	background: #fefefe;
}

