@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic);

/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/

/* Basic */

	body
	{
		background-color: #000000;
	}

	body, input, textarea, select
	{
		color: #38383a;
		font-size: 13.5pt;
		font-family:"PT Serif", Georgia, Times New Roman;
		line-height: 1.85em;
		font-weight: 400;
	}

	ul, ol, p, dl
	{
		margin: 0 0 2em 0;
		
	}
	
	.pCreditos
	{
		margin: 0 0 0.5em 0;
	}
	
	.pCreditosBold
	{
		font-weight: 700;
	}

	a
	{
		text-decoration: underline;
	}
	
	a:hover
	{
		text-decoration: none;
	}

	section > :last-child, .last-child
	{
		margin-bottom: 0 !important;
	}

/* Multi-use */

	.link-list
	{
	}
	
		.link-list li
		{
			padding: 0.2em 0 0.2em 0;
		}
		
		.link-list li:first-child
		{
			padding-top: 0 !important;
			border-top: 0 !important;
		}
		
		.link-list li:last-child
		{
			padding-bottom: 0 !important;
			border-bottom: 0 !important;
		}

		#content .link-list li
		{
			border-bottom: solid 1px #e2e6e8;
		}

		#footer .link-list li
		{
			border-top: solid 1px #e0e4e6;
			border-bottom: solid 1px #b5bec3;
		}

	.quote-list
	{
	}
	
		.quote-list li
		{
			padding: 1em 0 1em 0;
			overflow: hidden;
		}
		
		.quote-list li:first-child
		{
			padding-top: 0 !important;
			border-top: 0 !important;
		}

		.quote-list li:last-child
		{
			padding-bottom: 0 !important;
			border-bottom: 0 !important;
		}

			.quote-list li img
			{
				float: left;
			}

			.quote-list li p
			{
				margin: 0 0 0 90px;
				font-size: 1.2em;
				font-style: italic;
			}
			
			.quote-list li span
			{
				display: block;
				margin-left: 90px;
				font-size: 0.9em;
				font-weight: 400;
			}

		#content .quote-list li
		{
			border-bottom: solid 1px #e2e6e8;
		}

		#footer .quote-list li
		{
			border-top: solid 1px #e0e4e6;
			border-bottom: solid 1px #b5bec3;
		}
	
	.check-list
	{
	}

		.check-list li
		{
			padding: 0.7em 0 0.7em 45px;
			font-size: 1.2em;
			background: url('images/icon-checkmark.png') 0px 1.05em no-repeat;
		}
		
		.check-list li:first-child
		{
			padding-top: 0 !important;
			border-top: 0 !important;
			background-position: 0 0.3em;
		}

		.check-list li:last-child
		{
			padding-bottom: 0 !important;
			border-bottom: 0 !important;
		}

		#content .check-list li
		{
			border-bottom: solid 1px #e2e6e8;
		}

		#footer .check-list li
		{
			border-top: solid 1px #e0e4e6;
			border-bottom: solid 1px #b5bec3;
		}
		
	.feature-image
	{
		display: block;
		margin: 0 0 2em 0;
		outline: 0;
	}
	
		.feature-image img
		{
			display: block;
			width: 100%;
		}

	.bordered-feature-image
	{
		display: block;
		background: #fff url('x');
		padding: 0px;
		box-shadow: 3px 3px 3px 1px rgba(0,0,0,0.15);
		margin: 0 0 1em 0;
		outline: 0;
	}
	
		.bordered-feature-image img
		{
			display: block;
			width: 100%;
		}
	
	.button-big
	{
		display: inline-block;
		background-color: #38383a;
		color: #fff;
		text-decoration: none;
		font-size: 1.75em;
		font-weight: 300;
		padding: 0px 10px 0px 10px;
		outline: 0;
		border-radius: 5px;
		box-shadow:  inset 0px 0px 0px 1px rgba(135,135,135,0.85), 1px 1px 1px 1px rgba(135,135,135,0.15);
		text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
	}

	.button-big:hover
	{
		background: #38383a;
		box-shadow: inset 0px 0px 0px 1px rgba(135,135,135,135.75), inset 0px 2px 0px 0px rgba(135,135,135,0.5), inset 0px 0px 0px 2px rgba(135,135,135,0.85), 3px 3px 3px 1px rgba(0,0,0,0.15);
		background-image: -moz-linear-gradient(top, #38383a, #7e7e7e);
		background-image: -webkit-linear-gradient(top, #38383a, #7e7e7e);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#38383a), to(#7e7e7e));
		background-image: -ms-linear-gradient(top, #38383a, #7e7e7e);
		background-image: -o-linear-gradient(top, #38383a, #7e7e7e);
		background-image: linear-gradient(top, #38383a, #7e7e7e);
	}

	.button-big:active
	{
		background: #38383a;
		box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.75), inset 0px 2px 0px 0px rgba(135,135,135,0.5), inset 0px 0px 0px 2px rgba(135,135,135,0.85), 3px 3px 3px 1px rgba(0,0,0,0.15);
		background-image: -moz-linear-gradient(top, #38383a, #dad9d8);
		background-image: -webkit-linear-gradient(top, #38383a, #dad9d8);
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#38383a), to(#dad9d8));
		background-image: -ms-linear-gradient(top, #38383a, #dad9d8);
		background-image: -o-linear-gradient(top, #38383a, #dad9d8);
		background-image: linear-gradient(top, #38383a, #dad9d8);
	}

#accordion-wrapper {margin: 0; padding: 0;}
	
#topContainer { height: 400px;	width: 100%; margin: 0; padding: 0;}

#logo {display: block; float: none;}




	.carousel h3
	{
		font-weight: 400;
		color: #483949;
		line-height: 1.25em;
	}
	
		.carousel h3 a
		{
			color: inherit;
			text-decoration: none;
			border-bottom-color: transparent;
		}
		
	
	.carousel h3
	{
		font-size: 1.25em;
	}
		
		.carousel a:hover
		{
			color: #ef8376;
			border-bottom-color: transparent;
		}
	
	.carousel p
	{
		margin-bottom: 1em;
	}

	.carousel p
	{
		text-align: justify;
	}
	

	/* Images */

		.image
		{
			position: relative;
			display: inline-block;
			border: 0;
			outline: 0;
		}
		
			.image img
			{
				display: block;
				width: 100%;
			}

			.image.full
			{
				display: block;
				width: 100%;
			}

			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 0 0;
			}
			


		.carousel #header
		{
			padding: 0em 0 0 0;
		}
	
			.carousel #header .overlay
			{
				content: '';
				background: #1C0920;
				display: block;
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				opacity: 1.0;
				-moz-transition: opacity 2s ease-in-out;
				-webkit-transition: opacity 2s ease-in-out;
				-o-transition: opacity 2s ease-in-out;
				-ms-transition: opacity 2s ease-in-out;
				transition: opacity 2s ease-in-out;
			}
		
			.carousel #header.ready .overlay
			{
				opacity: 0;
			}

		.carousel #header .inner
		{
			position: relative;
			z-index: 1;
			margin: 0;
			padding: 0 0 0 0;
		}
		
		.carousel #header header
		{
			display: inline-block;
		}
		
	

	.carousel
	{
		position: relative;
		overflow: hidden;
		padding: 2em 0 2em 0;
	}

		.carousel .forward,
		.carousel .backward
		{
			position: absolute;
			top: 50%;
			width: 6em;
			height: 12em;
			margin-top: -6em;
			cursor: pointer;
		}
		
		.carousel .forward
		{
			right: 0;
		}
		
		.carousel .backward
		{
			left: 0;
		}

			.carousel .forward:before,
			.carousel .backward:before
			{
				content: '';
				display: block;
				width: 6em;
				height: 6em;
				border-radius: 100%;
				background-color: rgba(72,57,73, 0.5);				
				position: absolute;
				top: 50%;
				margin-top: -3em;
				-moz-transition: background-color 0.35s ease-in-out;
				-webkit-transition: background-color 0.35s ease-in-out;
				-o-transition: background-color 0.35s ease-in-out;
				-ms-transition: background-color 0.35s ease-in-out;
				transition: background-color 0.35s ease-in-out;
				-webkit-backface-visibility: hidden;
			}

			.carousel .forward:after,
			.carousel .backward:after
			{
				content: '';
				width: 3em;
				height: 3em;
				position: absolute;
				top: 50%;
				margin: -1.5em 0 0 0;
				background: url('images/arrow.svg') no-repeat center center;
			}

			.carousel .forward:after
			{
				right: -0.25em;
			}

			.carousel .backward:after
			{
				left: -0.25em;
				-moz-transform: scaleX(-1);
				-webkit-transform: scaleX(-1);
				-o-transform: scaleX(-1);
				-ms-transform: scaleX(-1);
				transform: scaleX(-1);
    		}
			
			.carousel .forward:before
			{
				right: -3em;
			}
			
			.carousel .backward:before
			{
				left: -3em;
			}

			.carousel .forward:hover:before,
			.carousel .backward:hover:before
			{
				background-color: rgba(239,131,118, 0.75);
			}

		.carousel .reel
		{
			white-space: nowrap;
			position: relative;
			-webkit-overflow-scrolling: touch;
			padding: 0 2em 0 2em;
		}
	
		.carousel article
		{
			display: inline-block;
			width: 18em;
			background: #fff;
			text-align: center;
			padding: 0 1em 0.8em 1em;
			margin: 0 2em 0 0;
			white-space: normal;
			opacity: 1.0;
			-moz-transition: opacity 0.75s ease-in-out;			
			-webkit-transition: opacity 0.75s ease-in-out;			
			-o-transition: opacity 0.75s ease-in-out;			
			-ms-transition: opacity 0.75s ease-in-out;			
			transition: opacity 0.75s ease-in-out;			
		}
		
			.carousel article.loading
			{
				opacity: 0;
			}
		
			.carousel article .image
			{
				position: relative;
				left: -1em;
				top: 0;
				width: auto;
				margin-right: -2em;
				margin-bottom: 1em;
			}
		
			.carousel article p
			{
				text-align: center;
			}