@charset "utf-8";
/* CSS Document */

.mensaje_txt {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #ffa33c;
	font-style: italic;
	
}
#registro form {
	width: 450px;
	height: 400px;
	background: url(../imagenes/bg_registro.png);
	_background: url(../imagenes/bg_registro.gif);
	margin-left: 20px;
	padding: 20px;
}
label {
	margin-bottom: -15px;
}
form._tk_cmp_usuarios .tkforminput label {
	text-transform: capitalize;
	display: block;
	
}

h4.contacto {
	width: 196px;
	height: 35px;
	text-indent: -9999px;
	margin: 0 0 0 249px;
	background: url(../imagenes/metropolis/contactenos.png) top left no-repeat;
	_background: url(../imagenes/metropolis/contactenos.gif) top left no-repeat;
}
div#cuerpo {
	position: relative;
	top: -27px;
	color: #666666;
}			 
input {
	border: 0;
	background: #315882;
	color: #FFF;
}

p.introtext {
	color: #315882;
	margin: 10px 0 15px 0;
}
		
input[type=submit] {
	margin: 0 0 0 9px; 
	padding: 1px 3px 3px 3px;
}	
input[type=submit]:hover {
	background: #333333;
}		
._tk_cmp_usuarios select {
	background: #315882;
	color: #FFF;
	border: 1px solid #315882;	
}
textarea#mensaje {
	background-color: #315882;
	border: 0;
	width: 400px;
	height: 100px;
	color: #FFFFFF;
}
td.file {
	display: none;
}