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, d,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0
}

.clearfix {
	clear:both;
}

body{
	background-color: #FFFFFF;
}

#wrap{
	width:978px;
	background-color:#000000;
	background-image:url(img/bg_main.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:40px;
}

#header{
	width:978px;
	height:450px;
	float:left;
	background-image:url(img/bg_header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

#flash{
	width:978px;
	height:300px;
	float:left;
}

#header_titulo{
	width:630px;
	height:135px;
	float:left;
	padding:15px 0 0 30px;
}

#header_boton{
	width:288px;
	height:135px;
	float:left;
	padding:15px 0 0 30px;
}

#main{
	width:705px;
	padding-left:273px;
	float:left;
}

.caja_izq{
	width:220px;
	height:240px;
	float:left;
	margin-bottom:50px;
}

.caja_izq img{
	margin-right:15px;
	float:left;
}

.caja_der{
	width:296px;
	height:240px;
	float:left;
	margin-bottom:50px;
}

.caja_izq2{
	width:220px;
	height:100px;
	float:left;
}

.caja_der2{
	width:296px;
	height:100px;
	float:left;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom:10px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom:5px;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}
#intro {
	float:left;
	padding-top:20px;
	padding-left:0px;
	padding-bottom:50px;
	padding-right:0px;
}

#intro p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
}

#intro a{
	color:#FFFFFF;
	text-decoration:underline;
}

#intro a:hover{
	color:#E4202A;
}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
}

#wrap_footer{
	width:978px;
	margin-left:auto;
	margin-right:auto;
}

#footer{
	width:978px;
	/*height:78px;*/
	float:left;
	padding-top:20px;
	padding-bottom:60px;
	padding-left:0px;
	padding-right:0px;
	text-align: center;
}

