html {
	height:100%;
}

body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#fff;
}

#main {
	background-image:url(../jpg/sombraMain.jpg);
	background-repeat:repeat-y;
	background-color : #ECE9D8;
	width:970px;
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
	position:relative;
}

* html #main {height:100%}

#inner-main {
	padding-left:10px;
}

#contenido{
	padding-bottom:120px;
	//background-color:#0C0;
}

#contenido:after {
	content:" ";
	display:block;
	float:left;
	clear:both;
}

* html #contenido {
	height:1px;
}


#inner-contenido{
	margin:0;
	padding:0;
	text-align:left;
	width:950;
	height:200px;
}
					
#pie{
	height:60px;
	background-color : #413d3e;
	background-image:url(../jpg/textura.jpg);
	background-repeat:repeat;
	position:absolute;
	bottom:0;
	width:950px;
}

#sombra{
	width:100%;
	height:20px;
	background-image:url(../jpg/texturaSombra.jpg);
	background-repeat:repeat-x;
	direction: ltr;
}

table {
	text-align: center;
}
#menu-down {
	position:relative;
	top:15px;
}
.vertical {
	border-color: #E3A411;
	border-width: 1px;
	border-style: none none none solid;
	height:10px;
}
.menuText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ECE9D8;
}

.tituloGris{
	margin:0px;
	padding-left:20px;
	padding-bottom:8px;
	background: #403F3D;
	color: #F6F3EA;
}

.textoGris{
	padding-top:15px;
	color:#5C594A;
}

a:link {
	color: #ECE9D8;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ECE9D8;
}
a:hover {
	text-decoration: underline;
	color: #F90;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
