body{
	margin: 0px;
}
.baner{
	background: url(../img/baner.jpg) center no-repeat;
}
.cabecera_menu:link{
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.cabecera_menu:visited{
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.cabecera_menu:hover{
	font-family: tahoma;
	font-size: 10px;
	color: #FFFF00;
	font-weight: bold;
	text-decoration: underline;
}
.cabecera_menu:active{
	font-family: tahoma;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.menu_izquierdo:link{
	font-family: tahoma;
	font-size: 12px;
	color: #8D8D8D;
	font-weight: bold;
	text-decoration: none;
}
.menu_izquierdo:visited{
	font-family: tahoma;
	font-size: 12px;
	color: #8D8D8D;
	font-weight: bold;
	text-decoration: none;
}
.menu_izquierdo:hover{
	font-family: tahoma;
	font-size: 12px;
	color: #EF2138;
	font-weight: bold;
	text-decoration: underline;
}
.menu_izquierdo:active{
	font-family: tahoma;
	font-size: 12px;
	color: #8D8D8D;
	font-weight: bold;
	text-decoration: none;
}
.texto_sup_1{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #707070;
	padding-left: 10px;
}
.texto_sup_2{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	padding-left: 10px;
}
.sombra_izquierda{
	background: url(../img/sombra_izquierda.jpg) repeat-y right;
}
.sombra_derecha{
	background: url(../img/sombra_derecha.jpg) repeat-y left;
}
.derechos_reservados{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}