@charset "UTF-8";
html, body {
	background:#040a05 url(../img/temp/proxbg.gif) no-repeat scroll center top;
	color:#515151;
	font-family:arial,sans-serif;
	font-size:11px;
	height:100%;
	/*line-height:14px;*/
	margin:0px;
	padding:0px;
}
td, th{
	border:0px;
	/*padding-top: 5px;*/
	/*padding-right: 10px;*/
	/*padding-bottom: 5px;*/
	/*padding-left: 10px;*/
}
a {
	text-decoration: none;
	outline: none;
}

/*Png fix apply to all tags*/
* { 
	behavior: url(js/iepngfix.htc);
	border:0px;
	outline: none;
}
.bigtitle{
	font-family:arial,sans-serif;
	font-size:50px;
	line-height:43px;
	font-weight:bold;
	color:#e38f16;
}
#mensaje{
	font-family:arial,sans-serif;
	font-size:40px;
	line-height:43px;
	font-weight:bold;
	color:#e38f16;
}
#toplogo{
	height:33px;
	background:#2a2a2a;
	margin-bottom:30px;
}
form{
	margin-bottom:30px;
}
label{
	color:#8b8b8b;
	font-family:arial,sans-serif;
	font-size:15px;
	font-weight:bold;
	background-color:#333333;
}
input.textos{
	background-color:#333333;
	width:410px;
	display:block;
	height:300px;
	color:#FFFFFF;
	font-family:arial,sans-serif;
	font-size:15px;
	padding-left:10px;
}
input.textos:focus{
	border-bottom:solid #CCCCCC;
	margin-bottom:-3px;
}
input.submit_btn{
	height:30px;
	width:70px;
	background:#000000 url(../img/enviar_off.gif) no-repeat left top;
	margin-left:350px;
}
input.submit_btn:hover{
	height:30px;
	width:70px;
	background:#000000 url(../img/enviar_on.gif) no-repeat left top;
}
textarea{
	background-color:#333333;
	width:400px;
	display:block;
	overflow:auto;
	height:300px;
	color:#FFFFFF;
	font-family:arial,sans-serif;
	font-size:15px;
	padding:10px;
}
textarea:focus{
	border-bottom:solid #CCCCCC;
	margin-bottom:-2px;
}
textarea.noborde {
	scrollbar-face-color: #5a5a5a;
	scrollbar-highlight-color: #5a5a5a;
	scrollbar-3dlight-color: #5a5a5a;
	scrollbar-darkshadow-color: #232323;
	scrollbar-shadow-color: #5a5a5a;
	scrollbar-arrow-color: #e38f16;
	scrollbar-track-color: #343434;
}