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

* {padding:0px; margin:0px; border:0px}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #00;
	font-size: small;
}

h1 {
	color: #00;
	font-size: medium;
	font-weight: lighter;
	margin: 10px 0px;
}

h2 {
	font-size: medium;
	font-weight: lighter;
	margin: 10px 0px;
}

h3 {
	color: #CC66CC;
	font-size: small;
	font-weight: lighter;
	margin: 10px 0px;
}


a:link {
	color: #0066FF;
	font-size: small;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: none;
	color: #CC33CC;
}




#wrapper {
	width: 80%;
	margin: 40px auto;
	padding:10px;
	background-color: #FFF;
}
#top{
	height:50px;
	border-bottom-width: thin;
	border-style: solid;
	border-bottom-color: #0066FF;	
}

#entrevista{
	width: 48%;
	float: left;
	border-bottom-width: thin;
	border-style: solid;
	border-bottom-color: #CC66CC;

}
#infoentrev {
	width:48%;
	float: right;
	border-bottom-width: thin;
	border-style: solid;
	border-bottom-color: #CC66CC;
}

#infoent { clear:both;	width:100%; }

#entrevista img {
	width:100%;
	padding-top:10px;
}

#infoentrev img {
	width:100%;
	padding-top:10px;
}



#footer { clear:both; 
		padding-top:50px;
}





	
