/* Customize your layout here, for support please visit www.webart.no/forum */

* {margin: 0;
   padding: 0;}
   
body {
	background-color: #FFFFFF;
	color: #FFFFFF;
	}
	
/* Begin Structure of site '*/  
 
#container {
	width: 750px;
	padding:0px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #807D5E;
	background-color: #E9E8CC;
}

#header {margin-top: 1px;
	background-image: url(images/top.jpg);
	height: 116px;
	border: 0px solid #FFFFFF;
}

#left {
	float: left;
	width: 145px;
	color: #807D5E;
	background-color: #E9E8CC;
	padding: 0px;
}

#right {
	float: right;
	width: 160px;
	margin-top: 0px;
	color: #807D5E;
	background-color: #E9E8CC;
	padding: 0px;
	
}

#content {
	margin-top: 0px;
	margin-left: 145px;
	margin-right: 160px;
	margin-bottom: -15px;
	color: #807D5E;
	background-color: #FFFFFF;
	padding: 0px;
	border: 0px solid #000000;
	text-align: justify;
}

#footer {
	clear: both;
	background-color: #DEDBBA;
	color: #807D5E;
	padding: 3px;
	border: 0px solid #FFFFFF;
	text-align: center;
}

/* Begin text formatting and image floats */

.imageleft{
	float: left;
	margin-right: 7px;
	margin-bottom: 1px;
	font-weight: bold;
}



.iso{
	float: center;
	margin-right: 7px;
	margin-bottom: 10px;
	font-weight: bold;
}


/* Begin text formatting and image floats */

.imageright2{
	float: right;
	margin-right: 0px;
	margin-top: 76px;
	font-weight: bold;
}


p{
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	color: #807D5E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;

}

h1{
	background-color: #DEDBBA;
	padding: 5px;
	font-size: 1.3em;
	color: #807D5E;
	margin-top: 0px;
	margin-bottom: 15px;
	border-top: 0px solid white;
	border-bottom: 0px solid white;

}

h2{
	background-color: #DEDBBA;
	padding: 5px;
	font-size: 1.3em;
	color: #807D5E;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 0px solid white;
	border-bottom: 0px solid white;

}

.list {
	margin-left: 25px;
	list-style-image: url(images/list_bullet.png);
	margin-top: 30px;
}

a:link {
	color: #807D5E;
	background-color: inherit;
	text-decoration:none;
}
a:visited {
	color: #807D5E;
	background-color: inherit;
}
a:hover {
	color: #869D2E;
	background-color: inherit;
	text-decoration:underline;
}
a:active {
	color: #807D5E;
	background-color: inherit;
}

/********** Begin top navigation *************/

.Menu_Rojo_Beige {
background-color:#DF1A23;
display:table-cell;
font-family:Verdana,Arial,Helvetica,sans-serif;
color:#FFFFFF;
font-size:11px;
height:23px;
padding:0px;
text-align:center;
text-decoration:none;
vertical-align:middle;
width:150px;
cursor:pointer;
}
.Menu_Rojo_Beige:hover {
background-color:#CCCC99;
}


.Menu_Rojo_Beige_over {
background-color:#CCCC99;
display:table-cell;
font-family:Verdana,Arial,Helvetica,sans-serif;
color:#FFFFFF;
font-size:11px;
height:23px;
padding:0px;
text-align:center;
text-decoration:none;
vertical-align:middle;
width:150px;
cursor:pointer;
}

.MenuBorde{
	border:0px solid #FFFFFF;
}

body table tr td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}
.titulo {
	text-align: center;
	color: #807D5E;
	font-size: x-small;
	font-weight: bold;
}
.tituloleft {
	text-align: left;
	color: #807D5E;
	font-size: x-small;
	font-weight: bold;
}
