@charset "UTF-8";
/* CSS Document */

html {
	background-image: url(img/new-html.jpg);
	background-repeat: repeat-x;
}


body {
	background-image: url(img/new-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
}

li {
	list-style-type: none;
}
#header {
	padding: 20px;
	height: 100px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-family: Helvetica, Arial;
	color: #FFCC99;
	font-size: 16px;
}
#header  b a {
	text-decoration: none;
	color: #FFFFFF;
	margin-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFAC5D;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}

#container {
	font-size: 14px;
	color: #666666;
	padding: 20px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-family: Helvetica, Arial;
}

#columna-1 {
	float: left;
	width: 450px;
	margin-left: 20px;
	font-size: 16px;
	line-height: 22px;
}

#columna-1 li {
	background-image: url(img/arrow-1.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	padding-right: 80px;
	padding-top: 20px;
	padding-bottom: 20px;
}


#columna-1 span {
	display: block;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 15px;
	font-size: 14px;
	letter-spacing: normal;
}
#columna-1 strong {
	font-weight: normal;
	color: #FF6600;
}
#columna-1 a {
	color: #000000;
	text-decoration: none;
}

#columna-2 {
	float: right;
	width: 450px;
	margin-right: 20px;
	font-size: 16px;
	line-height: 22px;
}

#columna-2 span {
	display: block;
	padding-top: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 14px;
	color: #666666;
	margin-top: 30px;
}

#columna-2 strong {
	font-weight: normal;
	color: #FF6600;
}

#columna-2 li {
	background-image: url(img/arrow-2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 80px;
	margin-bottom: 80px;
}

#footer {
	font-size: 12px;
	color: #666666;
	width: 960px;
	margin-top: 30px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
	float: left;
	margin-bottom: 30px;
	text-align: center;
}

#footer a {
	color: #000000;
	text-decoration: none;	
}
