body {
	background: #C2C2C2;
}

#wrapper {
	width: 700px;
	height: 350px;	
	margin: 30px auto;
	padding: 20px;
	border: 5px solid black;
	background: white;
}

#header {
	/*height: 200px;
	background: url(../images/bg_header.jpg) repeat-x top left;*/
}

a {
	background: #FFF9E0;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

a:hover {
	background: #FFF151;
	border-bottom: 1px solid #FFF151;
}

h1 {	
	height: 100px;
	line-height: 100px;
	padding-left: 100px;
	font-size: 3.2em;
	color: #BDBDBD;
	color: #FF4343;	
	font-family: Verdana, sans-serif;
	background: url(../images/yo.jpg) no-repeat top left;
}

h1:first-letter {
	font-size: 1.3em;
	color: #2445FF;
	color: #BDBDBD;
	color: #434343;
}

h2 {
	font-size: 2em;
	border-bottom: 1px dotted red;	
}

h2:first-letter {
	font-size: 1.3em;
	color: red;	
}

h3 {
	margin: 5px 0 10px;
	font-size: 1.4em;
	font-weight: bold;
}

p {
	color: #595959;
	font-size: 0.9em;
	line-height: 1.3em;
}

.col {
	width: 48%;
	float: left;
}

.col_first {
	margin-right: 25px;
}

ul li {
	margin: 5px 0 15px 0;
}

ul.perfils li {
	margin: 5px 0 5px 0;
	padding-left: 15px;
	background: url(../images/bullet_red.png) no-repeat left top;
	line-height: 1.2em;
	font-size: 1.2em;
}
