
/*

Colores:
	- Marrón oscuro: #614d2a
  - Marrón claro 1: #eccd9d
	- Marrón claro 2: #e1cea5
*/

.error, .success { display: none;}

html, body {
		font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
		font-size: 18px;
}

.row>* {
   padding-left: 0;
}

ul {
		list-style: square;
		margin-left: 20px;
}

.wrapper {
    padding-top: 8em;
    padding-bottom: 8em;
}

.wrapper .title {
    font-size: 1.1em;
}

.wrapper-style3,
.wrapper-style3 .title {
    background: #e1cea5 url(images/overlay.png);
}

p, ul, ol, dl, table, blockquote, form {
    margin-bottom: 1em;
}

img.shadowed {
	box-shadow: 0px 10px 40px -10px rgba(0,0,0,0.75);
}

#logo img {
	  margin-top: 60px;
		max-width: 400px;
}

#header-wrapper {
    /*background: url(../images/centroresidencial-foto2-header.jpg) center center;
    background-size: cover;*/
	height: 500px !important;
	background: #ffffff;
}

#nav > ul {
	box-shadow: none;
}

#nav > ul > li {
		padding: 0 1em !important;
}

#nav > ul > li a {
	color: #000000;
}

#nav > ul > li a:hover {
	color: #dddddd;
}

h1, h2, h3, h4, h5, h6 {
    color: #614d2a;
}

.title-header {
		text-align: center;
		padding: 40px;
		line-height: 1.2em;
}

@media (max-width: 500px) {
	.title-header {
		font-size: 20px;
	}
	
}

#footer-wrapper,
#footer-wrapper .title {
		background-color: #614d2a;
}

#copyright span {
		box-shadow: none;
}

img.logo-footer  {
		max-width: 300px;
		margin-bottom: 20px;
}

img.img-responsive {
		width: 100%;
}

form input.text, form textarea {
		color: #333;
}


article.is-post {
		margin: 30px 0;
}

@media only screen and (min-width: 500px) {
	.list-equipo {
			columns: 2;
	}
}

ul.actions {
	list-style: none;
}


@media only screen and (max-width: 500px) {
  #logo img, img.logo-footer {
	max-width: 100%;
   }
}
