/* CSS Document */
/* menu pricipal*/
.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#ECECFF;
color:#0000FF;
width:110px;
padding:2px;
text-align:center;
font-weight:bold;
font-size:10px;
border:2px solid #000000;
}
/* menu media maraton */
.menu2title{
	cursor:pointer;
	font-size:10px;
	background-color:#99cccc;
	color: #0000FF;
	width:110px;
	text-align:center;
	font-weight:bold;
	border:2px solid #0000FF;
	height: 15px;
	
}
/* menu resultados */
.menu3title{
	cursor:pointer;
	font-size:10px;
	background-color: #0066FF;
	color: #FFFFFF;
	width:80px;
	text-align:center;
	font-weight:bold;
	border:2px solid #00FFFF;
	height: 15px;
}
/* submenu del menu pricipal */
.submenu{
margin-bottom: 0.5em;
font-size:12px;

}
a:link {
	text-decoration: none;
	color: #000080;
}
a:visited {
	text-decoration: none;
	color: #000080;
}
a:hover {
	text-decoration: none;
	color: #000080;
}
a:active {
	text-decoration: none;
	color: #000080;
}
/* imagen de fondo de las paginas */
body {
	background-image:  url(../imagenes/fondopaginaweb/fondo90.gif);
}
/* distintos estilos de letras */
.Estilo1 {
	color: #0000FF;
	font-size: 36px;
}
.Estilo2 {
	color:#0000FF;
	font-size:14px;
	font-weight: bold;
}
.Estilo3 {
	font-size: 24px;
	font-weight: bold;
}
.Estilo4 {
	color:#0000FF;
	font-size:14px;
	font-weight: bold;
}
.Estilo5 {font-size: 18px; font-weight:bold}
.Estilo6 {
	color: #CCCCCC;
	font-size:14px;
	font-weight: bold;
}
.Estilo7 {
	color: #FFFFFF;
	font-weight: bold;
}
.Estilo8 {
	color: #0000FF;
	font-weight: bold;
	font-size:18px;
}

	
