* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	background: #fff url(../images/bg.jpg) repeat-x 0 0;
}

#wrapper {
	margin: 0 auto;
	width: 920px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
}

#header {
	width: 676px;
	color: #fff;
	padding: 10px;
	height: 40px;
	margin: 6px auto 0px auto;
	background: Transparent;
}

#header h1 {
	color: #fff;
	font-size: 20px;
	font-weight: lighter;
	text-shadow: #000 1px 1px 2px;
}

.rosa {
	color: #c1349d;
}

#navigation {
	width: 676px;
	height: 257px;
	color: #fff;
	padding: 10px;
	margin: 0 auto;
	background: #fff url(../images/rosas.jpg) no-repeat 0 0;
}

#navigation h1 {
	color: #fff;
	font-size: 24px;
	font-weight: lighter;
	text-shadow: #000 1px 1px 2px;
}

#content {
	width: 676px;
	color: #000;
	background: #fff;
	margin: 0px auto;
	padding: 10px;
	height: 250px;
	margin-bottom: 100px;
}

#footer {
	width: 100%;
	color: #fff;
	background: #000;
	margin: 0px auto;
	padding: 10px;
}

#slider {
	margin: 28px 28px 0 0;
	width: 604px;
	height: 203px;
	float: right;
}

#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}

#slider li { 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:600px;
	height:201px;
	overflow:hidden; 
}

#slider a, a:visited, a:hover, a:active {
	text-decoration: none;
}

#descr {
	margin: 8px 0 0 10px;
	width: 290px;
	height: 203px;
	float: left;
}

#datos {
	width: 210px;
	min-height: 300px;
	float: left;
	margin: 5px;
}

#datos h2 {
	text-align: center;
	color: #afbfc3;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
}

#datos ul { 
	list-style-image: url("../images/liTick.png"); 
	margin-left: 10px;
	color: #6d7a7f;
	line-height: 1.5;
}

#datos ul a, a:visited {
	color: #6d7a7f;
	text-decoration: none;	
}

#datos ul a:hover, a:active {
	color: #6d7a7f;
	text-decoration: underline;	
}

#testim {
	width: 200px;
	min-height: 300px;
	margin: 5px;
	margin-left: 232px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px;
}

#testim h2 {
	text-align: center;
	color: #afbfc3;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
}

#testim ul { 
	list-style-image: url("../images/liTick.png"); 
	margin-left: 25px;
	color: #6d7a7f;
	line-height: 1.5;
}

#testim ul a, a:visited {
	color: #6d7a7f;
	text-decoration: none;	
}

#testim ul a:hover, a:active {
	color: #6d7a7f;
	text-decoration: underline;	
}


#gente {
	width: 200px;
	min-height: 300px;
	float: right;
	margin: 5px;
	padding: 5px;
}

#gente h2 {
	text-align: center;
	color: #afbfc3;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
}

#gente ul { 
	list-style-image: url("../images/liTick.png"); 
	margin-left: 10px;
	color: #6d7a7f;
	line-height: 1.5;
}

#gente ul a, a:visited {
	color: #6d7a7f;
	text-decoration: none;	
}

#gente ul a:hover, a:active {
	color: #6d7a7f;
	text-decoration: underline;	
}

.more-link { font-size: 16px; color: #6d7a7f; text-decoration: none; font-weight: normal; background-color: #d1dadc; margin: 20px auto; float: left; padding: 7px 8px 8px 8px; -webkit-border-radius: 0.3em; -moz-border-radius: 0.3em; border-radius: 0.3em; }
.more-link a { font-size: 11px; color: #6d7a7f; }
.more-link a.lightview { color: #6d7a7f; }
.more-link a:visited { font-size: 11px; color: #6d7a7f; text-decoration: none; text-transform: lowercase; }
.more-link a:hover { font-size: 11px; color: #ffffff; }
.more-link a:visited:hover { font-size: 11px; color: #ffffff; }
