/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Removes default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
}

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * Sets consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/*
 * Removes border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/*
 * Corrects overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body{
	font-size: 62.50%;
	min-height: 100%;
}

body{
	font-family: 'Lato', sans-serif;
	background-color: #efefef;
	color: #343434;
}

.xdebug-var-dump{
	font-size: 16px;
}

header{
	background-image: url('../img/fundoHeader.jpg');
	height: 360px;
	background-color: #21201F;
	background-repeat: no-repeat;
	background-position: center center;
}

a{
	text-decoration: none;
}

.marginTop20{
	margin-top: 20px;
}

.idiomas{
	list-style: none;
	margin: 0;
	position: absolute;
	width: 100%;
	max-width: 1000px;
	left: 50%;
	overflow: auto;
	transform: translate(-50%, 0);
	text-align: right;
}

.idiomas li{
	display: inline-block;
	font-size: 18px;
	font-size: 1.8rem;
	margin-right: 2%;
}

.idiomas a{
	color: white;
}

.logo{
	text-align: center;
	padding-top: 52px;
}

.cinta1000{
	/*position: relative;*/
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	overflow: auto;
}

.cintaSubMenu{
	position: relative;
	width: 100%;
	overflow: auto;
	height: 354px;
}

.menuTopo{
	list-style: none;
	list-style-position: inside;
	font-size: 1.5rem;
	font-weight: bold;
	width: 100%;
	padding: 0;
	margin: 0;
	margin-top: 60px;
}

.menuTopo li{
	float: left;
	width: 16.65%;
	text-align: center;
}

.menuTopo a{
	color: white;
	font-weight: bold;
}

footer{
    margin-top: 50px;
	background-color: white;
	border-top: 1px solid #cccccc;
}

.morada{
	float: left;
	font-size: 1.2rem;
	line-height: 2.4rem;
	padding-top: 40px;
	padding-bottom: 48px;
	font-weight: bold;
}

.telefone{
    float: left;
    font-size: 1.2rem;
    line-height: 2.4rem;
    padding-top: 40px;
    padding-bottom: 48px;
    font-weight: bold;
    margin-left: 150px;
}

.telefone a{
    color: #eca220;
}

.morada a{
	color: inherit;
}

.moradaEmpresa{
	color: #eca220;
	font-weight: bold;
}

.morada strong{
	color: #eca220;
}

.redesSociais{
	float: right;
	padding-top: 40px;
}

.redesSociais img{
	margin-left: 10px;
}

.copyright{
	padding-top: 160px;
	float: right;
	font-size: 1.1rem;
}

.entradaEsquerda{
	float: left;
	width: 48%;
	padding-bottom: 120px;
}

.entradaDireita{
	float: right;
	width: 48%;
	padding-bottom: 120px;
}

.submenuSuperior{
	height: 354px;
	background-color: #eca220;
}

.setaSubMenu{
	position: absolute;
	background-image: url('../img/setaSubMenu.png');
	background-repeat: no-repeat;
	width: 36px;
	height: 18px;
	margin-top: -18px;
	/*margin-left: 60px;*/
	z-index: 5000;
	display: none;
}

.setaSubMenuCinza{
	background-image: url('../img/setaSubMenuCinza.png');
}

.tituloTotal{
	background-image: url('../img/bulletGrande.png');
	background-position: left: center;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 1.8rem;
	color: #eca220;
	padding-left: 50px;
	padding-top: 18px;
	padding-bottom: 20px;
	margin-top: 59px;
	border-bottom: 1px solid #cecece;
	margin-bottom: 0;
}

.projetosEntrada{
	border-top: 1px solid white;
	overflow: auto;
	width: 100%;
}

.projectosEntradaUm{
	position: relative;
	float: left;
	width: 23.6%;
	margin-right: 1.75%;
	margin-top: 58px;
}

.projectosEntradaUm:nth-child(4){
	margin-right: 0;
}

.projectosEntradaUm img{
	width: 100%;
}

.projectosEntradaUmLegenda{
	position: absolute;
	background-color: #343434;
	color: white;
	font-size: 1.3rem;
	padding: 7px;
	padding-top: 2px;
	bottom: 0;
	left: 0;
	right: 0;
}

.projectosEntradaUmLegenda p{
	margin: 0;
	margin-top: 5px;
}

