/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#topheader {
	padding: 10px 30px;
	border: 10px solid #000;
	border-width: 0 10px;
	background-color: #222;
	font-size:10px;
	color:#999999;
	text-align:right;
}

#topheader a{
	color:#999999;
	text-decoration:none;
}

#topheader a:hover{
	color:#3399CC
}
#header-main {
	background: #d82424;
	border: 10px solid #c51a1c;
	border-width: 0 10px;
	padding: 20px 20px 30px;
}

#header {
	height: 50px;
}

#navigation-main {
	background: #eee;
	border: 10px solid #ccc;
	border-width: 0 10px;
	line-height: 40px;
	height: 40px;
	font-family: "Helvetica Neue", Arial, sans-serif;
	padding-left: 20px;
}

#navigation {

	margin: 5px 0 0 0;
}

#cuerpo-main {
	border: 10px solid #000000;
	border-width: 0 10px;
	background-color: #222222;
	font-size: 12px;
}

#cuerpo {
	
	min-height:350px;
}

#cuerpo a {
	padding: 0;
	font-size:11px;
	color:#6699CC;
	text-decoration:none;
}
#cuerpo a:hover {
	color:#336699;
}

#footer-main {
	padding: 10px 20px 10px;
}

#footer {
	color: #777777;
	font-size: 10px;
}

#footer p {
	margin-bottom: 5px;
}

#footer a {
	padding: 0;
	color:#6699CC;
	text-decoration:none;
}
#footer a:hover {
	color:#336699;
}

#contacto input, textarea{
	border:#666666 solid 1px;
	background:#333333;
	color:#CCCCCC;

}

/*
