
div#izquierda
{
	float: left;
	width: 250px;
}

#izquierda ul#menu
{
	margin: 0; padding: 0;
	list-style-type: none;
}

#izquierda ul#menu li
{
	margin: 0;
	padding: 0;
	height: 50px;
}

#izquierda ul#menu li a
{
	display:  block;
	height: 50px;
	text-indent: -1000em;
	text-decoration: none;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-bottom-color: #DAA520;
	border-right-color: #DAA520;

	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#izquierda ul#menu li a:hover
{
	border-color: #8B4513
}

a#nosotros 	{ background-image: url(../img/boton_nosotros.gif);}
a#maestros	{ background-image: url(../img/boton_linea_de_maestros.gif);}
a#programas	{ background-image: url(../img/boton_programas_de_estudio.gif);}
a#fedGongFu	{ background-image: url(../img/boton_federacion_gongFu.gif);}
a#fedTaiji	{ background-image: url(../img/boton_federacion_taiji.gif);}	

div#derecha	
{
	margin-left: 250px;
	padding: .5em 20px;
}

h2
{
	line-height: 40px;
	margin: 0;
	padding: 0;
	height: 40px;
	overflow: hidden;
	font-size: 2.2em;
	font-variant: small-caps;
	letter-spacing: -1px;
	text-transform: capitalize;
	font-family: sans-serif;
	color: #AB6666;
	padding-left: 10px;
}

div#derecha h2 span
{
	font-size: 14px;
	font-variant: normal;
	text-transform: none;
	letter-spacing: normal;
	font-family: "Trebuchet MS", georgia, sans-serif, arial, tahoma, verdana;
}

div.aviso
{
	htteight: 45px;
	padding: 5px;
	overflow: hidden;
	border-top: 1px solid #DCDCDC;
}
div.evento
{
	border-top: 1px solid #DCDCDC;
}

p
{
	margin: 0; padding: 0;
	padding-bottom: 1em;
	font-size: 1em;
	text-align: justify;
}

span.titulo
{
	display: inline;
	margin:0; padding: 0;
	font-weight: bold;
	color: #A52A2A;
	font-family: Arial, Helvetica, sans-serif;
}

div.aviso.quintuple {	height: 225px; }
div.aviso.cuadruple {	height: 180px; }
div.aviso.triple {	height: 135px; }
div.aviso.doble {	height: 90px; }

span.fecha
{
	color: silver;
	line-height: 1em;
}

#footer
	{
		background-color: #600;
		border-top: 1px solid black;
		vertical-align: middle;
		color: #c93;
		font-size: .8em;
		font-family: arial, sans-serif;		
		padding: .3em 2em;
	}	
	
div#contacto
{
	margin: 0 1em;
	clear: both;
}
div#contacto form
{
	margin: 0; padding: 0;
}

div#contacto h2
{
	border-bottom: 1px solid #DCDCDC;
	margin-bottom: .5em;
}	
