body {
	margin: 0 0 1em 0;
	padding: 0;
	color: black;
	background-color: #eee;
	line-height: 130%;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: center;
}

#wrapper-header {	background: #2a4013; }

#header {
	background: #202e14 url('../images/banner4.jpg') right no-repeat;
	width: 800px;
	height: 125px;
	line-height: 125px;
	margin: 0 auto;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	text-align: left;
}

#header img {
border: 0;}

#header h1 {
float: right;
	margin: 0;
	padding: 0;
	font-size: 100%;
	letter-spacing: -1px;
}

#wrapper-menu {
	background: #88ac0b url('images/menu-background.png') top left repeat-x;
	float: left;
	width: 100%;
}

#menu {
	width: 800px;
	margin: 0 auto;
	font-size: 110%;
	white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
	padding-right: 2px;	/* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #95bc0e;
	border-right: 1px solid #95bf0f;
	width: 100%;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
	padding: 0.25em 1em;
	background: transparent;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #95bc0e;
}

#menu a:hover {
	background: #b6e41c url('images/menu-hover.png') repeat-x;
	color: #485b06;
}

#content {
	width: 780px; 
	margin: 0 auto;
	padding: 3.5em 10px 20px 10px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background: white;
	font-size: 100%;
	text-align: left;
}

#idioma {
	float: right;
	width: 70px;
	margin: -2em -5px 0 0;
/*	border: 1px 0 1px 1px;
	border-color: #CCC;
	border-style: solid;*/
	font-size: 70%;
	text-align: right;

}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

.izq {
float: left;
margin-right: 10px;
margin-bottom: 5px;
border: 1px solid #666666;
}

#footer {
	margin: 0 auto;
	padding: 2px 1%;
	width: 780px;
	text-align: right;
	color: white;
	letter-spacing: 0.15em;
	background: #88ac0b url('images/menu-background.png') top left repeat-x;
	border: 1px solid #a0c80e;
	font-size: 80%;
}

h2 {
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #a0c80e;
	font-size: 150%;
	letter-spacing: -1px;
}

a:link, a:visited {
	color: #260;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

p { margin-left: 1em; }

/************imagenes**************************************************************/


.visordiv { 
margin-top: 6px;
margin-left: 530px;
}

 .floatright1
{
float: right;
width: 225px;
margin: 0 8px 10px 0;
background-color: #fff;
padding: 2px;
border-top: 1px dotted #999;
border-right: 1px dotted #555;
border-bottom: 1px dotted #555;
border-left: 1px dotted #999;
}
 .floatright2
{
float: right;
width: 150px;
margin: 0 8px 10px 0;
background-color: #fff;
padding: 2px;
border-top: 1px dotted #999;
border-right: 1px dotted #555;
border-bottom: 1px dotted #555;
border-left: 1px dotted #999;
}
div.floatright1 img, div.floatright2 img
{
border-top: 1px dotted #555;
border-right: 1px dotted #999;
border-bottom: 1px dotted #999;
border-left: 1px dotted #555;
}

.grande {font-size: x-large}

.floatrighttext h3 {
	color: #666;
	padding-top: 5px;
	border-bottom: 1px dotted #006600;
	font-size: 130%;
	letter-spacing: -1px;
}

.floatrighttext{
float: right;
width: 350px;
margin: 0 10px 10px 0;
background-color: #fafaf5;
padding-top: 2px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
border: 1px dotted #006600;
}

.floatbottomtext{
float: right;
width: 760px;
font-size: 90%;
/*color: #006600;*/
background-color: #fafaf5;
padding: 5px;
border: 1px dotted #006600;
}

.floatderecha{
float: right;
width: 480px;
margin: 0 10px 10px 0;
background-color: #fafaf5;
padding-top: 2px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
border: 1px dotted #006600;
}