@charset "UTF-8";
body {
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0px;
	font-weight: 300;
}
.center {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.clear {
	clear: both;
	height: 20px;
	width: 100%;
}
p {
	line-height: 1.2em;
	text-align: justify;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 18px;
	font-weight: 300;
	color: #333;
}
ul {
	line-height: 1.4em;
	font-size: 18px;
	color: #333;
}
a {
	text-decoration: none;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
}
#header {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	height: 100px;
}
#logo {
	width: 300px;
	float: left;
	padding-top: 50px;
}
#menu {
	width: 570px;
	margin-left: 310px;
	padding-top: 70px;
	padding-left: 80px;
}
#menu a {
	font-size: 18px;
	color: #666;
	text-decoration: none;
	/* [disabled]margin-right: 20px; */
	margin-left: 25px;
}
#social {
	float: right;
	height: 38px;
	width: 150px;
	margin-top: -90px;
}
#content {
	clear: both;
	margin-top: 40px;
	min-height: 400px;
}
#bio p {
	font-size: 18px;
	line-height: 1.2em;
}
#footer {
	background-color: #000;
	height: 100px;
	width: 100%;
	margin-top: 30px;
	margin-right: 0px;
	margin-left: 0px;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
}
#footer p {
	color: #FFF;
	font-size: 14px;
	text-align: center;
}
h1 {
	background-image: url(img/h1.png);
	background-repeat: no-repeat;
	font-size: 22px;
	font-weight: 300;
	padding-left: 20px;
	color: #FFF;
	height: 35px;
	line-height: 35px;
	margin-top: 10px;
	margin-bottom: 15px;
}
h2 {
	font-size: 22px;
	font-weight: 300;
	color: #FFF;
	background-image: url(img/h2.png);
	background-repeat: no-repeat;
	padding-left: 20px;
	height: 35px;
	line-height: 35px;
	margin-top: 10px;
	margin-bottom: 15px;
}
h3 {
	background-image: url(img/h3.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 960px;
	font-size: 20px;
	line-height: 35px;
	font-weight: 300;
	color: #FFF;
	padding-left: 20px;
}
h4 {
	font-size: 20px;
	color: #999;
	font-weight: 300;
	padding-left: 10px;
}
#intro {
	float: left;
	width: 550px;
	padding-top: 15px;
}
#column_right {
	width: 350px;
	margin-left: 610px;
	padding-top: 5px;
}
.section {
	height: 305px;
	width: 350px;
	margin-bottom: 20px;
}
.picleft {
	float: left;
	width: 370px;
	height: 555px;
}
.inforight {
	width: 530px;
	margin-left: 430px;
}
#infobottom {
	clear: both;
	padding-top: 20px;
}

#info_contacto {
	float: left;
	width: 350px;
	height: 500px;
	padding-top: 30px;
}
#formulario {
	width: 500px;
	height: 500px;
	float: right;
}
form #datos  label{
	width: 100px;
	float: left;
	clear: both;
	font-size: 14px;
	padding-top: 20px;
	height: 20px;
	color: #666;
}
form #comentarios  label{
	width: 100px;
	float: left;
	clear: both;
	font-size: 14px;
	padding-top: 20px;
	height: 20px;
	color: #666;
}
form #botones input {
	height: 40px;
	width: 90px;
	font-size: 14px;
	color: #666;
	background-color: #FFF;
	border: 2px solid #666;
	margin-left: 360px;
	font-family: 'Source Sans Pro', sans-serif;
}
form #datos input {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #666;
	width: 350px;
	height: 40px;
	/* [disabled]float: right; */
	font-size: 14px;
	color: #666;
	font-family: 'Source Sans Pro', sans-serif;
}

form #comentarios textarea {
	width: 350px;
	/* [disabled]float: right; */
	height: 150px;
	border: 1px solid #666;
	font-size: 14px;
	margin-top: 40px;
	color: #666;
	font-family: 'Source Sans Pro', sans-serif;
}
#galeria img {
	margin-right: 3px;
	margin-left: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#frase {
	font-size: 24px;
	text-align: center;
	/* [disabled]width: 450px; */
	margin-right: auto;
	margin-left: auto;
	color: #666;
}
