@charset "utf-8";
/* CSS Document */

.form {
	float:left;
	width: 260px;
	background:#161616;
	border: 1px solid #444;
	padding: 10px;
	}
	
#datos {
	float:left;
	color:#fff;
	margin-left:20px;
	width:160px;
	padding:10px 10px 10px 15px;
	border-left: 1px dotted #AFAC99;
	line-height:2em;
	font-weight:600;
	}
	
	#datos span {color:#999; font-weight:normal;}
	#datos span.nombre {color: #CCFF00; font-weight:600;}
	

.form h2 {color: #fff; font-size: 12px; background:#CC0033; padding:2px 5px;}
.form h6, p.textocontacto {font-size: 12px; color:#E4ECEF;}
#contact fieldset {border: none;}
#contact fieldset p {margin-bottom: 1px;}
#contact label {padding-right: 3px;}
#contact legend {color: #BFBFBF; margin-left: -7px;}
#contact fieldset>legend {margin-left: 0;}

#send {
	border: none;
	width: 62px;
	height: 15px;
	background: #D5D5D5;
	cursor: pointer;
	margin: 4px 0 0 10px;
	color: #B8B8B8;
	font-weight: bold;
	}
	
fieldset>#send {min-height: 15px;height: auto;}


.clear {clear:both;}