* {
	margin: 0;
	padding: 0;
}
html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	text-align: center;
	background-image: url(imagenes/fondo.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #444;
}

.tablaContenedor {
	/*padding: 10px;*/
	margin: 0 auto;
	background-color: #E1E2E1;
	width: 854px;
	height: 100%;
}

.izquierdaInteriores {
	text-align: left;
	width: 186px;
	height: 472px;
	float: left;
	background-image: url(imagenes/fondo_izquierda.gif);
	background-repeat: repeat-y;
}

.centroInteriores {
	position:relative;
	text-align: left;
	width: 668px;
	float: left;
}

p {
	text-align: left;
	margin: 15px;
	font-size: 0.9em;
	color: #524E4C;
	line-height: 1.4em;
}

h1 {
	text-align: left;
	padding: 10px 0 0 25px;
	font-weight: normal;
	color: #FFF;	
	height: 69px;
	font-size: 0.8em;
	background-image: url(imagenes/fondo_cabeceras_izquierda.gif);
	background-repeat: no-repeat;
}

h2 {
	padding: 10px 0 0 25px;
	text-align: left;
	font-weight: normal;
	color: #FFF;
	height: 79px;
	font-size: 0.8em;
	background-image: url(imagenes/fondo_cabeceras.gif);
	background-repeat: repeat-x;
}

.overPie {
	margin: 0 auto;	
	text-align: left;
	width: 854px;
	height: 66px;
	background-image: url(imagenes/bottom2_interiores.gif);
	background-repeat: no-repeat; 
}

.overPieIndex {
	margin: 0 auto;	
	text-align: left;
	width: 854px;
	height: 65px;
	background-image: url(imagenes/bottom2_index.gif);
	background-repeat: no-repeat; 
}

.pie {
	margin: 0 auto;	
	text-align: left;
	width: 854px;
	height: 68px;
	background-image: url(imagenes/fondo_pie.gif);
	background-repeat: no-repeat; 
}

#menuPie {
	font-size: 1em;
	width: 650px;
}

#menuPie ul{
	margin: 0 15px 0 0;
	position: relative;
	top: 0;
	text-align: right;
	list-style-type: none;
}

#menuPie li {
	display: inline;
	padding: 2px 0 0 0;
}

#menuPie li a {
	font-size: 0.8em;
	color: #FFF;
	padding: 0 0 0 10px;
	display: inline;
	width: 200px;
	text-decoration: none;
}

#menuPie li a:hover{
	padding: 0 0 0 10px;
	text-decoration: none;
	color: #CCC;
}

#derecha h1 {
	text-align: left;
	padding: 10px 0 0 25px;
	font-weight: normal;	
	height: 36px;
	font-size: 0.8em;
	background-image: url(imagenes/fondo_cabeceras_derecha.gif);
	background-repeat: repeat-x;
}

#derecha {
	height: 472px;
	width: 166px;
	float: right;
	background-color: #FFF;
}

#menu ul {
	text-align: left;
	font-size: 0.8em;
	color: #686563;
	list-style-type: none;
}

#menu li{
	color: #686563;
	display: block;
}

#menu li a{
	height: 35px;
	padding: 0 0 0 20px;
	text-decoration: none;
	color: #686563;
	display: block;
}

#menu li a:hover{
	text-decoration: underline;
	color: #686563;
}
