div#container
{
	width: 450px;
	margin: 0 auto;
	background-color: #fff;
}

#content
{
	float: left;
	width: 185px;
	padding-left: 30px;
}

div#navigation
{
	float:right;
	width:185px;
	padding-right: 30px;
}

* html div#navigation
{
	float:right;
	width:185px;
}


div#extra 
{
	float:left;
	clear:left;
	width:185px;
	margin: 0 0 10px 30px;
}

* html div#extra 
{
	margin: 0 0 20px 15px;
}

*:first-child+html div#extra 
{
	margin: 0 0 20px 15px;
}

div#extra p
{
	text-size: 0.9em;
	color: #2160A3
}

div#footer{clear:both;width:100%}


html,body
{
	margin: 0;
	padding: 0;
	background-color: #a2b7d4;
}

body
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 76%;
}

a, a:visited
{
	color: #2160A3;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:visited:hover
{
	text-decoration: underline;
	font-weight: bold;
}

div#header
{
	margin: 0;
}

div#titulos
{
	margin-left:30px;
}

div#header h1
{
	color: #fff;
	font-size: 26px;
	font-weight: lighter;
	margin-bottom: -0.1em;
}


div#header h2
{
	color: #2160A3;
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
}

.mes
{
	color: #fff;
	font-size: 1em;
}

#urlaf
{
	color: #fff;
	font-size: 1em;
	text-align:right;
	margin-top: -20px;
	margin-right: 30px;
}

#header a
{
	color: #fff;
	text-decoration:none;
	
}

#header a:hover
{
	text-decoration:underline;
	
}

.sobretit
{
	color: #2160A3;
	font-size: 1em;
	line-height: 120%;
	margin-top: 12px;
	margin-bottom: -10px;
}


div#content p, div#navigation p
{
	color: #000;
	font-size: 0.9em;
	text-align:justify;

}

.didaboxup
{
	margin: -4px 30px 10px 0;
	padding-top: 20px;
	padding: 10px;
	background-color:#F0F0F0;
	color:#000;
	font-size: 0.8em;
	text-align:justify;
}

* html .didaboxup
{
	margin: -4px 30px 15px 0;
	padding: 10px;
}

*:first-child+html .didaboxup
{
	margin: -4px 30px 15px 0;
	padding: 10px;
}

.didabox
{
	margin: 0;
	margin-top: -4px;
	padding: 5px 10px 5px 10px;
	background-color:#F0F0F0;
	color:#000;
	font-size: 0.8em;
}

* html .didabox
{
	margin: -4px 0 15px 0;
}

*:first-child+html .didabox
{
	margin: -4px 0 15px 0;
}

div#footer
{
	height: 131px;
	background-color:#2160A3;
}


