body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana;
}
* {
	margin:0px;
	padding:0px;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, a, li {
	margin: 0px;
	padding: 0px;
}
/*generales*/
#header {
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:980px;
	height:106px;
}




#content {
	margin-left:auto;
	margin-right:auto;
	width:980px;
	margin-top:18px;

}

.columna_izq {
	width:626px;
	float:left
}
.columna_der {
	width:340px;
	float:right;
	font-size:11px;
	color:#101010;
}
.columna_der a {
	font-size:11px;
	color:#ED3523;
	text-decoration:none;
	font-weight:bold;
}
.columna_der a:hover {
	font-size:11px;
	color:#ED3523;
	text-decoration:underline;
	font-weight:bold;
}
.ico {
	background:url(../images/ico.jpg) no-repeat;
	padding-left:12px;
}
.seccion01 {
	width:326px;
	height:57px;
	padding:56px 0 0 14px;
	margin-bottom:20px;
	background: url(../images/seccion01.jpg) no-repeat;
}
.seccion02 {
	width:326px;
	height:57px;
	padding:56px 0 0 14px;
	margin-bottom:20px;
	background: url(../images/seccion02.jpg) no-repeat;
}
.seccion03 {
	width:326px;
	height:57px;
	padding:56px 0 0 14px;
	margin-bottom:20px;
	background: url(../images/seccion03.jpg) no-repeat;
}
.seccion04 {
	width:326px;
	height:57px;
	padding:56px 0 0 14px;
	margin-bottom:20px;
	background: url(../images/seccion04.jpg) no-repeat;
}
.seccion05 {
	width:326px;
	height:57px;
	padding:56px 0 0 14px;
	margin-bottom:20px;
	background: url(../images/seccion05.jpg) no-repeat;
}

#footer {
	padding:12px 0 0 0;
	float:left;
	width:100%;
}

