/* * m00.cx css file  */div.post {
	background-color: #FDEAA9;
	border-color: #D8A800;
	border-width: 1px;
	color: yellow;
}

div.code {
	background-color: #FDEAA9;
	border-style: dashed;
	border-width: 1px;
	color: yellow;
}

div.box {
	background-color: #FDEAA9;
	border-style: dashed;
	border-width: 1px;
}

div.redirect {
	background-color: #FDEAA9;
	border-color: #D8A800;
	border-style: solid;
	border-width: 1px;
	color: red;
	text-align: center;
}

div.comment {
	background-color: #FDEAA9;
	border-color: #D8A800;
	border-style: solid;
	border-width: 1px;
	color: #ff8040;
}

div.error {
	background-color: #FDEAA9;
	border-color: #D8A800;
	border-style: solid;
	border-width: 1px;
	color: #ff8040;
}

.c {
	text-align: center;
}

body {
	background-color: ;
	color: #ff8040;
	font-family: verdana,sans-serif;
	font-size: 13px;
}

#topnav {
	text-align: center;
}

#bottomnav {
	text-align: center;
}

input,textarea {
	background-color: #1C252D;
	background-repeat: repeat;
	border-color: #ff8040;
	border-style: dotted;
	border-width: 1px;
	color: #ffb997;
	list-style-image: inherit;
}

textarea {
	width: 100%;
}

.ec {
	padding-left: 45%;
}

.hline {
	border-top-color: #D8A800;
	border-top-style: dashed;
	border-top-width: 1px;
	margin-top: 5px;
}

a {
	color: #FED798; /*link */
	text-decoration: none
}

.nav a {
	text-decoration: none;
}

a:hover {
	color: #FE8001;
	text-decoration: none;
}

.display_table table {
	border-spacing: 1px;
	border-style: solid;
	border-width: 0px;
	width: 100%;
}

.display_table td {
	border-color: #D8A800;
	border-style: solid;
	border-width: 1px;
	color: yellow;
	padding: 2px;
}

.display_table th {
	background-color: #926F05;
	border-color: #D8A800;
	border-style: solid;
	border-width: 1px;
	color: yellow;
	padding: 2px;
	text-align: center;
}

.w20 {
	width: 20%;
}

a img {
	border-width: 0px;
	text-decoration: none;
}

.punteado{
border-style: dotted;
background-color:#F9FAF8;
border-width: 1px;
border-color: #A9B0A2;
font-family: verdana, arial;
font-size: 10pt;
} 
