
.clear{
	clear: both;
}

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family: Arial;
	font-size: 12px;
}

.index1{

	background:url(../images/commons/index.1.jpg)  50% 0 no-repeat; 

}

.index2{

	background:url(../images/commons/index_2.gif)  50% 0 no-repeat; 

}


#geral {
	width: 1000px;
	margin: 0 auto;
}

#texto_home{
	font-family:Arial, Helvetica, sans-serif;
	color:#191919;
	font-size:12px;
    margin-top: 15px;
    margin-left: 254px;
    margin-bottom: 10px;
	font-weight:bold;
}



/* CSS Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0; 
} 

h2{
	margin-top:15px;
}

table { 
	border-collapse:collapse; 
	border-spacing:0; 
} 

fieldset,img {  
	border:0; 
} 

address,caption,cite,code,dfn,em,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 

ol,ul { 
	list-style:none; 
} 

caption,th { 
	text-align:left; 
}

q:before,q:after { 
	content:''; 
} 

abbr,acronym { 
	border:0; 
}

.baixaFoto{
    float: left;
}

p.baixaFoto{
    padding-left: 8px;
}

img.baixaFoto{
    cursor: pointer;
    z-index: 1000;
}

a{
    text-decoration: none;
}
