﻿@charset "utf-8";
/* CSS Document */

/* Normalización del CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {

     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-size: 100%;
     font-family: inherit;
     /*vertical-align: baseline;*/

}

body{
	background-color:#000;
}

#wrapper {
  width: 100%;
  text-align: center;
}

#container {
  width: 950px;
  margin-left:auto;
  margin-right:auto;
}

#header_top{
	height:24px;
	background-color: #76ad1c;
}

#header_1{ width: 950px; height: 624px; text-align: left; background-image:url(../img/01.jpg); background-repeat:no-repeat;}
#header_2{ width: 950px; height: 624px; text-align: left; background-image:url(../img/02.jpg); background-repeat:no-repeat;}
#header_3{ width: 950px; height: 624px; text-align: left; background-image:url(../img/03.jpg); background-repeat:no-repeat;}
#header_4{ width: 950px; height: 624px; text-align: left; background-image:url(../img/04.jpg); background-repeat:no-repeat;}
#header_5{ width: 950px; height: 624px; text-align: left; background-image:url(../img/05.jpg); background-repeat:no-repeat;}

#animaciones{
	position:relative;
	top:0px;
	left:42px;
	z-index:6;
	color:#FFF;
}


#content_1{
	width:950px;
	height:306px;
	background-image:url(../img/bg_content.png);
	background-repeat:repeat;
}

#content_2{
	width:950px;
	height:108px;
	_height:118px;
	background-color:#1d1d1d;
	margin-top:5px;
	margin-bottom:5px;
}

#content_3{
	width:950px;
	height:192px;
}

#content_footer {
	height:215px;
	clear: both;
	background-color:#1d1d1d;
	border-top: solid #76ad1c;
}





