@charset "utf-8";

*{
margin:0;
padding:0;
outline:none;
font-size:100%;
list-style:none;
text-decoration:none }

/* FONTES */

@font-face {
  font-family: 'FontAwesome';
  src: url('/Prs/Inc/Fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('/Prs/Inc/Fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), 
  	   url('/Prs/Inc/Fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), 
	   url('/Prs/Inc/Fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), 
	   url('/Prs/Inc/Fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'CabinBold';
    src: url('/Prs/Inc/Fonts/cabin-bold.eot');
    src: url('/Prs/Inc/Fonts/cabin-bold.eot') format('embedded-opentype'),
         url('/Prs/Inc/Fonts/cabin-bold.woff') format('woff'),
         url('/Prs/Inc/Fonts/cabin-bold.ttf') format('truetype'),
         url('/Prs/Inc/Fonts/cabin-bold.svg#CabinBold') format('svg');
}

@font-face {
    font-family: 'CabinRegular';
    src: url('/Prs/Inc/Fonts/cabin-regular.eot');
    src: url('/Prs/Inc/Fonts/cabin-regular.eot') format('embedded-opentype'),
         url('/Prs/Inc/Fonts/cabin-regular.woff') format('woff'),
         url('/Prs/Inc/Fonts/cabin-regular.ttf') format('truetype'),
         url('/Prs/Inc/Fonts/cabin-regular.svg#CabinRegular') format('svg');
}

/* ESTRUTURA */

.menu { font-family:'FontAwesome', Verdana, Arial; color:#BBAE82; font-size:16px }
.menu a { text-decoration:none; color:#BBAE82; margin-right:22px }
.menu a:hover { color:#E2E1C7 }
.menu .sel { color:#E2E1C7 }

.banner { font-family: 'CabinRegular', Verdana, Arial; color:#2C2314; font-size:20px }

.banner2 { font-family: 'CabinRegular', Verdana, Arial; color:#7B6237; font-size:15px }
.banner2 a { text-decoration:none; color:#7B6237 }

.titulo-marrom	{ font-family: 'CabinRegular', Verdana, Arial; color:#2C2314; font-size:18px }

.titulo-laranja { font-family: 'CabinRegular', Verdana, Arial; color:#CC6600; font-size:18px }

.texto { font-family: 'FontAwesome', Verdana, Arial; color:#2C2314; font-size:13px }
.texto a { text-decoration:none; color:#2C2314; font-size:14px }
.texto a:hover { color:#7B6237 }
.texto .sel { color:#7B6237 }
.texto textarea { font-family: 'CabinRegular' ; width:450px; background:#FFF; color:#2C2314; font-size:14px ; border:#7B6237 1px solid; padding-left:6px; padding-top:6px}
.texto input[type="text"] {  font-family: 'CabinRegular'; width:450px; height:30px; background:#FFF; color:#2C2314; font-size:14px; border:#7B6237 1px solid; padding-left:6px  }

.texto-laranja { font-family: 'CabinRegular', Verdana, Arial; color:#7B6237; font-size:13px }
.texto-laranja a { text-decoration:none; color:#7B6237 }
.texto-laranja a:hover {color:#2C2314}
.texto-laranja .sel {color:#2C2314}

form { margin:0px; padding:0px; }

.borda_empresas {width:300px; height:50px; padding-left: 15px; background-color:#F4F0E8; border:#7B6237 1px solid;  -webkit-border-radius: 9px; -moz-border-radius: 9px; border-radius: 9px;}

