﻿body {
    background-color:#dbdbdb;
    margin: 0;
	padding: 0;
    font-family:Calibri;
}
.BannerInfo{
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5% 0;
}
.C1,.C2,.C3,.C4{
    padding-left: 15px;
    padding-right: 15px;
}

.C1 {
     clear:left;
    background: url(http://www.geocities.ws/alloys/images/BannerMineria.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 600px;
}
.C1banner-info h1{
	color:#ffffff;
	font-size:50px;
	margin:0;
    text-shadow: 5px 5px 5px #000;
}
.C1banner-info p {
    color: #ffffff;
    font-size: 25px;
    margin: 10px 0 0px 0;
    text-shadow: 5px 5px 5px #000;
}
.C1banner-info {
    margin:auto;
    padding: 10% 0;
}

.C2{
    background-color:transparent;
    color:#2b2725;
    padding:50px 0px;
    top:0;right:0;
    margin:auto;
    text-align:center;
    max-width: 900px;
}
.C2 p{
    font-family:Calibri;
    font-size:1.8em;
    line-height: 1.65em;
   text-align:center;
}
.C3{
    padding:50px;
    background-color:#008b64;
    color:white;
    text-align:center;
    font-size:1.5em;
}
    .C3 h1 {
        font-weight: bold;
    }
    .C3Puntos{
        text-align:left;
        vertical-align:middle;
    }
    .C3Puntos h2 img{
        height:30px;
        padding:0px 10px;
    }
.C4{
    padding:50px;
    background-color:#b81315;
    color:white;
    text-align:center;
}
.text-center {
  text-align: center;
}

.header-ppal {
	background-color:#131313;
	box-shadow:0 1px 1px #ccc;
	padding: 20px 40px;
	height: 80px;
	color: #ffffff;
	box-sizing: border-box;
	top:-100px;

	-webkit-transition:top 0.3s;
	transition:top 0.3s;
}

.header-ppal .header-limiter {
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
}

.header-ppal-placeholder{
	height: 80px;
	display: none;
}

.header-ppal .header-limiter h1 {
	float: left;
	margin: 0;
}

.header-ppal .header-limiter a {
	color: #ffffff;
	text-decoration: none;
}

.header-ppal .header-limiter nav {
	font:16px Arial, Helvetica, sans-serif;
	line-height: 40px;
	float: right;
}

.header-ppal .header-limiter nav a{
	display: inline-block;
	padding: 0 5px;
	text-decoration:none;
	color: #ffffff;
	opacity: 0.9;
}

.header-ppal .header-limiter nav a:hover{
	opacity: 1;
}

.header-ppal .header-limiter nav a.selected {
	color: #b81415;
	pointer-events: none;
	opacity: 1;
}
.footer-distributed{
	background-color:#131313;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 55px 50px;
	margin-top: 10px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

.footer-distributed h3{
	margin: 0;
}

.footer-distributed h3 span{
	color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #008b64;
	text-decoration: none;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

.AContenido{
    clear:left;
    font:bold 20px Calibri, Arial;
    text-align:center;
    color:#505050;
    padding:50px;
}
.AContenido p{
    top:0;right:0;
   margin:auto;
   width:70%; 
   text-align:justify;
}
.AContenido h1{
    font-size:36px;
    color:#404040;
}
._hr{
    height:3px;
    border:0px solid transparent;
    width:15%;
}
.hr1{background-color:#0b8f68; right:50px;}
.hr2{background-color:#be0f16;left:50px;}

@media all and (max-width: 600px) {
    .C1banner-info h1 {
    font-size: 33px;
}
.C1banner-info p {
    font-size: 18px;
	margin: 6px 0 0px 0;
}
.C1 {
    min-height: 328px;
}	
.C1banner-info {
    margin-top: 18.5%;
}

.C3{
    padding:50px 10px;
    font-size:1.2em;
}
.C3 h1 {
    font-weight: bold;
    font-size:2em;
}
    .C3Puntos h2 img{
        height:20px;
        padding:0px 5px;
    }
	.header-ppal {
		padding: 15px 0;
		height: 100px;
	}

	.header-ppal .header-limiter h1 {
		float: none;
		margin: -8px 0 1px;
		line-height: 1;
	}
    .clogo{
        width:60px;
    }

	.header-ppal .header-limiter nav {
		line-height: 1;
		float:none;
	}

	.header-ppal .header-limiter nav a {
		font-size: 13px;
	}

	body.ppal .header-ppal {
		display: none;
	}

    .footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}
}

