﻿body {
    margin : 0px;
    padding: 0px;
    color: #7F7F7F;	
  	background-color: #A6A797;	
}

/* Albin */

body a {
}
#menu a {
    text-decoration: none;
}
#menu .submenu {
    display: none;
}

#ctl00_flash {
	position: relative;
	border : solid 0px red;
	z-index: 0;
}

#contenedor{		
	position: absolute;	
	top   : 50%;
	left  : 50%;
	width : 1000px;
	height:  635px;	
	margin : -305px 0px 0px -500px;
	padding:  0px;
	background-color: #fff;
}
#menu {	
	position: absolute;
	top   :   83px;	
	left  :  0px;
	width : 122px;
	color : #000;
	border: solid 0px red;
	z-index: 1;
}

#pie {
	text-align:center;
	width : 1000px;
	height: 15px;	
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #fff;
	border:solid 0px red;
	background-color: #A6A797;	
	padding: 10px 0px 0px 0px;
}
#pie a{
	color: #fff;
	text-decoration: underline;
}
