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

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
	}

	body,input,textarea,select
	{
		font-size: 11pt;
	}

/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		padding: 6em 0em;
	}

	.homepage #banner
	{
		padding:0px;
		height: auto;
	}
	
/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#page
	{
		
	}
	
	.homepage #page
	{
		
	}

	#main
	{
		margin-top: 3em;
		padding-top: 2em;
		border-top: none;
	}

	#main2
	{
		margin-top: 0;
		padding-top: 2em;
		border-top: none;
	}
	
	.homepage #main
	{
		margin-top: 40px;
		padding-top: 1px;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		padding: 0em 0em 4em 0em;
	}

/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/
	
	#featured
	{
		padding: 4em 0em;
	}

	#featured2 {
		padding: 30px 0em;
		}

	
	#featured .divider
	{
		padding: 2em 0em;
	}
	
/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/

	@media only screen and (max-width: 1920px) {
    .banner {
		position: relative;
		width: 100%;
		overflow: auto;
		font-size: 18px;
		line-height: 24px;
		text-align: center;
		color: rgba(255,255,255,.6);
		text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
		box-shadow: 0 1px 2px rgba(0,0,0,.25);
		min-width: 1920px;

}

    .banner li { list-style: none; width: 100%; display: block; }


	.banner ul li {
		display: block;
		float: left;
		width: 33%;
		padding: 160px 0 110px;
		min-height: 500px;
		/* -webkit-background-size: 100% 100%; */
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		-ms-background-size: 100% 100%;
		/* background-size: 100% 100%; */
		box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
	}

	.container2 {
    width: 70%;
    margin: 0px auto;
	}

	#header .container2 {
    position: relative;
    padding: 0px 0px 13px;
    width: 90%;
}

	.banner-quienes{
		max-width: 1920px;

	}
}


@media only screen and (max-width: 1280px) {
    .banner {
		position: relative;
		width: 100%;
		overflow: auto;
		font-size: 18px;
		line-height: 24px;
		text-align: center;
		color: rgba(255,255,255,.6);
		text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
		box-shadow: 0 1px 2px rgba(0,0,0,.25);
		min-width: 1280px;
		

}

    .banner li { list-style: none; width: 100%; display: block; }


	.banner ul li {
		display: block;
		float: left;
		width: 33%;
		padding: 160px 0 110px;
		min-height: 450px;
		/* -webkit-background-size: 100% 100%; */
		-moz-background-size: 100% 100%;
		-o-background-size: 100% 100%;
		-ms-background-size: 100% 100%;
		/* background-size: 100% 100%; */
		box-shadow: inset 0 -3px 6px rgba(0,0,0,.1);
}
	.banner-quienes{
		max-width: 1280px;
		height: 100px;

	}
	.blue2{
		top:19px;
	}
	.container2 {
    width: 80%;
    margin: 0px auto;
	}

}
