body {
	margin: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #003366;
	letter-spacing: -1px;
}
.Texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.Titulo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
}


.Contenidos {
	background-image: url(imagenes/template/contenidos_fondo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.Motos_tabla {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.Motos_tabla th {
	padding: 5px 5px 5px 0px;
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5B92D5;
	text-transform: uppercase;
}
.Motos_tabla td {
	padding: 2px 5px 0px 10px;
}



.Menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-image: url(imagenes/template/menu_fondo.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.Menu em {
	color: #999999;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin-left: 3px;
	margin-right: 3px;
}
.Menu a:link {
	color: #333333;
	text-decoration: none;
}
.Menu a:visited {
	color: #333333;
	text-decoration: none;
}
.Menu a:hover {
	color: #003399;
	text-decoration: underline;
}
.Texto2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.Alerta {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;
	background-color: #FFFFCC;
	padding: 4px;
}
.Destacado {
	color: #3366FF;
}

