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

/** Estilos textos home **/

.box_rosa {
	padding-top:8px;
	font-size:11px;
	color:#912f56;
	font-weight:bold;
}

.box_verde{
	padding-top:8px;
	font-size:12px;
	color:#408a8f;
	font-weight:bold;
}

.dep {
	display:block;
	height:37px;
	padding-top: 10px;
}

.dep_dark {
	display:block;
	height:50px;
	padding-top: 10px;
	margin-top:10px;
	background:#d9b0c3;
}

.deptxt {
	font-size:12px;
	color:#FFF;
	margin-left:12px;
	text-align:left;
}
.depnome {
	font-size:12px;
	color:#c2799c;
	margin-right:12px;
	margin-top:5px;
	text-align:right;
}
.impnome {
	font-size:12px;
	color:#c2799c;
	margin-right:12px;
	margin-top:5px;
	text-align:right;
}

.txtprodutos {
	font-size:13px;
	color:#666;
}

/******diagramacao padrao******/

#bannertop {
	margin-top:20px;
}

#conteudo {
	width:960px;
	margin-top:5px;
	background:url(../img/bgr_bordertop.jpg) top center no-repeat #fff;
	min-height:300px;
}

#conteudobottom {
	height:17px;
	background:url(../img/bgr_borderbottom.jpg) bottom center no-repeat;
}

#conteudo #produtoslat {
	width:300px;
	min-height:300px;
	margin-left:20px;
	margin-top:20px;
	float:left;
	border-right: 1px dashed #ccc;
}


#txtconteudo {
	width:610px;
	min-height:100px;
	margin-left:10px;
	margin-top:20px;
	float:left;
}

#txtconteudo #img {
	min-width:250px;
	padding-right:15px;
	padding-bottom:10px;
	float:left;
	position:relative;
}

#txtconteudo #titulo {
	font-size:20px;
	color:#408a8f;
	margin-bottom:15px;
	margin-top:5px;

}

/******************** Videos ************************/


/* root element for scrollable */
.vertical {  
	
	/* required settings */
	position:relative;
	overflow:hidden;	

	/* vertical scrollers have typically larger height than width */	
	height: 515px;	 
	width: 280px;
	border-top:1px solid #ddd;	
}

/* root element for scrollable items */
.items {	
	position:absolute;
	
	/* this time we have very large space for height */	
	height:20000em;	
	margin: 0px;
}

/* single scrollable item */
.items div {
height:100px;
	border-bottom:1px solid #ddd;
	padding-top:10px;
	padding:15px;
	font-size:12px;
	
}

/* elements inside single item */
.items img {
	float:left;
	margin-right:20px;
}

.items h3 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}


.items p {
	margin:0 0 8px 0;
	color:#666;
	color:#456;
	font-size:12px;
}

.items a {
	width:93px;
	height:22px;
	display:block;
	text-indent:-5000em;
	overflow:hidden;
	background: url(../img/bt_mais.jpg) top left no-repeat;
}

.items a:hover {
	background: url(../img/bt_mais.jpg) bottom left no-repeat;
}

/* the action buttons above the scrollable */
#actions {
	width:280px;
	margin:30px 0 10px 0;	
}

#actions a {
	font-size:12px;		
	cursor:pointer;
	color:#666;
}

#actions a:hover {
	text-decoration:underline;
	color:#000;
}

.disabled {
	visibility:hidden;		
}

.nextPage {
	float:right;
}	

#principalimg {
	margin-bottom:10px;
}

/*********************************/

#widgets {
	margin-top:10px;
	margin-bottom:8px;
	height:190px;
}

#widgets2 {
	margin-top:0px;
	margin-bottom:20px;
	height:209px;
}

#box_conheca {
	display: inline-block;
	width:270px;
	height:184px;
	padding-top:8px;
	padding-left:15px;
	background:url(../img/box_conheca.jpg) no-repeat top center;
	float:left;
}

#box_conheca #fotosconheca {
	margin-top:5px;
}

#box_conheca span {
	padding-bottom:5px;
}

#box_conheca p a {
	display:block;
	text-align:right;
	font-size:12px;
	margin-right:12px;
	margin-top:2px;
	color:#912f56;
	font-weight:bold;
	text-decoration:none;
}


#box_conheca p a:hover {
	color:#FFF;
}

#box_multimidia {
	display: inline-block;
	width:367px;
	height:184px;
	padding-top:5px;
	padding-left:9px;
	margin-left:8px;
	background: url(../img/box_multimidia.jpg) no-repeat top center;
	float:left;
}

#box_multimidia span {
	padding-bottom:5px;
}

#box_multimidia #img_multimidia {
	margin-top:5px;
}

#box_multimidia p a {
	display:block;
	text-align:right;
	font-size:12px;
	margin-right:12px;
	margin-top:2px;
	color:#408a8f;
	font-weight:bold;
	text-decoration:none;
}


#box_multimidia p a:hover {
	color:#FFF;
}

#box_depmaes {
	display: inline-block;
	width:283px;
	height:184px;
	padding-top:8px;
	margin-left:8px;
	background:url(../img/box_depmaes.jpg) no-repeat top center;
	float:left;
}

#box_depmaes span {
	padding-left:9px;
}

#box_depmaes a {
	text-decoration:none;
}

#box_depmaes p a {
	display:block;
	padding-top:8px;
	text-align:right;
	font-size:12px;
	margin-right:12px;
	margin-top:2px;
	color:#912f56;
	font-weight:bold;
	text-decoration:none;
}


#box_depmaes p a:hover {
	color:#FFF;
}

/************ Modal *****************/

.modal {
	background-color:#fff;
	display:none;
	width:450px;
	padding:15px;
	text-align:left;
	border:2px solid #a0d1d4;

	opacity:0.8;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
}

.modal h2 {
	background: #fff;
	margin:0px;
	padding:10px 0 10px 10px;
	font-size:15px;
	color:#666;
}

.modal p {
	background: #fff;
	margin:0px;
	padding:10px 0 10px 10px;
	margin-bottom:15px;
	border-bottom:1px solid #a0d1d4;
	font-size:13px;
	color:#666;
}

#btindicacao {
	display:block;
	text-align:right;
	padding-top:20px;
	margin-right:20px;
}

#btmodal {
			width:180px;
			height:20px;
			margin-top:10px;
			font-weight:bold;
			background:#d9b0c3;
			color:#fff;
			border:none;
			outline:none;
		}

/* forms modal*/
	#formulario {
		margin-left:20px;
	}
	
	#envio {
		text-align:right;
	}
	
	form label {
		display:block;
		color:#000000;
	}

		form label.obrigatorio {
			padding-top:4px;
			padding-bottom:5px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
		}
		form label.nobrigatorio {
			padding-top:4px;
			padding-bottom:5px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
		}

		form input, textarea {
			width:400px;
			padding:3px;
			margin-bottom:20px;
			font-size:12px;
			border-bottom:solid 1px #408a8f;
			border-left:none;
			border-right:none;
			border-top:none;
			
		}
		.check {
			padding-top:30px;
			height:20px;
			width:20px;
		}
		
		form #mensagem {
		width:400px;
		border-bottom:solid 1px #408a8f;
		border-left:solid 1px #408a8f;
		border-right:solid 1px #408a8f;
		border-top:solid 1px #408a8f;
		}

		form #ok, form #cancel {
			width:100px;
			height:25px;
			margin-top:10px;
			font-weight:bold;
			background:#408a8f;
			color:#fff;
			border:none;
			outline:none;
		}