.testemunho{
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	display: block;
	width: 100%;
	clear: both;
	overflow: auto;
}

.testemunho figure{
	float: left;
	width: 37.0833333%;
	margin-right: 5%;
}

.testemunhoTexto{
	font-size: 1.3rem;
	line-height: 20px;
	padding-top: 20px;
}

.noticiasEntrada:nth-child(2){
	padding-top: 50px;
}

.noticiasEntrada{
	position: relative;
	padding-bottom: 40px;
	display: block;
	width: 100%;
	clear: both;
	overflow: auto;
}

.noticiasEntrada h1{
	font-weight: bold;
	margin-top: 0;
}

.noticiasEntrada figure{
	float: left;
	width: 27.9166667%;
	margin-right: 5%;
}

.noticiasEntradaTexto{
	font-size: 1.2rem;
	line-height: 1.8rem;
}

.noticiasMais{
	font-size: 2.5rem;
	background-color: #eca220;
	float: left;
	line-height: 1.8rem;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 4px;
	margin-top: 15px;
}

.noticiasMais a{
	color: white;
	font-weight: bold;
}

.galeriaFotos{
	position: relative;
	width: 100%;
	margin-top: 55px;
}

.galeriaFotos img{
	width: 100%;
	display: block;
}

.galeriaFotosLegenda{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.8);
	color: white;
	font-size: 1.4rem;
	padding: 8px;
}

.corpoAcoustics{
	position: relative;
	width: 85%;
	margin: 0 auto;
	padding-bottom: 120px;
}

.acousticsFoto{
	position: relative;
	margin-top: 50px;
}

.acousticsFoto img{
	display: block;
}

.acousticsLegenda{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.8);
	color: white;
	font-size: 1.4rem;
	padding: 8px;
}

.corpoProdutos{
	padding-bottom: 120px;
}

.produtos{
	position: relative;
	width: 69.9%;
	margin: 0 auto;
	margin-top: 50px;
}

.produtos img{
	width: 100%;
	display: block;
}

.produtosLegenda{
	position: absolute;
	background-color: rgba(0,0,0,0.8);
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url('../img/ancora.png');
	background-repeat: no-repeat;
	background-position: 15px center;
	height: 55px;
	color: white;
	font-size: 1.8rem;
	padding-left: 70px;
	padding-top: 15px;
}

.produtosLegenda a{
	color: inherit;
}

.umProjeto{
	margin-top: 50px;
	margin-bottom: 120px;
}

.umProjetoLegenda{
	font-size: 1.5rem;
	line-height: 2.4rem;
}

.umProjetoLegenda a{
    color: #eca220;
    font-weight: bold;
}

.imagensProjeto a{
	float: left;
	margin-top: 27px;
	clear: none;
}

.imagensProjeto a:nth-child(2){
	float: right;
	margin-bottom: 120px;
}

.umProjetoLegenda hr{
	border: none;
	border-bottom: 1px solid silver;
}

.googleMaps{
	width: 100%;
	height: 415px;
}

.contactosEsquerda{
	margin-top: 70px;
	float: left;
	width: 44%;
	margin-bottom: 120px;
	margin-left: 5%;
}

.contactosDireita{
	margin-top: 70px;
	float: right;
	width: 49%;
	margin-bottom: 120px;
}

.contactosMorada{
	font-size: 1.6rem;
	line-height: 1.6rem;
}

.contactosMorada a{
	color: inherit;
}

.contactosDireita input[type="text"], .contactosDireita input[type="email"], .contactosDireita textarea{
	width: 100%;
	border: 1px solid silver;
	font-size: 1.3rem;
	padding: 4px;
	margin-bottom: 10px;
	font-style: italic;
}

.contactosDireita textarea{
	height: 200px;
}

.contactosDireitaSubmeter{
	text-align: right;
}

