/********************************************************************************* PADRONIZAR */

* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

img {
	border: none;
}

li {
	list-style-type: none;
}

/********************************************************************************* HTML */

html {
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
	background-image: url(../img/bg_pagina.png);
	background-repeat: repeat-x;
	background-position: left top;
}

/********************************************************************************* HTML */

body {
	width: 100%;
	background-color: transparent;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../img/bg_rodape.png);
}

/********************************************************************************* #GERAL */

#geral {
	width: 1060px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
h1 {
	color: #090;
	font-size: 1.5em;
}
h2 {
	color: #F90;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 0px;
}
h3 {
	color: #090;
}
h4 {
	color: #090;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-left: 5px;
}
p {
	color: #666666;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	word-spacing: normal;
	margin-top: 2px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
blockquote {
	padding-left: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#logo  a{
	display: block;
	width: 150px;
	height: 130px;
	overflow: hidden;
	text-indent: -9999px;
	margin-top: 0px;
	margin-left: 0px;
	background-image: url(../img/logo_campinasvirtual.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 0px;
	margin-right: 5px;
	background-color: #FFF;
	float: left;
}
/********************************************************************************* #HEADER */

#header {
	height: 135px;
	background-repeat: no-repeat;
	background-position: right top;
	width: 1050px;
	background-image: url(../img/header_campvirtual-2011.jpg);
	background-color: #FFF;
}

#header h1  a{
	display: block;
	width: 178px;
	height: 108px;
	overflow: hidden;
	text-indent: -9999px;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	background-image: url(../img/logo_campinasvirtual.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
}

#header #banner {
	width: 696px;
	height: 91px;
	margin-top: 4px;
	margin-right: 5px;
	background-color: #FFF;
	background-image: url(../img/img-publicidade.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 6px;
	margin-left: 10px;
	border: 1px solid #CCC;
	float: right;
	padding: 0px;
}

#header ul#banners {
	clear: both;
	display: block;
	width: 100%;
	float: left;
}
	
#header ul#banners li  {
	width: 155px;
	height: 80px;
	float: left;
	margin-left: 10px;
	background-color: transparent;
	background-image: url(../img/banner_topo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#header ul#banners li a {
	display: block;
	width: 155px;
	height: 80px;
	float: left;
}

#header ul#banners li a img {
	float: left;
}

/********************************************************************************* #CONTAINER */

#container {
	width: 1050px;
	padding-top: 10px;
	background-image: url(../img/bg-container.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	min-height: 800px;
	/* background: yellow; */
}
#toolbar {
	margin:0px;
	padding: 0px;
	height: 30px;
}
/***** TOP MENU **********************/
#topmenu {
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: right;
	}
	
	#topmenu ul {
	padding:0px 0px 0px 5px;
	margin:0px;
	list-style-type:none;
	width:auto;
	float:left;
	}
	
	#topmenu ul li {
	margin:0px;
	padding:0px;
	display:inline;
	}
	
	#topmenu ul li a {
	float:left;
	display:block;
	margin:0px 0px 0px 2px;
	padding:0px 0px 0px 10px;
	text-decoration:none;
	line-height:30px;
	color:#fcfcfc;
	background-image: url(../img/bg_topmenu_e.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	
	#topmenu ul li a span {
	float:left;
	display:block;
	cursor:pointer;
	background-image: url(../img/bg_topmenu_d.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 7px;
	}
	
	#topmenu ul li a:hover {
	background-image: url(../img/bg_topmenu_e_2.png);
	background-repeat: no-repeat;
	background-position: 0 -32px;
	color: #FFFF00;
	}

	#topmenu ul li a:hover span {
	text-decoration:none;
	display:block;
	width:auto;
	background-image: url(../img/bg_topmenu_d_2.png);
	background-repeat: no-repeat;
	background-position: 100% -32px;
	}

.topmenu a {

}

.topmenu a:hover {
	text-decoration: none;
	background-color: #CCCCCC;
}
	.top-link{
	width:35px;
	height:auto;
	position:fixed;
	right:5px;
	bottom:5px;
	background-color: #060;
	}
	
	.top-link img{
	border:none;
	}
	
	.top-link a{
	color:#FC0;
	text-decoration:none;
	}
	
	.top-link a:hover{
	color:#ccc;
	text-decoration:none;
	}
	.second-nav{
	height:25px;
	border-top:1px solid #024e76;
	text-align:center;
	font:11px Verdana;
	line-height:26px;
	cursor:default;
	background-color: #fcfcfc;
	background-image: url(../img/nav_bg.gif);
	background-repeat: repeat-x;
	}
	
	.second-nav a{
	padding:3px 10px 3px 10px;
	text-decoration:none;
	color:#037ca9;
	border:1px solid transparent;
	margin:0px 1px 0px 1px;
	}
	
	.second-nav a:hover{
	cursor:pointer;
	border-color:#a3a4a5;
	color:#025d7e;
	background-image: url(../img/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 -25px;
}
#linha {
	HEIGHT: auto;
	color: #FF0000;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
#linha2 {
	color: #FFCC00;
	margin-top: 10px;
	margin-left: 0px;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 10px;
	
}
#linha3 {
	color: #339900;
	width: 65%;
	align: left;
	padding-top: 6px;
	padding-bottom: 5px;
	clear: left;
}
/***** IMAGENS *****************/
#imagens {
	background-color: #F8F8F8;
	margin-top: 10px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 3px;
	border: 1px solid #F2F2F2;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	width: 745px;
}
.fotos {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	margin: 4px;
	padding: 5px;
	color: #CCCCCC;
}
.fotosDir {
	float: right;
	background-color: #FFFFFF;
	border: 3px solid #090;
	padding: 0px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.fotosEsq {
	float: left;
	background-color: #FFFFFF;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 6px;
	padding: 5px;
}
.fotoBoxServicos {
	float: left;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 2px;

}
.fotoBox {
	float: left;
	background-color: #FFFFFF;
	border: 2px solid #CCCCCC;
	padding: 0px;
	margin-top: 6px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-left: 6px;

}
.publicidade {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
}
/********************************************************************************* #FOOTER */
#logoFooter a {
	display: block;
	float: right;
	width: 150px;
	height: 150px;
	margin-top: 50px;
	margin-right: 50px;
	background-color: transparent;
	background-image: url(../img/logo_campinasvirtual-pb.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#logoFooter2 a {
	display: block;
	float: right;
	width: 200px;
	height: 40px;
	background-color: transparent;
	background-image: url(../img/logo_campinasvirtual-pb-02.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#destaqueDir {
	float: right;
	width: 240px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E1E1E1;
	padding-right: 5px;
	background-color: #FFFFEA;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #E1E1E1;
	border-right-color: #E1E1E1;
}
#destaqueDir p {
	font-size: 11px;

}
#boxServicos {
	margin-top: 3px;
	margin-right: 6px;
	margin-bottom: 3px;
	margin-left: 0px;
	background-color: #FFFBEA;
	width: 365px;
	float: left;
	border: 1px solid #F0F0F0;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	height: 77px;
}	
#boxServicos p{
	font-size: 12px;
}
#boxServicos-2 {
	margin-top: 3px;
	margin-right: 6px;
	margin-bottom: 3px;
	margin-left: 0px;
	width: 370px;
	float: left;
	border: 1px solid #F0F0F0;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 0px;
	height: 100px;
}
