* {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

a:link{
  color:#9e3487;
  text-decoration: none;
  font-size: 11px;
  font-weight:bold;
  text-transform:uppercase;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  letter-spacing: 1px; 
}

a:visited{
  color:#9e3487;
  text-decoration: none;
  font-size: 11px;
  font-weight:bold;
  text-transform:uppercase;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  letter-spacing: 1px; 
}

a:hover{
  color:#9e3487;
  font-size: 11px;
  font-weight:bold;
  text-transform:uppercase;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  letter-spacing: 1px; 
  text-decoration: underline;
}

a:active{
  color:#666;
  text-decoration: underline;
}


body{
	margin: auto;
	background-color: #e9e1c2;
	text-align: center;
	margin-top: 10px;
}


#contenidos{ margin: auto; text-align: center; }

#footer{
	padding-right: 30px;
	height: 15px;
	text-align: right;
	color: #666;
	font-size: 10px;
	vertical-align: middle;
	padding-bottom: 5px;
}

#datos{
	height: 40px;
	text-align: center;
	color: #666;
	font-size: 10px;
	vertical-align: bottom;
	bottom: 0px;
}

#idiomas{
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	padding-right: 10px;
    padding-bottom: 7px;
    color:#9e3487;
}

#intro {
	border-bottom: 0px;
	position: relative;
	width: 883px;
	height: 590px;
	float: right;
	text-align: right;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

#marco-bottom{
	height: 10px;
	background-image: url(../img/marco-bottom.png);
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: bottom;
	background-position: right;
}

#marco-central{
	margin-top: 20px;
	margin-left: 65px;
	background-image: url(../img/bg-calve.png);
	background-repeat: no-repeat;
	width: 950px;
}

#marco-contenidos{
	background-image: url(../img/marco-fondo.png);
	background-position: right;
	background-repeat: repeat-y;
	height: 510px;
	text-align: right;
	vertical-align: top;
	padding-right: 11px;
}

#marco-intro{
	background-image: url(../img/marco-fondo.png);
	background-position: right;
	background-repeat: repeat-y;
	height: 510px;
	text-align: center;
	vertical-align: top;
	padding-right: 11px;
    padding-left: 80px;
}

#marco-top{
	height: 10px;
	background-image: url(../img/marco-top.png);
	background-repeat: no-repeat;
	background-position: right;
	text-align: left;
	vertical-align: top;
}

#tabla-central{
	width: 970px;
	background-image: url(../img/bg-calve.png);
	background-repeat: no-repeat;
}

#tabla-central-vacia{
	width: 970px;
}



