/*
	CLIENTE: REDLAJ
	CSS: Madsen Felipe
	CSS: Páginas Internas
*/

.colEsq {
	display: block;
	float: left;
	width: 185px; 
	height: 300px; 
	display: block;
	margin-top: 10px;
}

.colDir {
	float: left;
	width: 420px;
	height: auto;
	margin-left: 30px;}
	
.conteudo{}
	
	.conteudo p {
		width: auto;
		height: auto;
		line-height: 19px;
	}
	.conteudo h2 {
		font-size: 11px;
		color: #80bcd6;
		text-transform: uppercase;
	}
	
	.conteudo h3 {
		float: left;
		margin-right: 10px;
		font-size: 11px;
		text-transform: uppercase;
		background-color: #e6eef2;
		color: #333;
		padding: 3px 5px 3px 5px;
		width: 32px;
		}
		
	.conteudo span {
		border-bottom: dashed #e6eef2 1px;
		padding-bottom: 3px;
		line-height: 20px;
	}
	
	.palestrantesFrame {
		background-color: #transparent;
		margin-left: 10px;
		font: 12px Georgia, "Times New Roman", Times, serif;
		color: #FFF;
		font-weight: normal;
	}
		.palestrantesFrame span {
			text-transform: uppercase;
			font-size: 9px;
			font-weight: normal;
		}
	.selectProgramacao {
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 11px;
		width: 172px;
		padding: 3px;
	}
	
input {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	padding: 8px;
	padding-left: 1px;
	border: none;
	border-bottom: #d0e5ef dashed 1px;
	background: none;
		}
