/*----------------------------------------------------------------------
	layout
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*html, body { 
	margin: 0;
	padding: 0;
	height: 100%;
}

.frame{
	position: fixed;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0;
	background:url(../images/bg/bg_page.png);
}

.container{
	display:table-cell;
	vertical-align: middle;
	position: relative;
}

.frame_in{
	width:528px;
	height:363px;
	background-color:#FFF;
}

.inner{
	width:1024px;
	margin: 0 auto;
    padding: 0 20px;
	color:#331201;
}*/

html,
body{
	margin:0;
	padding:0;
	background:url(../images/bg/bg_page.png);
}
	
#contenedor {
	width:528px;
	height:363px;
	margin:10px auto;
	position:relative;
}

#contenido {
	width: 528px;
	height: 363px;
	position: absolute;
	top: 10px;
	left: 10px;
}

/* invisible para IE 5 \*/
#contenedor{
	position:absolute;
	margin:-190px 0 0 -280px;
	left:50%;
	top:50%;
}
/* fin hack */

ul{
	margin-top:-70px;
	margin-left:-12px;
	text-align:center;
}

ul li{
	display:inline;
	padding:0 38px;
}

ul li a{
	color:#604D55;
	text-decoration:none;
}

ul li a:hover{
	text-decoration:underline;
}

.web{
	text-align:right;
}

.web a{
	color:#604D55;
	text-decoration:none;
}

.web a:hover{
	text-decoration:underline;
}