.contactosDireita input[type="submit"]{
	background-color: #f89d1b;
	color: white;
	border: 1px solid white;
	font-size: 1.3rem;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.submenuEntradaEsquerda{
	width: 45%;
	float: left;
}

.submenuEntradaDireita{
	width: 45%;
	float: right;

}

.submenuEntradaDireitaContentor{
	width: 100%;
	max-width: 377px;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
}

.submenuEntradaDireitaContentor img{
	width: 100%;
	border: 1px solid white;
	display: block;
}

.submenuEntradaDireitaContentorTexto{
	background-color: white;
	position: absolute;
	left: 0;
	right: 0px;
	bottom: 0;
	padding: 5px;
	font-size: 1.2rem;
	text-align: center;
}

.submenuEntradaTitulo{
	background-image: url('../img/bulletBranco.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 40px;
	color: white;
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: 1px solid white;
}

.submenuEntradaTexto{
	color: white;
	font-size: 1.4rem;
	margin-top: 0px;
}

.submenuEntradaTexto a{
	color: inherit;
	text-decoration: underline;
}

.submenuContactosEsquerda{
	width: 30%;
	margin-right: 3%;
	float: left;
	text-align: left;
	font-size: 1.6rem;
	color: white;
	font-weight: bold;
	padding-top: 30px;
}

.submenuContactosEsquerda a{
    color: white;
}

.submenuContactosCentro{
	width: 30%;
	margin-right: 3%;
	float: left;
	text-align: left;
	font-size: 1.6rem;
	color: white;
	font-weight: bold;
	padding-top: 30px;
}

.submenuContactosCentro a{
    color: white;
}

.submenuContactosDireita{
	width: 30%;
	float: right;
	text-align: center;
	font-size: 1.6rem;
	color: white;
	font-weight: bold;
	padding-top: 80px;
}

.submenuContactosDireita form{
    position: relative;
}

.submenuContactosDireita input[type="text"], input[type="email"], textarea{
    border: 1px solid silver;
    width: 100%;
    font-size: 13px;
    padding: 5px;
    margin-bottom: 5px;
}

.submenuContactosDireita input[type="submit"]{
    border: 1px solid white;
    color: white;
    background-color: #eca220;
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;
}

.submenuContactosDireita a{
	color: inherit;
}

.projetosSetaEsquerda{
	float: left;
	width: 60px;
	height: 354px;
	background-image: url('../img/setaEsquerda.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.projetosSetaDireita{
	float: right;
	width: 60px;
	height: 354px;
	background-image: url('../img/setaDireita.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.projetosScrollView{
	position: absolute;
	left: 68px;
	top: 0;
	bottom: 0;
	right: 68px;
	overflow: hidden;
}

.projetosScrollViewTira{
	/*background-color: white;*/
	/*width: 15000px;*/
}


.projetosScrollViewUmProjeto{
	position: relative;
	float: left;
	width: 198px;
	height: 144px;
	margin-left: 8px;
	margin-right: 8px;
	overflow: hidden;
	margin-top: 110px;
	border: 1px solid transparent;
}

.projetosScrollViewUmProjeto img{
	display: block;
}

.projetosScrollViewUmProjetoResumo{
	background-color: white;
	position: absolute;
	left: 0;
	right: 0px;
	bottom: 0;
	padding: 5px;
	font-size: 1.2rem;
	text-align: center;
	opacity: 0;
}

.umaNoticia{
	margin-top: 30px;
	margin-bottom: 120px;
	width: 100%;
	overflow: auto;
}

.umaNoticia h1{
	font-size: 2rem;
}

.umaNoticia figure{
	float: left;
	margin-right: 1.5%;
	width: 50%;
}

.umaNoticia img{
	width: 100%;
}

.umaNoticia time{
	clear: both;
	font-size: 1.3rem;
	width: 100%;
}

.umaNoticiaTexto{
	font-size: 1.4rem;
	line-height: 20px;
}

.todasAsNoticias{
	text-align: right;
	font-size: 1.6rem;
}

.todasAsNoticias a{
	color: #ECA220;
}

.erroForm{
	border: 1px solid rgba(255,0,0,0.5) !important;
}

.respostaFormMensagens{
	font-size: 1.1rem;
    text-align: left;
}

.respostaFormMensagensErro{
	color: red;
}

.respostaFormMensagensOk{
	color: green;
}

/*
 * Zoom
 */

.zoom{
	position: fixed;
	background-color: white;
	left: 50%;
	top: -1500px;
	border: 1px solid white;
	overflow: hidden;
}

.zoom img{
    width: 100%;
    max-width: 100%;
}

.veu{
	position: absolute;
	left: 0;
	left: 0;
	z-index: 5100;
	background-color: black;
	background-color: rgba(0,0,0, 0.9);
	opacity: 0;
}

.zoomSetaEsquerda{
	background-color: rgba(0,0,0,0.9);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 25%;
	border-right: 1px solid black;
	border-left: 1px solid black;
	background-image: url('../img/setaEsquerda.png');
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	cursor: pointer;
}

.zoomSetaDireita{
	background-color: rgba(0,0,0,0.9);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 25%;
	border-left: 1px solid black;
	background-image: url('../img/setaDireita.png');
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	cursor: pointer;
}

.zoomSetaDireita:hover, .zoomSetaEsquerda:hover{
	opacity: 1;
}

.submenuServicos{
	list-style-position: inside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.submenuServicos li{
	display: inline-block;
	color: white;
	font-weight: bold;
	height: 150px;
	width: 20%;
	vertical-align: middle;
	margin-left: 2.5%;
	margin-right: 2.5%;
	margin-top: 30px;
	text-align: center;
	font-size: 1.8rem;
	position: relative;
	cursor: pointer;
}

.submenuServicosProducao{
	background-image: url('../img/iconProducao.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.submenuServicosRegisto{
	background-image: url('../img/iconRegisto.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.submenuServicosConcecao{
	background-image: url('../img/iconConcecao.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.submenuServicosGravacao{
	background-image: url('../img/iconGravacao.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.submenuServicosTextos{
	background-color: #eca220;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	bottom: 0;
}

.submenuServicosTextos a{
	color: inherit;
	top: 50%;
	display: block;
	position: relative;
	transform: translateY(-50%);
}

.noticiasTodas{
	padding-top: 50px;
	width: 100%;
	clear: both;
}

.noticiasTodas figure{
	width: 50%;
	float: left;
}

.noticiasTodas img{
	width: 100%;
	display: block;
}

.noticiasTodas h1{
	float: left;
	width: 48%;
	margin-left: 2%;
}

.noticiasTodasTexto{
	float: left;
	width: 48%;
	margin-left: 2%;
	font-size: 1.4rem;
}

.noticiasTodas a{
	color: #343434;
}

.noticiasTodasTitulo{
	color: #eca220;
}

.menuProjetos{
	list-style: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

.menuProjetos li{
	display: inline-block;
	text-align: center;
	width: 22%;
	padding-top: 10px;
	padding-bottom: 10px;
}

.menuProjetos li:nth-child(5){
	width: 10%;
}

.menuProjetos a{
	color: white;
	font-weight: bold;
}

.contentorGaleria{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
}

.galeriaItem{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 32.66%;
    -ms-flex-preferred-size: 32.66%;
    flex-basis: 32.66%;
    max-width: 32.66%;
    margin-right: 1%;
}

.galeriaItem:nth-last-child(1) {
    margin-right: 0;
}

.gps{
    text-align: right;
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 10px;
}.reyterPaginador{
	/*border: 1px solid green;*/
	padding: 3px;
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 12px;
}

.reyterPaginadorConteudo{
	/*border: 1px solid red;*/
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 30px;
	text-align: right;
}

.reyterPaginadorAnterior{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	/*border: 1px solid orange;
	background-color: #e3e3e3;*/
	background-color: #f2a324;
	border: 1px solid #f2a324;
	font-size: 1.6rem;
}

.reyterPaginadorAnterior A{
	color: white;
	font-weight: bold;
}

.reyterPaginadorSeguinte{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	/*border: 1px solid orange;
	background-color: #e3e3e3;*/
	background-color: #f2a324;
	border: 1px solid #f2a324;
	font-size: 1.6rem;
}

.reyterPaginadorSeguinte A{
	color: white;
	font-weight: bold;
}

.reyterPaginadorItemInactivo{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	/*border: 1px solid orange;
	background-color: #e3e3e3;*/
	background-color: #f2a324;
	border: 1px solid #f2a324;
	font-size: 1.6rem;
}

.reyterPaginadorItemInactivo A{
	text-decoration: none;
	font-weight: bold;
	color: white;
}


.reyterPaginadorItemActivo{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	padding-right: 8px;
	border: 1px solid #f2a324;
	background-color: white;
	font-size: 1.6rem;
}

.reyterPaginadorItemActivo A{
	text-decoration: none;
	color: #f2a324;
	font-weight: bold;
}

.reyterPaginadorItemUltimaPagina{
    padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

.reyterPaginadorItemUltimaPagina A{
	text-decoration: none;
	color: silver;
	font-weight: bold;
}