@charset "utf-8";
/* CSS Document */


* { margin: 0; padding:0; border: none; font-family: Arial, Helvetica, sans-serif;}

a { text-decoration: none; color: #868788;}

h1 { font-size: 18px; font-weight: bold; color: #005035;}
h2 { font-size: 12px; color: #005035;}
p { color: #4D4D4D;}

body { 	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #868788;}
	
.left {float: left;}
.right {float: right;}
.clearleft { float: left; clear: left; width: 100%;}
.bold { font-weight: bold;}
.none { clear: none;}

.verde { color: #005035;}
.orange { color: #ee9102;}

ul, li { list-style: none;}


#contenedor {
	margin: 0 auto;
	width: 1030px; position: relative;}
	
#header {
	float: left;
	position: relative;
	width: 100%;
	height: 155px;}
	
#cuerpo {
	position: relative;
	float: left;
	padding: 0 1.5%;
	width: 97%;}
	
	.home {background: url(../images/cuerpo/background.png) repeat-x;}
	
	.category {background: url(../images/cuerpo/background-category.png) repeat-x;}
	
	#principal {
		float: left;
		width: 760px;
		padding-bottom: 15px;}
	
	#columna {
		float: right;
		margin-top: 35px;
		width: 232px;
		padding-left: 1px;
		background: url(../images/cuerpo/point-line-vertical.gif) repeat-y;}
	
#footer {
	float: left;
	padding: 10px 0;
	width: 100%;
	background: url(../images/cuerpo/point-line-hor.gif) repeat-x;}
	


