html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	background-color: #CCCCCC;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
#outerWrapper #header .super {
	width: 150px;
	height: 30px;
	position: absolute;
	top: 7px;
	right: 141px;
	color: #525252;
	font-size: 13px;
	display: none;
}
#outerWrapper #header .super a {
	color: #525252;
	text-decoration: none;
}
#outerWrapper #header .super a:hover {
	margin: 0;
	padding: 2px 3px;
	color: #FFFFFF;
	background: #676767;
	text-decoration: none;
}
h1 {
	color: #172355;
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
}
h2 {
	color: #172355;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}
a, a:link {
	color: #0048ff;
	font-weight: normal;
	text-decoration: underline;
}
a:visited {
	color: #383E54;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #2B43A1;
	text-decoration: none;
}
a:focus {
	color: #6C76A1;
}
a:active {
	color: #0048ff;
}
#outerWrapper {
	background-color: #ffffff;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 960px;
}
#outerWrapper #header {
	background-image: url(../images/fondo_.jpg);
	background-repeat: repeat-x;
	height: 90px;
}
#outerWrapper #contentWrapper #rightColumn1 {
	float: right;
	padding: 10px 10px 10px 10px;
	width: 210px;
	margin: 10px;
	background-color: #F0F0F0;
}
#outerWrapper #contentWrapper #content {
	margin: 0 240px 0 0;
	padding: 20px 20px 20px 20px;
}
#outerWrapper #contentWrapper {
	background-image: url(../images/fondo_conte.jpg);
	background-repeat: repeat-x;
	z-index:10;
}
hr {
	border-top-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
}
#outerWrapper #contentWrapper .clearFloat {
	clear: right;
	display: block;
}
#outerWrapper #footer {
	padding: 10px 10px 10px 10px;
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
	background-image: url(../images/fn_footer.jpg);
	background-repeat: repeat-x;
}
p {
	text-align: justify;
}
#outerWrapper #banner {
	background-color: #e4f2ff;
	height: 300px;
	position: relative;
	overflow:hidden;
}
#banner .bannerImg {
	position: absolute;
	padding-top: 100px;
    background: #000;
	z-index:0;
}
#banner .bannerTitle {
    font-family: Helvetica, Arial, sans-serif;
    padding: 40px 20px;
	position: relative;
}

.HEAT{ display: inline-table; text-align:center;     left: 15px;}

.recilaje{    display: table-cell;
    vertical-align: middle;
	-webkit-animation-fill-mode : both;
    -webkit-animation: mymove 1s; /* Chrome, Safari, Opera */
    -webkit-animation-delay: 0s; /* Chrome, Safari, Opera */
	-ms-animation-fill-mode : both;
    -ms-animation: mymove 1s; /* Chrome, Safari, Opera */
    -ms-animation-delay: 0s; /* Chrome, Safari, Opera */
    animation: mymove 1s;
    animation-delay: 0s;
	opacity:0;
	animation-fill-mode : both;
	}
	
.HEATtitle{    display: table-cell;
    vertical-align: middle; padding:0px 20px;font-size: 80px !important;}
	
.pallets{    display: table-cell;
    vertical-align: middle;
	-webkit-animation-fill-mode : both;
    -webkit-animation: mymove 3s; /* Chrome, Safari, Opera */
    -webkit-animation-delay: 10s; /* Chrome, Safari, Opera */
	-ms-animation-fill-mode : both;
    -ms-animation: mymove 3s; /* Chrome, Safari, Opera */
    -ms-animation-delay: 10s; /* Chrome, Safari, Opera */
    animation: mymove 3s;
    animation-delay: 10s;
	opacity:0;
	animation-fill-mode : both;}



