body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	margin:0;
	background-color: #F1EDED;
}
.center{
	text-align:center;
}
a:link,a:active,a:visited{
	color: black;
	text-decoration: none;
	}

a:hover{
	text-decoration:underline;
	}

#pagina {
	text-align:left;
	width:795px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #918F67; 
}
#sup {
}
#izq {
	width:326px;
}
#der {
	width:143px;
}  
  
#shadow-container { position: relative; left: 5px; top: 5px; margin-right: 0px; margin-bottom: 5px; }
#shadow-container .shadow2, #shadow-container .shadow3,#shadow-container .shadow4, #shadow-container .container { position: relative; left: -1px; top: -1px; }
#shadow-container .shadow1 {background-color: #82805B;}
#shadow-container .shadow2 {background-color: #737151;}
#shadow-container .shadow3 {background-color: #5E5C42;}
#shadow-container .shadow4 {background-color: #56543D;}
#shadow-container .shadow5 {background-color: #444331;}
#shadow-container .container {background: #ffffff;padding: 10px;border-right-width: 1px;border-bottom-width: 1px;border-right-style: solid;border-bottom-style: solid;border-right-color: #848284;border-bottom-color: #848284;border-top-width: 0px;border-left-width: 0px;}
  
#contenido {
	width:326px;
	height:auto;
}
#pie {
	height:auto;
	text-align:center;
	position: relative;
	clear: left;
	font-size:10px;
}
#pie_inicio {
	height:20px;
	text-align:right;
	position: relative;
	clear: left;
	font-size:10px;
	background-color: #DBD9C5;
	padding-top:10px;
	padding-right:30px;
}
.titulo{
	color: #64801F;
}
/* truco para las columnas */ 

.columna {
  position: relative;
  float: left;
  padding-bottom: 20010px;  /* X + padding-bottom */
  margin-bottom: -20000px;  /* X */
}
input,textarea{
	background-color: #EEEEEE;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.popup {
    display:none;
    position:absolute;
}
