*{
	font-family:Helvetica,Arial,sans-serif;
	font-size:14px;
	color:#798e94;
	font-weight:bold;
}
body{

	width: 800px;
	margin: auto;
	background-color: #002e56;
}
#titulo{
	margin-top:-10px;
	text-align:center;
	font-size:20px;
		font-weight:bold;
}
#nc{
	float:right;
	margin-top:-60px;
}
#p{
	float:right;
	margin-top:-60px;
}
#e{
	float:right;
	margin-top:-67px;
}

#a{
	float:right;
	margin-top:-67px;
	margin-right:20px;
	
}

#oculto2{
		float:right;
	margin-top:-67px;
}
#m textarea{
	width:685px;
}
.asunto{
	width:400px;
}
.contactanos div label p{
	margin-top:0px;
	margin-bottom:20px;
	font-size:12px;
}
.contactanos{
	border:1px solid #CED5D7;
	border-radius: 6px;
	padding: 45px 45px 20px;
	margin-top:0px;
	background-color:white;
	box-shadow: 0px 5px 10px #B5C1C5, 0 0 0 10px #EEF5F7 inset;
}

.contactanos label{
	display:block;
	font-weight: bold;
}

.contactanos div{
	margin-bottom:15px;
}

.contactanos input[type='text'], .contactanos textarea, .contactanos select{
	padding:2px 10px;
	width:294px;
	border: 1px solid #CED5D7;
	resize: none;
	box-shadow:0 0 0 2px #EEF5F7;
	margin: 1px 0;
}

.contactanos input[type='text']:focus, .contactanos textarea:focus, .contactanos select:focus{
	outline: none;
	box-shadow: 0 0 0 3px #dde9ec;

}
.contactanos input[type='submit']{
	border:1px solid #CED5D7;
	box-shadow:0 0 0 3px #EEF5F7;
	padding:8px 16px;
	border-radius:20px;
	font-weight:bold;
	text-shadow: 1px 1px 0px white;

	background:#e4f1f6;
	background: -moz-linear-gradient(top, #e4f1f6 0%, #cfe6ef 100%);
	background: -webkit-linear-gradient(top, #e4f1f6 0%, #cfe6ef 100%);
}

.contactanos input[type='submit']:hover{
	background: #edfcff; 
	background: -moz-linear-gradient(top, #edfcff 0%, #cfe6ef 100%);
	background: -webkit-linear-gradient(top, #edfcff 0%,#cfe6ef 100%); 
}
.contactanos input[type='submit']:active{
	background: #cfe6ef; 
	background: -moz-linear-gradient(top, #cfe6ef 0%, #edfcff 100%);
	background: -webkit-linear-gradient(top, #cfe6ef 0%,#edfcff 100%);
}

.error{
	background-color: #BC1010;
	padding: 6px 12px;
	border-radius:4px;
	color:white;
	font-weight: bold;
	margin-left:15px;
	margin-top:0px;
	position: absolute;
}
.error:before{
	content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #BC1010;
    border-left: 8px solid transparent;
    left: -16px;
    position: absolute;
    top: 5px;
}