@charset "utf-8";
@import 'fonts/Segoe Ui Light/segoeuil.css';
/* CSS Document */


html, body, div, span, applet, object, iframe,
h1, h2, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, legend,
table, caption, tbody, tfoot, tr, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	text-transform:none;
	text-decoration:none;
	overflow-x:none;
	list-style:none;
	font-family:Arial,Verdana, Geneva, sans-serif;
}
html {
	height: 100%;
	overflow-x:none;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background:#fff;

}
.conteudo_c{
	width:980px;
	margin:0 auto;	
}

input[type=text],input[type=password], select, textarea{
	font:14px/18px arial;
	color:#999;
	padding:4px;
	border:1px #ddd solid;	
}

textarea{
	height: 80px;
	min-height: 80px;
}


::-webkit-input-placeholder {
   	color: #aaa;
}

:-moz-placeholder { /* Firefox 18- */
   color: #aaa;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #aaa; 
}

:-ms-input-placeholder {  
   color: #aaa;
}	

/*
red - #D4170D
dark red - #B11B13
black - #424242
light gray - #E9E9E9
dark gray - #BCBCBC
blue - #3299BB
*/