html{
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

body {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #CCAD79;
	scrollbar-face-color: #CCAD79;
	scrollbar-highlight-color: #F3DCB5;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #F3DCB5;
	scrollbar-arrow-color: #F3DCB5;
	scrollbar-track-color: #CCAD79;
	scrollbar-darkshadow-color: #CCAD79;
	font-size: 13px;
	font-face: verdana;
	text-align: justify;
	color: #8D744B;
}

.titulo {width: 740px;
	height: 40px;
	border-top: double; 
	border-left: double; 
	border-right: double;
	margin: 20px auto 0px auto;
	padding: 0px;
	background: #F3DCB5;
	font-weight: bold;
	font-size: 18px; 
	text-align: center;}

.leng {width: 740px;
	height: 20px; 
	border-left: double; 
	border-right: double;
	margin: 0 auto 0 auto;
	padding: 0px;
	background: #F3DCB5;
	font-weight: bold;
	font-size: 12px; 
	text-align: right;}

.cabecera {width: 740px;
	border-left: double; 
	border-right: double;
	margin: 0 auto 0 auto;
	padding: 0px;
	background: #F3DCB5;}


.cuerpoppal {
	width: 740px;
	height: auto;
	border-top: none;
	border-left: double;
	border-right: double;
	border-bottom: double;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	padding: 0;
	background-color: #F3DCB5;
	background-image: url(images/fondo.jpg);
	background-position: top;
	background-repeat: no-repeat;  
	position: relative;
	top: 0px;
	left: 0px;
}



a { color: #5E4419; text-decoration: underline; font-weight: bold; cursor:pointer}
a:link { color: #5E4419; text-decoration: none; font-weight: bold}
a:visited {color: #5E4419; text-decoration: none; font-weight: bold}
a:active {color: #5E4419; text-decoration: none; font-weight: bold}
a:hover {color: #9B7B45; text-decoration: none; font-weight: bold}

.pie {
	position: relative; bottom: 0px;
	padding: 20px}


.head {font-weight: bold; font-size: 14px; padding-bottom: 2px; text-transform: uppercase; color: #A07C3E; border-bottom: double; letter-spacing: 2px; text-align: left}

.texto{
	width: 310px;
	position: relative; top: 0px; left: 194px;
	z-index: 20;
	margin: 0px;
	padding: 20px;
	border: 1px solid #CCAD79;
	background: #F3DCB5;
	text-align: justify;
	
}

.relleno {height: 500px;}


.navbar  { 
	text-align: center; 
	width: 140px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #CCAD79;
	background: #F3DCB5;
}
.izq  { 
	position: absolute; top: -50px; left: 4px;
}

.dcha  { 
	position: absolute; top: -50px; left: 554px;
}

.navhead {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 2px;
	color: #A07C3E;
	letter-spacing: 2px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
}
