#container {
    width: 822px;
    height: 550px;
    margin:0 auto;
	margin-top: 0;
    padding-top: 10px;
    background: white;
}

#container h1 {
	width:240px;
	padding:3px;
	margin-left:10px;
	background:#b85284;
	color:white;
	font-family:'Roboto-Thin';
}

.barraWide {
	width: 320px;
}

#formContacto{
	width:300px;
	margin-left: 261px;	
	padding:0 10px;
	background:#ececec;
	color:#616161;
	font-family:"Roboto";
	font-weight: 700;	
	font-size: 14px;
}

#formContacto input,textarea {
	width: 95%;
	padding:5px;
	margin-top: -6px;
	background:#ececec;
	border:solid #b45780;
	border-width: thin;
}
#formContacto textarea{
	height:130px;
	margin-bottom:10px;
	margin-left:2px;
	margin-top:2px;
	font-family:"Roboto";
	font-size:14px;
	resize:none;
}

#formContacto p{
	line-height: 5px;
}

#formContacto input[type="submit"]{
	width:80px;
	margin:2px 0 25px 219px;
	font-weight: 700;
}

#formContacto input[type="submit"]:hover{
	background:#CCC;
	color:#616161;
	cursor:pointer;
}