/* Documento CSS */

a:hover {
	text-decoration: underline !important;
}

div#Encabezado {
	top: 10px;
    position: Absolute;
	width: 800px; 
	height: 100px; 
	background-image: url('imagenes/logorts.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

div#NavBarra {
    position: absolute;
	top:110px;
    width: 800px;
	height: 30px; 
	font-size:8pt; 
	text-align:right;
	background-image: url('imagenes/Barra1.jpg');
	background-repeat: repeat-x;
}

div#Menu {
    position: absolute;
    top: 140px;
	width: 140px; 
	height: 180px; 	
}

div#Links{
	position: absolute;
	top: 320px;
	width:140px;
	height:180px;
}

div#Contenido {
    position: Absolute;
    top: 140px;
    left: 160px;
	width: 640px; 
	height: 400px; 
	overflow: auto;
	padding-right: 10px;
}

div#piePagina{
	position: absolute;
	top: 560px;
	width: 800px;
	text-align: center;
}

.botonBarra{	
  	text-align:right;
  	text-decoration: none; 
  	color:#000000;
  	padding-right: 10px;
  	padding-top: 5px;
}

h1 { 
	font-family: Arial; 
	font-size: 24pt; 
	color: #3333CC; 
	font-weight: bold; 
    text-align: center; 
    margin-top: 6 
}

h2{ 
	font-family: Arial; 
	letter-spacing: 2pt; 
	color: #6666FF; 
	font-style: italic; font-size:12pt; text-align:center 
}

h3 {
	font-family: Arial; 
	font-weight:bold; 
	margin-top:20; 
	font-size:8pt; margin-bottom:0 	
}

p,ul{ 
	font-family: arial; 
	font-size: 8pt; 
	text-align:justify; 
	line-height:150%; 
	margin-top:0;	
	padding-right: 10 px;
}

.tituloResaltado{
	font-family: Arial; 
	font-size: 10pt; 
	text-align: center; 
	background-color: lightblue
}

#menu {
	list-style:none;
	margin:0;	
	padding:0;
}

#menu li a{
	font-family: Tahoma;	
	color: #666666;
	text-decoration: none;
	font-size:10pt; 
	padding-left:10px;
	line-height:1.5
}

.opcionSeleccionada {
	font-weight: bold; font-style:italic
}

.textoLinkPaises{
	font-family: Tahoma; 
	font-size: 10pt;
	text-decoration: none;
}

.textoCentrado{
	text-align: center;
}