@charset "utf-8";


*{
	margin:0;
	padding:0;
}

body {
	background:#fff	url(img/fondo-interior.jpg) center top no-repeat;
	text-align:center;
	color:#222;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

h1{
	padding-bottom:20px;
	font-weight:bold;
	font-size:18px;
}

h2{
	font-size:14px;
	font-weight:bold;
	padding-bottom:20px;
}

a{
	color:#069;
}

a:hover{
	color:#09C;
}

p{
	margin-bottom:20px;
}

#page_margins{

	text-align:center;
	width:100%;
}

#page{
	width:950px;
	position:relative;
	margin:auto;
	text-align:left;
}

#flash{
	position:absolute;
	top:0px;
}

#menu{	
	width:950px;
	top:175px;
	position:absolute;
  background:url(img/fondomenu.png) no-repeat bottom right;
	height:100px;
}

#menu ul{
	list-style:none;
}

#menu li{
	float:left;
}

#menu li span{
	display:none;
}

#menu li img{
	border:none;
}

#menu li a{
	display:block;
	width:190px;
	height:100px;
	text-decoration:none;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-size:13px;
}

#menu li a:hover{
	color:#FFF;
}

#idioma{
	margin-left:55px;
	margin-top:30px;
}

#contenidos{
	width:928px;
	padding-left:20px;
	padding-top:30px;	
	background:#ffffff url(img/fondocontenidos.jpg) no-repeat top;
	top:275px;
	position:absolute;
	margin-bottom:30px;
	text-align:justify;
	border-bottom:solid;
	border-right:solid;
	border-left:solid;
	border-right-color:#1b5581;
	border-left-color:#1b5581;
	border-bottom-color:#1b5581;
	border-bottom-width:1px;
	border-left-width:1px;
	border-right-width:1px;
}

#col1{
	width:530px;
	float:left;
	padding-right:30px;
}

#col2{
	width:260px;
	float:left;
	padding-top:50px;
	text-align:right;
	padding-left:70px;
	padding-right:0px;
}

#col2 img{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:#06C;
	border-width:1px;
	border-style:solid;
}

#footer{
	clear:both;
	padding-top:30px;
	padding-bottom:20px;
	
	text-align:center;
}

.titulo2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#06C;
	font-size:24px;
	padding-bottom:20px;
}

#columna3{
	font-size:12px;
}


.PopBoxImageSmall
{
   border: none 0px white;
   cursor: url("/img/magplus.cur"), pointer;
}
.PopBoxImageLarge
{
   border: solid thin #000;
   cursor: url("/img/magminus.cur"), pointer;
} 

#noflash{
	background:#000 url(img/cabecera3.jpg) center top no-repeat ;
	position:absolute;
	top:0px;
	height:233px;
}


#menunf{	
	width:950px;
	top:180px;
	position:absolute;
  background:url(img/fondomenu.png) no-repeat bottom right;
	height:100px;
}

#menunf ul{
	list-style:none;
}

#menunf li{
	float:left;
}

#menunf li span{
	display:none;
}

#menunf li img{
	border:none;
}

#menunf li a{
	display:block;
	width:190px;
	height:100px;
	text-decoration:none;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-size:13px;
}

#menunf li a:hover{
	color:#FFF;
}

#contenidosnf{
	width:930px;
	padding-left:20px;
	padding-top:30px;	
	background:#ffffff url(img/fondocontenidos.jpg) no-repeat top;
	top:280px;
	position:absolute;
	margin-bottom:30px;
	text-align:justify;
}

