/**
 * CSS do site CIGAM UCC 
 *
 * @author Luis Dalmolin | Escape Criativação
 * @lastmod 07/04/2011
 */
 
body {
	margin:0px;
	background-image: url(../images/layout/site_bg.jpg);
	background-repeat: repeat-x;
	background-color: #DEDFE1; }

h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	margin:0 0 8px 0;
	color:#C61010;
	font-weight:bold; }


/* imagem da noticia */
.imagem-noticia {
	float:left;
	border:1px solid #000000;
	margin-right:10px; 
	margin-bottom:5px; 
	margin-top:5px; }

.link-noticia {
	transition:0.1s linear;
	-webkit-transition:0.1s linear;
	-moz-transition:0.1s linear;
	background:url(../images/btn_noticias.gif) no-repeat;
	font-size:11px !important;
	padding:2px 0 0 16px; }
	.link-noticia:hover {
		color:#C61010;
		transition:0.1s linear;
		-webkit-transition:0.1s linear;
		-moz-transition:0.1s linear; }

.link:hover { text-decoration:underline; }

.divFixa{
	width : 188px;
	height : 200px;
	position:absolute; 
	overflow-x:hidden;
	overflow-y:hidden;
}

.divMovimenta { 
	width:188px; 
	height:200px;
	position:absolute; 
	left:0px; 
	top:200px; }

.INPUT {
	border : 1px solid #DEDFE1;
	font-size : 10px;
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #5C5C5C;
	margin:0; }

.tahoma_10_cinza{
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #5C5C5C;
	line-height: normal;
	text-align: justify;
	font-weight: normal;
	text-decoration: none; }

.tahoma_11_cinza{
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #5C5C5C;
	line-height: normal;
	text-align: justify;
	font-weight: normal;
	text-decoration: none;
	margin-top:5px; }

.tahoma_11_vermelho{
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #C61010; }

.tahoma_11_branco{
	font-family : Arial, Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
	font-weight: bold; }

.tahoma_12_vermelho{
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #C61010;
	font-weight: bold; }

.tahoma_14_vermelho{
	font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #C61010;
	font-weight: bold; }
.tahoma_14_vermelho_centro {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #C61010;
	text-decoration: none;
	text-align: center;
	background-position: center; }

.tahoma_17_vermelho {
	font-family: Tahoma;
	font-size: 17px;
	font-weight: bold;
	color: #C61010;
	text-decoration: none; }

#menu-ropdape { font-family:Tahoma, Geneva, sans-serif; background:#FFF url(../images/bg-rodape.jpg) no-repeat; 
height:33px; vertical-align:middle; margin:2px 0 0 0; padding:1px 0 0 0 }
#menu-ropdape ul { margin:5px 0 0 0 }
#menu-ropdape ul li { display:inline; padding:0 5px; list-style:none }
#menu-ropdape ul li a { color:#FFF; text-decoration:none; font-size:11px }
#menu-ropdape ul li a:hover { text-decoration:underline }


.ucc-tabela {
    background: #fff;
    padding: 20px 15px;
    margin: 0 0 10px 0; }
.ucc-bg-topo-tabela td {
    background:url(../images/button1.jpg); border-top:1px solid #666666;
    padding:5px; }
.ucc-item-tabela {
    padding:5px; }
.calendario-de-treinamentos {
    border-spacing: 0; }
.calendario-de-treinamentos tr td {
    border: 1px solid #666666; }


/* select */
.form-contato select, .form-contato textarea, .form-contato input[type=text], .form-contato input[type=password] {
	color:#333;
	border:1px solid #CCC;
	padding:2px;
	font-size:11px; }
.form-contato select:hover, .form-contato textarea:hover, .form-contato input[type=text]:hover, .form-contato input[type=password]:hover, 
.form-contato select:focus, .form-contato textarea:focus, .form-contato input[type=text]:focus, .form-contato input[type=password]:focus {
	border-color:#333; }
	
.form-contato input[type=submit] {
	background:#F2F2F2;
	cursor:pointer;
	color:#333;
	border:1px solid #CCC;
	padding:3px 6px;
	font-size:12px; }
.form-contato input[type=submit]:hover {
	background:#E1E1E1;
	border-color:#333; }
	
	
.form-treinamento select, .form-contato textarea, .form-contato input[type=text], .form-contato input[type=password] {
	width:280px; }
	
.erro { font-size:10px; margin:3px 0; color:red; }


/* slide dos depoimentos */
.slide-fixo {
	overflow:hidden;
	height:200px;
	display:block;
	position:absolute;
	width:210px; }
	.slide-fixo .slide-box {
		width:210px;
		display:none;
		position:absolute;
		height:200px; }


input ~ label, select ~ label {
    color: #FF0000;
    display: block;
    width: 100%;
}
.fund-cinza{
	background-color:#DDDEE0;
}
.sumir{
	display:none;
}
.link-inscricao{
	color: #5C5C5C;
    cursor: pointer;
    line-height: 25px;
    text-decoration: none;
}
.link-inscricao:hover{
    text-decoration: underline;
}
.titulo{
	font-weight: bold;
    padding: 6px;
    text-align: center;
}

/*Questionario sala virtual*/
#form-sala-virtual dd{
	/*font-size:14px;*/
	margin:10px 40px;
}

#form-sala-virtual textarea{
	height:70px;
	width: 200px;
}

.dt-trein{
	float: left;
    margin-right: 15px;
}
.dd-instru{
	margin: 0 !important;
}
.mensagem, .alerta{
	text-align: center;
}




