/* CSS Document */
* {margin: 0;
    padding: 0;}
	

p {
	padding-top: 7px;
	padding-bottom:7px;
	text-align: justify;
	color: #5d4640;
}
h1 {
	padding-top:20px;
	text-align: center;
	font-size: 2em;
	font-style: italic;
	color: #5d4640;
}
h2 {
	padding:15px 0 0 80px;
	text-align: left;
	font-size: 1.4em;
	font-style: italic;
	color: #5d4640;
}
/*h3: pie*/
h3 {
	padding-top:10px;
	text-align: center;
	font-size: 70%;
	font-style: italic;
	color: #000;
}
	
#container {
	margin: 0px auto;
	width: 797px;
	color: #74210e;
	font-size: 1.2em;
	float:center;
}

#cabecera{
	background-image: url(../imagenes/cabecera.gif);
	height: 150px;
}

#mitad {
	background-image: url(../imagenes/content_top.gif);
	height: 25px;
}

#contenido{
	background-image: url(../imagenes/content.gif);
	background-repeat:  repeat-y;
	padding-left: 80px;
	padding-right: 80px;
}
#pie{
	background-image: url(../imagenes/pie.gif);
	height:35px;
	text-align:center;
}


#pie a{
	text-decoration:none;
}
#pie a:visited, a:link{
	text-decoration:none;
	color:#000;
}
#pie a:hover:{
	color:#930;
}

body {
	background-image: url(../imagenes/bg.gif);
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 62.5%;
	background-repeat: repeat;
	background-position: center top;
	text-align:center;
	scrollbar-face-color: #d3c092; 
	scrollbar-shadow-color: #ffc; 
	scrollbar-highlight-color: #ffc; 
	scrollbar-3dlight-color: #cc6; 
	scrollbar-darkshadow-color: #cc6; 
	scrollbar-track-color: #e6d2a1; 
	scrollbar-arrow-color: #fff;
	
	}
	
/*******************  MENU  **********************/
#menu {
	background-image: url(../imagenes/menu.gif);
	background-repeat: no-repeat;
	width: 220px;
	height: 320px;
	float: left;
	margin-left:-80px;
	.margin-left:-40px;

	}
/***************** NAV ***************************/
.navcontainer{
	width:120px;
	margin-left:25px;
	.margin-left:3px;
	margin-right:30px;
	margin-top:18px;
	text-align:center;
}
.navcontainer ul{
	margin-left:0;
	padding-left:0;
	list-style-type:none;
}
.navcontainer a{
	display:block;
	padding:3px;
	width:120px;
	border-bottom:1px dashed #655e5c;
}
.navcontainer a:link, .navlista a:visited{
	font-style:italic;
	font-size:1.4em;
	color:#74210e;
	text-decoration:none;
}
.navcontainer a:hover{
	background-color:#884435;
	color:#dac8a1;
}
/*****************cierro NAV ***************************/




#titulo{
	/*background-position: center top;*/
	margin-left:190px;
	.margin-left:50px;
	background-repeat: no-repeat;
	width:396px;
	height:58px;
}

#trepertorio{
	background-image: url(../imagenes/titulos/trepertorio.jpg);
	height:58px;
	background-repeat: no-repeat;
	background-position: center top;
	margin:0 0 40px 120px;
	.margin:0 0 40px 0;
	
}



#space{
	clear:both;
}

/*
.enlace a:link,a:visited, a:active{
	
	text-decoration:none;
	color:#963;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 70%;

}
.enlace a:hover{
	color:#c96;
}*/