@charset "UTF-8";
body  {
	font: 100% "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	background: #300;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #B97;
}
a:link {
	text-decoration: none;
	color: #FFF;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:active {
	text-decoration: line-through;
	color: #FFF;
}
.columnas   #contenedor {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #300 url(../interfaz/fondo.gif);
	margin: 0 auto;
	text-align: left;
	padding: 0px;
} 
.columnas   #columna1 {
	float: left; /* since this element is floated, a width must be given */
	width: 137px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
.columnas    #columna2 {
	float: left; /* since this element is floated, a width must be given */
	width: 275px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
.columnas    #columna3 {
	margin: 0 0px 0 412px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#titulo h1 {
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
#titulo {
	height: 411px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-image: url(../interfaz/titulos/03.gif);
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#espacio {
	height: 74px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#columna2  #cajamenu {
	height: 300px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#columna2   #menu  {
	list-style-type: none;
	font-size: x-large;
	line-height: 1em;
	padding: 15px 20px 20px;
	margin: 0px;
}
#patrocinadores {
	text-align: center;
	background-color: #FFF;
	padding-top: 10px;
}
#seccion {
	padding: 0px 10px 0px 25px;
	height: 74px;
}
h2 {
	margin: 0px;
	font-size: xx-large;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 {
	font-size: x-large;
	font-weight: lighter;
	padding-top: 0px;
	margin-top: 0px;
}
small {
	margin: 0px;
	padding: 0px;
}
.imagen {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.elemento {
	padding: 20px 20px 10px 25px;
	margin: 0px;
	line-height: 3ex;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.pie {
	padding: 10px;
	margin: 0px;
	line-height: 2ex;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	font-size: small;
}
.truco {
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
}
.derecha {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}
.menor {
	font-size: smaller;
}