/* CSS Document */

body { 
background: #45561D url(images/back_tile.jpg) 0 0 repeat-x;
margin: 0px 0px 0px 0px;
height: 100%;
font-size: 80%;
align: center;
}


table {
margin: 0;
padding: 0;
}


.left { 
margin-top: 0;
background: #E3D9A5 url(images/left_tile.png) 0 0 repeat-y;
}

.bode { 
background: #E3D9A5 url(images/body_tile.png) 0 0 repeat-y;
}

.textos_cuerpo {
	
	padding:0;
	font-family:  "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #123124;
}

.textos_cuerpo a{
	color: #123124;
	text-decoration: none;
	font-weight: bold;
	}
	
.textos_cuerpo a:hover{
	color: #123124;
	text-decoration: underline;
	
	}

.textos_cuerpo_sm {
	
	padding:0;
	font-family:  "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #8A9487;
}

h1 {
margin:0;
	padding:0;
	font-family:  Arial, "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size: 22px;
	color: #123124;
	font-weight: normal;
	}

h2 {
margin:0;
	padding:0;
	font-family:  Arial, "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size: 15px;
	color: #123124;
	font-weight: normal;
	}
	
	
/*- Menu 1--------------------------- */
	
ul {
 	font-family:  "Lucida Sans Unicode", verdana, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu1 {
	width: 100%;
	/*margin: 5px;*/
	/*border-style: solid solid none solid;
	border-bottom: #3D261D;
	border-size: 2px;
	border-width: 1px; */
	}
	
#menu1 li a {
	line-height: 24px;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	/*border-bottom: 1px solid #918B77;*/
  	height: 24px;
	text-decoration: none;
	}	
	
#menu1 li a:link, #menu1 li a:visited {
	color: #123124;
	display: block;
	background:  url(images/menu_item_normal.png);
	padding: 8px 0 0 14px;
	}
	
#menu1 li a:hover {
	background:  url(images/menu_item_over.png) 0 -32px;
	padding: 8px 0 0 14px;
	}	

/*::::::::::CUERPO::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
