body
{
	background: #74a6f8 url(art/fondobody.png) repeat-x;
	background-attachment: fixed;
	font-family: Helvetica;
	margin:0px;
	color: white;
	text-shadow: 0px 0px 8px #fff ;
	text-align:justify;

}
h1
{
	color: #ffff77;
	font-size: 130%;
	font-weight: bold;
}
h2
{
	color: #ffffaa;
	font-size:100%;
}
h3
{
	color: blue;
	font-size:100%;
}
a
{
	text-decoration: none;
	color: black;
}

a:visited
{
	color: #ffff00;
}

img
{
	border: 0px;
}

#nav
{
	width:850px;
	margin-left: -2px;
	height:30px;
	border: 2px solid white;
	overflow: hidden;
	background: url(art/boton.png);
}

#nav a
{
	display:block;
	padding-top:8px;
	padding-left:3px;
	height: 25px;


}

#nav ul
{
	display: inline;
	
}

#nav li
{
	overflow: hidden;
	float: left;
	list-style: none;
	width: 100px;
	text-align: center;
	height:30px;
	font-size: 12px;
	font-weight: bold;


}

#nav li a:link
{
	color: white;
}

#nav li:hover
{
	background: url(art/botonon.png);
}

#nav li.current
{
	opacity: 0.8;
	background: url(art/botonon.png);
}

#container
{
	background: url(art/todoback.png);
	overflow: hidden;

}

#top
{
	float: left;
	width: 150px;
}

#top a
{
	color: white;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	white-space: nowrap;
}

#top a:hover
{
	color: #f2ff00;
}

#top ul
{
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	padding-left:2px;
	/*overflow: hidden;*/
}

#top li img
{
	margin-left: -30px;
	padding-right: 5px;
	vertical-align: middle;
}

#top li
{
	margin-left: 30px;
	width: 120px;
	height: 20px;
	line-height: 0%;
	list-style: none;
}

#content
{
	float: right;
	width: 600px;
	min-height:350px;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 10px;
	color: #ffffaa;
	text-shadow: 1px 1px 1px #000, 0px 0px 10px #CCC;


}

#content hr
{
	color: #d8d8d8;
	height: 1px;
}
#content p
{
	padding-right: 10px;
}
#content a
{
	font-size: 90%;
	text-shadow: 1px 1px 1px #000, 0px 0px 10px #ff470e;
	color: orange;
	font-weight: bold;
	padding: 1px;
}
#content a img
{
	vertical-align: middle;
}
#content a:visited
{
	color: grey;
}
#izq
{
	position: relative;
	top: 20px;
	float: right;
}

#todo
{

	height: 100%;
	width: 800px;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid white;
	overflow: hidden;
}

#logo
{
	background: url(art/logo.png) center no-repeat;
	height: 110px;
}

#bottom
{
	height: 35px;
	width: 800px;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;

}

#bottom ul
{
	width: 800px;
	display: inline;
}

#bottom li
{
	float: right;
	list-style: none;
	margin-left: 20px;
	margin-right: 10px;
	text-align: left;
}

#bottom li img
{
	float: left;
	padding-right: 5px;
}

#bottom a
{
	color:black;
	font-size: 90%;
}


/*----------------------------------------------------------------------------------*/

.alfonso
{
	border: 2px solid white;
	background: url(art/linkback.png); 
	color:black; 
	font-size: 90%; 
	border-radius: 10px; 
	padding:5px; 
	box-shadow: 0px 0px 15px 1px #000; 
	text-shadow: none;

}
.prop
{
	border: 2px solid white;
	background: url(art/linkback.png); 
	color:black; 
	font-size: 90%; 
	border-radius: 10px; 
	padding:5px; 
	box-shadow: 0px 0px 15px 1px #000; 
	text-shadow: none;
	min-height: 105px;

}
.prop img
{
	float:left;
	padding: 5px;
}
.caja
{
	border:6px double white;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
	background: url(art/todoback.png);
	width:450px;
	text-align: center;
	font-weight: bold;
	color: white;
}

.ideas img
{
	float: right;
	margin-right: 10px;
}

.ideas p
{
	width: 450px;
}

.ideas a
{
	color: blue;
}
/*--------------TABLAS-------------*/
table
{
	background: url(art/todoback.png);
	border: 2px solid white;
	font-size: 11px;
	border-collapse: collapse;
	overflow: visible;
}

td
{
	border: 1px solid white;
}
.paises img
{
	height: 30px;
	width: 50px;
}
.paises
{
	font-size: 11px;
	empty-cells: hide;
}
.paises td
{
	padding: 4px;
}
#gob
{
	table-layout: fixed;
	width: 600px;

}
.encab
{
	font-weight:bold;
	color:#ffffaa;
	text-align: center;
}
.nar
{
	color: orange;
}

