/* HOJA DE ESTILOS CSS DE MIAYUJI.COM */

/* Etiquetas */
body {
	font-family: "Courier New", Courier, mono;
	text-align: center;
}


a {
	font-style: normal;
	text-decoration: none;
	color: #000000;
}


li {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	list-style-type: none;
	letter-spacing: 5px;
	text-align: center;
	line-height: 50px;
}

/* IDs */


#contenedor {
	margin: 0px;
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

#cabecera {
	margin: 0px;
	padding: 0px;
	float: none;
	width: 100%;
}

#menu {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 150px;
}


#menu a:link {
	text-decoration: none;
	color: #000000;
}
#menu a:hover {
	color: #00FFCC;
}
#menu a:active {
	color: #CCCCCC;
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
}

#contenido {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 650px;
}


#pie {
	clear : both;
	padding: 0px;
	width: 100%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

/* Clases */


.cabecera {
	font-family: "Courier New", Courier, mono;
	font-size: 100px;
	color: #000000;
	font-weight: bold;
	text-align: center;
}
.cabecera_2 {
	font-family: "Courier New", Courier, mono;
	font-size: 20px;
	color: #00FFCC;
	font-weight: bold;
	text-align: center;
}

.seccion {
	font-family: "Courier New", Courier, mono;
	font-size: 36px;
	color: #666666;
	font-weight: bold;
	text-align: right;
	width: 100%;
	height: 80px;
}

.paginaweb_categoria {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #CCCCCC;
	text-align: right;
	font-weight: bold;
}

.paginaweb {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	color: #3399CC;
	text-align: right;
}

.paginaweb a:link {
	text-decoration: none;
	color: #3399CC;
}
.paginaweb a:hover {
	text-decoration: line-through;
	color: #3399CC;
}
.paginaweb a:active {
	text-decoration: none;
}
.paginaweb a:visited {
	color: #3399CC;
}

.texto_peq {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #000000;
	text-align: right;
}

.parpadeo {
	text-decoration: blink;
}

.menu_inicial {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	list-style-type: none;
	letter-spacing: 5px;
	text-align: center;
	line-height: 50px;
}
.menu_inicial a:hover {
	color: #00FFCC;
}