@CHARSET "ISO-8859-1";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
}

#pai {
	height: 750px;
	background: rgba(13,164,203,1);
	background: -moz-linear-gradient(top, rgba(13,164,203,1) 0%, rgba(255,255,255,1) 16%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(13,164,203,1)), color-stop(15%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(13,164,203,1) 0%, rgba(255,255,255,1) 16%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(13,164,203,1) 0%, rgba(255,255,255,1) 16%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(13,164,203,1) 0%, rgba(255,255,255,1) 16%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(13,164,203,1) 0%, rgba(255,255,255,1) 16%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0da4cb', endColorstr='#ffffff', GradientType=0 );
}

.cabec ,.conteudo {
	margin-left: 50px;
	padding: 0;
	border: 0;
	/* font-size: 100%; */
	font: inherit;
}

.cabec .titulo {
	position:absolute;				
	float:left;
	margin-left: 20%;
	margin-top: 3%;
	color: #ffffff;
	font-size:200%;
}

.conteudo {
	position:absolute;
	margin-top: 8%;
	left: 10%;
	right: 10%;
}

.conteudo .cabecitens {		
	color: #3CB371;
	font-size:110%;
	font-weight: bold;
}

.conteudo .titlab {
	border-radius: 5px;	
	width: 1000px;
	border: 2px outset #6e7d81;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: left; 
	font-weight: bold; 	
	color: #FFFFFF;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#485154+0,6d7c80+100 */
	background: #485154; /* Old browsers */
	background: -moz-linear-gradient(top,  #485154 0%, #6d7c80 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #485154 0%,#6d7c80 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #485154 0%,#6d7c80 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#485154', endColorstr='#6d7c80',GradientType=0 ); /* IE6-9 */
}

.conteudo .titlab label {
	padding-left: 15px;
	font-size: 18px;
	vertical-align: middle;
}

.conteudo .titlab img {
	vertical-align: middle;
}

.conteudo .detalhes{
	width: 1000px;
	padding: 5px 10px 13px 15px;
	border-bottom: 2px outset #fff;
	border-right: 2px outset #fff;
	border-left: 2px outset #fff;
	text-align: left;
	font-size: 18px;				  			 	  	
	background-color: #f9fafb;
	color: #696969;
	height: 220px;
}

.conteudo .detalhes .esquerdo {	
	float:left;
	width: 88%;
}	

.conteudo .detalhes .direito {
	float: left;
	width: 10%;
	height: 150px;
	padding: 5px;
	color: #FFFFFF;
	border-style: 3px outset #379cb6; 
	border-radius: 5px;				  			  	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3caecb+0,3f9dc1+52,0e9bbf+100 */
	background: #3caecb; /* Old browsers */
	background: -moz-linear-gradient(top,  #3caecb 0%, #3f9dc1 52%, #0e9bbf 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #3caecb 0%,#3f9dc1 52%,#0e9bbf 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #3caecb 0%,#3f9dc1 52%,#0e9bbf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3caecb', endColorstr='#0e9bbf',GradientType=0 ); /* IE6-9 */			  	
	font-family: 'Roboto', sans-serif;
}

.conteudo .detalhes .direito p {
		text-align: center;
}

.conteudo .detalhes .direito img {
		text-align: left;
}

.conteudo .detalhes .direito:hover {
	background: #0e9bbf;
	border: 2px inset #379cb6;
}

.conteudo .detalhes .direito img {
	margin-left: 25%;
}

#link{
	width: 150px;
	height: 50px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	color: #FFFFFF;
	border-style: 3px outset #379cb6; 
	border-radius: 5px;				  			  	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3caecb+0,3f9dc1+52,0e9bbf+100 */
	background: #3caecb; /* Old browsers */
	background: -moz-linear-gradient(top,  #3caecb 0%, #3f9dc1 52%, #0e9bbf 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #3caecb 0%,#3f9dc1 52%,#0e9bbf 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #3caecb 0%,#3f9dc1 52%,#0e9bbf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3caecb', endColorstr='#0e9bbf',GradientType=0 ); /* IE6-9 */			  	
	font-family: 'Roboto', sans-serif;
}

#link:hover {
	background: #0e9bbf;
	border: 2px inset #379cb6;
}
