*{ margin: 0; padding: 0;}
body{

	background: url(../imagenes/fondosmarty_nuevo.jpg) center top repeat;
    width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-attachment: fixed;
	background-repeat: repeat;
	background-size: 100%;
	-moz-background-size: 100%;

}

@font-face{ 
	font-family:"Eurostile";
    src: url('../fonts/Eurostile/eurostiletot-regular-webfont.eot');
    src: url('../fonts/Eurostile/eurostiletot-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Eurostile/eurostiletot-regular-webfont.woff') format('woff'),
         url('../fonts/Eurostile/eurostiletot-regular-webfont.ttf') format('truetype'),
         url('../fonts/Eurostile/eurostiletot-regular-webfont.svg#eurostile_t_otregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


#content-page{
	margin: auto;
	max-width: 1100px;
	font-family: "Eurostile";
	background: url(../imagenes/fondo.jpg) no-repeat;
}

header{
	background-color: #ffffff;
	width:100%; 
	min-height:150px; 
	 background:url(../imagenes/header.png) no-repeat 515px #fff;}
	  header img {
padding: 10px;
margin: 20px 50px -5px 90px;
}

div.bg-seccion{
	background-color: rgba(255,255,255,.3);
	min-height: 650px;	
}
	div.bg-seccion .content-info{
		width: 90%;
		min-height: 600px;
		background-color: rgba(255,255,255,.6);
		margin:0 auto; 
		
	}
	.bg-seccion { background: rgba(255,255,255,.4);}
	.section-cont { width: 90%; margin: auto; height: 90%;}
.div-incremet {/*background:rgba(255,255,255,.6);*/ position: relative; padding-bottom: 15px; float: left; min-height: 400px; width: 100%}



.section-cont section article { margin: 30px;}
.section-cont section article h1 { font-size: 34px; color: #e67816; font-weight: bold; padding: 0; margin: 0; text-align: left;}
.section-cont section article .parrafo-h1 { text-align: justify; color: #00404c;}
.section-cont section article .parrafo-hc { text-align: justify; color: #00404c; font-size: 20px; font-weight: bold; line-height: 2.5em;}

.section-cont section article h2{ font-size: 24px; color: #01839c; font-weight: bold; padding: 0; margin: 0; letter-spacing: 1px; text-align: justify;}
.section-cont section article .parrafo-h2 { text-align: justify; color: #01839c; margin-bottom: 10px;}
.section-cont section article ul { list-style: none; color: #01839c; line-height: 1.7em; text-align: justify; font-size: 16px;
  font-family: eurostile;}

.section-cont section article nav { background: none; position: absolute; bottom: 0; right: 10px;}
.section-cont section article .imagen{ width: 150px; float: left; margin-left: 10px;}


.section-cont section article h3 { background: url(../imagenes/title-vineta.png) no-repeat center left; font-size: 24px; padding-left:15px; letter-spacing: 1px; color: #00404c; }
.section-cont section article .parrafo-h3{margin-left:15px; color: #00404c; padding: 0; font-size: 14px; text-align: justify; margin-bottom: 5px;}

section .fig-1 {width: 420px; margin-top: 30px; border: none; margin-left: 18px;}
section .fig-1-2 {width: 420px; margin-top: 5px; border: none;margin-left: 18px;}
section .fig-2 {width: 260px; height: 99px; overflow: hidden; float: left; border: none;}
section .fig-3 {width: 160px; float: left; border: none;}
section .fig-3-1 { margin-left: -50px; border: none;}
section .fig-4 {width: 420px; margin-top: 5px; border: none;}
section .fig-4-1 {width: 395px; margin-top: 5px; border: none;}

section .fig-1 img, 
section .fig-1-2 img,
section .fig-2 img,
section .fig-3 img, 
section .fig-4 img,
section .fig-4-1 img { width: 100%; height: 100%; border: 0;}

footer{
	width: 100%;
	height: 50px;
	background-color: rgba(0,0,0,.5);
}
footer{ position:relative; padding-top: 5px; text-align:center; display: inline-block;}
footer nav{width:100%; height:20px; background: none; display: inline-block;}
footer nav>a{color:#fff; text-decoration:none; letter-spacing: 1px; font-weight: bold;}
footer nav > a:hover{color: #e67816;}
footer h3 { color: #fff; font-size: 16px; font-weight: normal; }

.active_nav{ color: #e67816 !important}

#copy {
		background: url(../imagenes/caLogo.png) no-repeat 0px 0px;
		cursor: pointer;
		height: 26px;
		width: 202px;
		float: none;
		margin: 0 auto;
	}
	#copy:hover {
		background: url(../imagenes/caLogo.png) no-repeat 0px -37px;
	}