#banner .title, #banner .title2 {
	color: #fff;
	TEXT-ALIGN: center;
	font-size: 36px;
	font-weight: bold;
	text-shadow: -2px 2px #901D1D;
	line-height: 38px;
	-webkit-animation-fill-mode : both;
    -webkit-animation: mymove 1s; /* Chrome, Safari, Opera */
    -webkit-animation-delay: 0.5s; /* Chrome, Safari, Opera */
	-ms-animation-fill-mode : both;
    -ms-animation: mymove 1s; /* Chrome, Safari, Opera */
    -ms-animation-delay: 0.5s; /* Chrome, Safari, Opera */
    animation: mymove 1s;
    animation-delay: 0.5s;
	opacity:0;
	animation-fill-mode : both;
}
#banner .subtitle {
	text-align:center;
	font-weight:bold;
	color: #fff;
	font-size: 25px;
	text-shadow: -2px 2px #901D1D;
	line-height: 30px;
	margin-top: 12px;
	-webkit-animation-fill-mode : both;
    -webkit-animation: mymove 1s; /* Chrome, Safari, Opera */
    -webkit-animation-delay: 1s; /* Chrome, Safari, Opera */
	-ms-animation-fill-mode : both;
    -ms-animation: mymove 1s; /* Chrome, Safari, Opera */
    -ms-animation-delay: 1s; /* Chrome, Safari, Opera */
    animation: mymove 1s;
    animation-delay: 1s;
	opacity:0;
	animation-fill-mode : both;
}
/* ------------ */	

#mon_canvas{ z-index:-1}
	/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    from { transform : translate3d(30%, 0, 0);
 opacity : 0;}
    to {transform : translate3d(0, 0, 0);
 opacity: 1;}
}

@-ms-keyframes mymove {
    from { transform : translate3d(30%, 0, 0);
 opacity : 0;}
    to {transform : translate3d(0, 0, 0);
 opacity: 1;}
}

@keyframes mymove {
    from { transform : translate3d(30%, 0, 0);
 opacity : 0;}
    to {transform : translate3d(0, 0, 0);
 opacity: 1;}
}
	
	
/* ---------- */
	
	
	
	
	
	
	
/* header menu */
#header-content ul {
	position: absolute;
	right: 20px;
	top: 37px;
	color: #000;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	color: #000;
	margin-right: 10px;
	margin-left: 10px;
	padding: 16px 12px;
	text-decoration: none;
}
#header-content li a:hover {
	color: #FFF;
	background-color: #21419c;
}
#header-content li a#current {
	background-color: #66aeff;
	color: #FFF;
}
#header-content {
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#header-content #logo {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	height: 90px;
	width: 255px;
	background-image: url(../images/logol&r_palletco.jpg);
}
/*footer*/
#footer-content {
	color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer-content a {
	text-decoration: none;
	color: #CCC;
	font-weight: normal;
}
.forzar {
	width: 600px;
	margin: 0 auto;
}
#footer-content a:hover {
	text-decoration: underline;
	color: #FFF;
}
.creditos {
	clear: left;
	padding-top: 1em;
	text-align: center;
}
#footer-content ul {
	list-style: none;
	font-size: 1em;
	text-transform: none;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	width: 450px;
}
#footer-content li {
	display: inline;
}
#footer-content li a {
	float: left;
	display: block;
	color: #3d3d3d;
	margin-right: 10px;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
}
#footer-content li a:hover {
	color: #172355;
	text-decoration: underline;
}
.contact{width: 40%;
    display: inline-block;}

/*formulario*/
#contacts-form fieldset {
	border: none;
}
#contacts-form label {
	display: block;
	height: 50px;
	overflow: hidden;
}
#contacts-form input {
	width: 300px;
	padding: 1px 5px 1px 5px;
	color: #666;
	font-size: 12px;
}
#contacts-form textarea {
	width: 300px;
	padding: 1px 0 1px 5px;
	color: #666;
	font-size: 12px;
	margin-bottom: 20px;
	overflow: auto;
	height: 100px;
}
#mensaje {
	font-size: 11px;
	color: #CB0A1D;
	margin-bottom: 10px;
}
#outerWrapper #contentWrapper #content #formulario #contacts-form fieldset .alignright .button {
	margin: 0;
	font-weight: bold;
	background-color: #21429f;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	text-decoration: none;
}
.cuadro {
	padding-top: 20px;
	padding-bottom: 20px;
}

