/*----------------------------------
				GENERAL
----------------------------------*/
* {
	margin: 0;
	padding: 0;
}

html, body {
	background-color: #000;
}

#contenedor {
	width: 700px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10%;
}

a img {
	border:none;
}

#cabezal {
	height: 200px;
	position: relative;
}


/*----------------------------------
				TEXTOS 
----------------------------------*/

h1 {
	line-height: 50px;
	font-family: Georgia, Times, serif;
	font-size: 25px;
	color: #2a2725;
}

p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-bottom: 15px;
	line-height: 16px;
}


/*----------------------------------
				FORM 
----------------------------------*/

.form {
	text-align: center;
}

.text_area {
	text-align: center;
	min-width:680px;
	max-width:680px;
	min-height:120px;
	max-height:120px;
	padding:30px 5px;
	font-family: Georgia, Times, serif;
	font-size:12px;
	color:#999;
	width:425px;
	float:right;
	line-height:15px;
	margin-top:15px;
	margin-right: 3px;
	margin-bottom:15px;
	background-color: #161514;
	border: none;
	border-top: 8px solid #2a2725;
}