/* Defino las características del fondo */
body {
	background: gray; /* Defino color de fondo */
	margin: 0; /* margin and padding only necessary to cater for Mac IE5 */
	padding: 0;
 /*\*/	overflow: hidden; /* porque Mac IE5 no entiende correctamente */
} 

/* Propiedades generales de los divs */
div
{
	margin: 0;
	padding: 0;
}

/* Sector demenú izquierdo */
#sidebar_left
{
	position: absolute;
	top: 61px;
	left: 0.5%;
	width: 25%;
	height: 560px;

	/* Exclude all previous props for Mac IE5 */
	margin: 26% 31% 1% 21%; /* Cater for Mac IE5 */
	/*\*/ margin: 0; /* Put back for all the rest */
	/*\*/ overflow: auto; /* no need for Mac IE5 to see this */
	overflow: auto;
	background: white;
}

/* Sector de contenido central */
#content
{
	position: absolute;
	top: 61px;
	width: 73.5%;
	left: 26%;
	height: 560px;

	/* Exclude all previous props for Mac IE5 */
	margin: 26% 31% 1% 21%; /* Cater for Mac IE5 */
	/*\*/ margin: 0; /* Put back for all the rest */
	/*\*/ overflow: auto; /* no need for Mac IE5 to see this */
	background: white;
}

/* Encabezado */
#header
{
	position: absolute;
	top: 3px;
	height: 55px;
	left: 0.5%;
	width: 99%;
/*	right: 3px;*/
	overflow: auto;
	background: white;
}

/* Distancia entre el borde del div y el borde del elemento */
div.paddingwrap
{
	margin: 0;
	padding: 10px;
}

/* Tablas para links y fotos */
table.enlaces {
	margin-left: auto;
	margin-right: auto;
	table-layout: fixed;
	border-style: hidden;
	border-width: 0;
	width: 70%;
}

td {
	vertical-align: middle;
	text-align: left
}

/* Tabla para títulos de artículos de interés */
table.articulos {
	margin-left: 10px;
	margin-right: 10px;
	table-layout: fixed;
	border-style: hidden;
	border-width: 0;
	width: 95%;
}

tr.color1 {
	vertical-align: middle;
	text-align: left;
	background-color: #EFEFEF;

/*	padding-left: 10px;
	padding-top: 3px;
	margin-bottom: 15px;*/
	height: 49px;
	position: relative;
	border-width: 0	
	/*text-indent: 10px;	*/
	/*text-align: center;*/
}

tr.color2 {
	vertical-align: middle;
	text-align: left;
	background-color: #DEE3E7;

/*	padding-left: 10px;
	padding-top: 3px;
	margin-bottom: 15px;*/
	height: 49px;
	position: relative;
	border-width: 0	
	/*text-indent: 10px;	*/
	/*text-align: center;*/
}

td.color2 {
	vertical-align: middle;
	text-align: left;
	background-color: #DEE3E7;
	height: 20px;
}

tr.filafotos
{
	margin-top: 20px
}
