/*estructura*/

html, body {
	padding: 0px;
	margin: auto;
	background-color: #e2dfdf;
	background-image: URL(images/IMG_fondo.gif); background-attachment: fixed; background-repeat: repeat-x; position: relative; background-position: center top;
	}

#contenedor {
	margin: auto;
	border: 5px solid white;
	width: 740px; \width: 730px; w\idth: 740px;
	background-color: white;
	}

#cabecera {
	height: 90px;
	background-image: URL(images/IMG_cabecera.gif);
	}

#menu-principal {
	padding: 5px;
	border-bottom: 5px solid white;
	background-color: black;
	text-align: center; font-weight: bold;
	color: gray;
	}

#flash{
	margin: 0px;
	}

#menu-lateral {
	width: 140px; \width: 135px; w\idth: 140px;
	border-right: 5px solid white;
	border-bottom: 5px solid white;
	float: left;
	}

#contenido {
	width: 553px; \width: 513px; w\idth: 553px; height: 100%;
	text-align: justify;
	padding: 20px;
	float: left;
	border: 1px solid #bfbfbf;
	margin-bottom: 10px solid white;
	background-image: URL(images/IMG_contenido.gif); background-repeat: repeat-x; background-position: top right;
	}

#margen {
	width: 140px;
	padding: 10px;
	margin-left: 20px;
	background-color: green;
	float: right;
	}

#pie {
	width: 720px; \width: 740px; w\idth: 720px;
	padding: 10px;
	text-align: center;
	color: white;
	background-image: URL(images/IMG_pie.gif);
	border-top: 5px solid white;
	clear: both;
	}



/*vínculos y botones*/

a:link, a:active, a:visited {color: white; font-weight: normal; text-decoration: none;}
a:hover {text-decoration: underline;}

#contenido a {color: #00a7d4; font-weight: normal;}

#menu-principal a {
	margin: 0px 5px 0px 5px;
	font-weight: bold;
	}

#menu-lateral a {
	width: 128px;
	display: block;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid white;
	color: black;
	background-color: #e9e9e9;
	background-image: URL(images/IMG_boton.gif); background-repeat: repeat-y;
	text-decoration: none; font-weight: normal;
	}

#menu-lateral a:hover {
	background-image: none;
	background-color: #d0d0d0;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	background-image: URL(images/IMG_boton2.gif); background-repeat: repeat-y;
	}



/*estilos de texto*/

html, body, table {font-family: arial; font-size: 12px;}
h1 {font-family: trebuchet ms, arial; font-size: 32px; font-weight: normal; margin: 0px; margin-bottom: 10px;}
h2 {font-family: trebuchet ms, arial; font-size: 20px; font-weight: bold; margin: 0px; margin-bottom: 15px;}
h3 {font-family: trebuchet ms, arial; font-size: 14px; font-weight: bold; margin: 0px;}
hr {border: 1px solid #bfbfbf; margin-top: 40px; margin-bottom: 15px;}
ol {list-style-type: decimal-leading-zero;}
ul {list-style-image: URL(images/IMG_bullet.gif);}

img {margin: 0px; border: 0px;}




/*otros estilos*/

.cajalateral {
	text-align: center;
	padding: 10px;
	background-color: #cf0c15;
	background-image: URL(images/IMG_cuadrolateral.gif); background-repeat: no-repeat; background-position: top;
	color: white;
	}

.botonera {
	border-top: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	margin-top: 5px;
	margin-bottom: 5px;
	}

#contenido div {
	display: table;
	clear: both;
	height: 100%;
	}

table {
	margin-bottom: 20px;
	text-align: left;
	}

td {
	padding: 2px 5px 2px 5px;
	background-color: #eee;
	}

th {
	padding: 3px 6px 3px 6px;
	border-top: 10px solid white;
	background-color: black;
	color: white;
	font-weight: bold;
	}

.derecha {
	text-align: right;
	}

.novedad {
	margin: 0px 5px 0px 5px;
	padding-down: 10px;
	filter: alpha(opacity=100%);
	opacity: 1;
	}

.novedad a:hover {
	filter: alpha(opacity=50%);
	opacity: .5;
	}

form {
	margin: 0px;
	}

	
/* foro */

#foro {}

.botonforo {
	text-align: center;
	width: 150px;
	display: block;
	padding: 4px;
	color: white;
	background-color: #cf0c15;
	border: 2px solid #9b161c;
	border-left: #f3646b;
	border-top: #f3646b;
	}

#foro td {
	padding: 5px;
	}

#foro td img {
	float: middle;
	}
