/*
	Spatial by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Basic */

	html, body {
		min-width: 320px;
/*background-image:url("images/icono-manantiales.png");*/

	}
/*logo home*/
#logohome  {
display:none;

	}
/**/
/* promos*/
#promos  {
display:block;
max-width:300px;
font-family: 'Lobster', serif;
 /* font-size: 48px;*/
  text-shadow: 4px 4px 4px #aaa;
/*display:none;*/

	}
/**/
	body, input, select, textarea {
		font-size: 12pt;
	}
header {

	}
	header.major h2 {
		font-size: 1.75em;
	}

/* List */

	ul.actions {
		margin: 0 0 2em 0;
	}

		ul.actions li {
			padding: 1em 0 0 0;
			display: block;
			text-align: center;
			width: 100%;
		}

			ul.actions li:first-child {
				padding-top: 0;
			}

			ul.actions li > * {
				width: 100%;
				margin: 0 !important;
			}

				ul.actions li > *.icon:before {
					margin-left: -2em;
				}

		ul.actions.small li {
			padding: 0.5em 0 0 0;
		}

			ul.actions.small li:first-child {
				padding-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	.button {
		padding: 0;
	}

/* Feature */

	.feature-grid .feature .content, .feature-grid .feature .image {
		display: block;
		margin-left: 0 !important;
		margin-right: 0 !important;
		text-align: center !important;
		width: 100%;

	}

	.feature-grid .feature .image {
		margin-bottom: 1em;
	}

/* Banner */

	#banner {
		padding: 4em 2em 4em 2em;
	}

/* Wrapper */

	.wrapper {
		padding: 2em 0 0.1em 0;


	}

/* Footer */

	#footer {
		padding: 3em 0 1em 0;
	}

		#footer .copyright li {
			border-left: 0;
			display: block;
			margin: 0;
			padding: 0;
		}