/* CONTACT PAGE ONLY SECTION  */

#contact_form input {

}

.column {
width: 850px;
margin-left: auto;
margin-right: auto;

text-align: left;
}


#container-content {
  padding: 5em 2em 4em 2em;
}

#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

label{
	color:#CCC;
}

/* Textos
====================================================================== */
#texto{
	font-size:12px;
	color:#CCC;
}

#texto a {
	color:#FFF;
}

#texto a:hover {
	color:#afc719;
}


#texto img{
	float: right;
	overflow: hidden;
	display: block;
	margin:25px;
}


#texto p{
	margin:25px;
	text-align:justify;
}

#texto h4 {
	margin:5px;
	font-size: 1em;
	line-height: 1em;
	letter-spacing: .5em;
	text-transform: uppercase;
	min-height: 90%;
	color:#afc719;
}

.sub-menu-material {
	text-align: center;
}


/* formulario contacto */
#ContactForm {
  width: 50%;
  float: right;
}

#ContactForm input{
    font-family: "Century gothic", sans-serif;
}

#ContactForm textarea{ 
	font: 14px, "Century gothic", sans-serif;
}

#ContactDatos {
  width: 40%;
  float: left;
}

#ContactDatos a{
	font-size:12px;
	color:#CCC;
}

#ContactDatos a:hover{
	color:#afc719;
}