body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
}

html, body, form, fieldset, blockquote,
h1, h2, h3, h4, h5, h6, div, p, pre,
ul, li, ol, dl, dd, address, img,
label, input, select, textarea, table {
	margin: 0;
	padding: 0;
	border: 0;
}

a {
	text-decoration: none;
	color: #C33;
	outline: none;
}

li {
	list-style: none;
}

h2 {
	color: #09F;
	font-size: 1.8em;
}

h2 span {
	display: none;
}

h3, h4 a {
	display: block;
	color: #369;
	border-bottom: 1px solid #369;
	margin: 15px 0;
	font-size: 1.5em;
}

h4 {
	background: url(/imx/dedo.png) no-repeat left;
	padding-left: 18px;
	font-size: 1.3em;
}

h4 a:hover {
	color: #C33;
	border-bottom: 1px solid #C33;
}

table {
	border-spacing: 0;
}

#cabeceira {
	height: 80px;
}

#contedor {
	width: 800px;
	margin: 20px auto;
}

#logo {
	float: left;
}

#logo a {
	display: block;
	width: 200px;
	height: 78px;
	background: url(/imx/logo.png) no-repeat center;
	border-bottom: 2px solid #C33;
}

#logo a span {
	display: none;
}

#menu_superior {
	float: right;
	margin-top: 58px;
}

#menu_superior li {
	float: left;
}

#menu_superior li a, #menu_superior li a:active, #menu_superior li a:visited {
	display: block;
	width: 99px;
	height: 17px;
	text-align: center;
	border: 1px solid #666;
	border-right: none;
	vertical-align: middle;
	background: url(/imx/flecha.png) no-repeat;
	background-position: 8px 6px;
	padding-top: 3px;
	color: #666;
}

#menu_superior li a.ultimo {
	width: 99px;
}

#menu_superior li a:hover, #menu_superior li a.activo {
	color: #000;
	background-color: #CCC;
}

#columna_esquerda {
	float: left;
	width: 200px;
}

#imaxe_seccion {
	border-bottom: 1px solid #666;
	width: 200px;
	height: 180px;
}

#columna_esquerda li a, #columna_esquerda li a:active, #columna_esquerda li a:visited {
	display: block;
	width: 177px;
	height: 17px;
	text-align: left;
	border-bottom: 1px solid #666;
	vertical-align: middle;
	background: url(/imx/dotflecha.png) no-repeat;
	background-position: 5px 2px;
	padding-top: 6px;
	padding-left: 23px;
	color: #666;
	text-transform: uppercase;
}

#columna_esquerda li a:hover, #columna_esquerda li a.activo {
	color: #FFF;
	background-color: #C33;
}

#submenu {
	padding: 30px 0;
	text-align: center;
}

#pe {
	clear: both;
	border-top: 1px solid #666;
	padding: 5px 10px;
	text-align: center;
}

#pe a {
	color: #C33;
}

#utiles {
	float: left;
}

#utiles li {
	display: inline;
	float: left;
}

#utiles li a, #utiles li a:active, #utiles li a:visited {
	display: block;
	width: 99px;
	height: 17px;
	text-align: center;
	padding-top: 3px;
	color: #C33;
}

#utiles li a:hover {
	color: #FFF;
	background-color: #C33;
}

#utiles li a.ultimo {
	width: 103px !important;
	width: 100px;
}

#contido {
	float: left;
	width: 589px;
	padding: 0 0 10px 11px;
	font-size: 1.2em;
	color: #333;
	overflow: hidden;
}

#contido p, #contido ul li {
	margin: 1em 0;
	line-height: 1.5em;
	font-size: 1.1em;
}

#contido ul li p {
	margin: 0;
}

#contido ul {
	margin-left: 15px;
}

#contido ul li {
	margin-left: 10px;
	list-style: circle;
}

#portada_rexistro {
	border-bottom: 1px solid #666;
}

#portada_rexistro div {
	text-align: center;
	padding: 40px 10px 0 10px;
}

#pago_domiciliacion input {
	width: 80px;
}

#pago_domiciliacion label {
	float: left;
	width: 90px;
	text-align: center;
	margin-right: 10px;
	font-weight: bold;
}

/************ portada *************/

#portada {
	margin-top: 10px;
}

#portada div.col-esquerda {
	width: 380px;
	float: left;
}

#portada div.col-esquerda div.destacado {
	width:379px;
	height:142px;
	padding: 2px 0;
	background: url(/imx/destacado_portada.jpg) no-repeat;
}

#portada div.col-esquerda div.destacado form {
	margin: 105px 0 0 15px !important;
	margin: 105px 0 0 7px;
	font-size: 0.8em;
	color: #333;
}

#portada div.col-esquerda div.destacado form input.text
, #portada div.col-esquerda div.destacado form select.select
, #portada div.col-esquerda div.destacado form input.submit {
	border: 1px solid #999;
	padding: 2px;
	font-size: 1em;
	color: #333;
}

#portada div.col-esquerda div.destacado form input.text {
	width: 100px;
}

#portada div.col-esquerda div.destacado form input.submit {
	background: #FFF;
	margin-left: 10px;
}

#portada div.col-dereita {
	width: 190px;
	overflow: hidden;
	float: right;
}

#portada div.col-dereita div.bloque {
	margin: 10px 0;
	background: url(/imx/fondo_dereita_centro.png) repeat-y left;
}

#portada div.col-dereita div.bloque div.bloque_arriba {
	background: url(/imx/fondo_dereita_arriba.png) no-repeat top;
	height: 7px;
}

#portada div.col-dereita div.bloque div.bloque_abaixo {
	background: url(/imx/fondo_dereita_abaixo.png) no-repeat bottom;
	height: 7px;
}

#portada div.col-dereita .bloque h2 {
	font-size: 1.1em;
	padding: 3px 0 0 8px;
	margin: 0 5px;
	color: #666;
	border-bottom: 1px solid #CCC;
}

#portada div.col-dereita .bloque div div {
	display: none;
	position: absolute;
	background: #369;
	width: 183px;
	padding: 5px 0 5px 15px;
	margin-left: 8px;
	background: url(/imx/flechadoble.png) no-repeat left;
	font-size: 0.8em;
	font-weight: bold;
}

#portada div.col-dereita .bloque div div a {
	color: #369;
}

#portada div.col-dereita .bloque div div#portada_soporte_msn {
	display: block;
}

#portada div.seccions {
	margin-top: 5px;
}

#portada div.seccions div.fila {
	padding-bottom: 20px;
	margin-bottom: 15px;
	background: url(/imx/seccions_portada_pe.png) no-repeat left bottom;
}

#portada div.seccions div.esquerda {
	float: left;
	width: 180px;
	padding: 80px 0 0 5px;
}

#portada div.seccions div.dereita {
	float: right;
	width: 180px;
	padding-top: 80px;
}

#portada div.seccions h2.cab {
	padding-bottom: 9px;
	background: url(/imx/seccions_portada_cab.png) no-repeat left bottom;
}

#portada div.seccions h2.cab a {
	font-size: 13px;
	font-weight: bold;
	color: #C33;
	padding-left: 10px;
	margin-left: 9px;
	display: block;
	background: url(/imx/flecha_vermella.png) no-repeat left;
}

#portada div.seccions h2.cab a:hover {
	text-decoration: underline;
}

#portada div.seccions .texto {
	padding: 10px 0 0 19px;
	width: 140px;
	line-height: 13px;
	font-size: 11px;
	color: #3e5566;
}

#portada #hosting {
	background: url(/imx/portada_hosting.png) no-repeat top;
}

#portada #desenho {
	background: url(/imx/portada_desenho.png) no-repeat top;
}

#portada #programas {
	background: url(/imx/portada_programas.png) no-repeat top;
}

#portada #tpv {
	background: url(/imx/portada_tpv.png) no-repeat top;
}

table.aloxamento {
	font-size: 0.9em;
	margin-top: 10px;
}

table.aloxamento thead tr th {
	border-bottom: 1px solid #C33;
	font-size: 1.1em;
}

table.aloxamento tbody {
	background-color: #EEE;
}

table.aloxamento tfoot a {
	font-weight: bold;
	display: block;
	width: 70px;
	height: 27px;
	background: url(/imx/comprar.png) no-repeat center;
}

table.aloxamento tfoot a span {
	display: none;
}

table.aloxamento td {
	padding: 4px;
	border-bottom: 1px solid #CCC;
	text-align: center;
}

table.aloxamento td.primeira {
	padding-left: 20px;
	background: #FFF url(/imx/flechadoble.png) no-repeat;
	background-position: 5px 6px;
	text-align: left;
}

table.aloxamento td.ok {
	background: #EEE url(/imx/v.png) no-repeat center;
}

ul.listado_imaxe li {
	clear: both;
	padding: 10px;
	margin: 10px 0;
	border-top: 1px solid #CCC;
}

ul.listado_imaxe li img {
	float: left;
}

ul.listado_imaxe li h4 {
	margin-bottom: 5px;
	float: right;
	width: 360px;
	color: #C33;
}

ul.listado_imaxe li p {
	float: right;
	width: 360px;
	padding-bottom: 15px;
}

ul.listado li {
	background: url(/imx/dotflecha.png) no-repeat;
	background-position: 5px 2px;
	padding-top: 6px;
	padding-left: 23px;
}

form.rexistro {
	text-align: center;
	font-size: 1.2em;
}

form.rexistro fieldset {
	border: 1px solid #666;
	padding: 20px;
	background: #EEE;
}

form.rexistro legend {
	color: #C33;
	background: #FFF;
	border: 1px solid #666;
	padding: 2px 6px;
	margin-left: 10px;
	font-weight: bold;
}

form.rexistro input.text, form.rexistro select.select {
	border: 1px solid #666;
	padding: 2px;
}

form.rexistro input.submit {
	border: 1px solid #666;
	padding: 2px;
	font-weight: bold;
	color: #FFF;
	background: #C33;
}

form.contacto label {
	width: 90px;
	display: block;
	float: left;
	margin-top: 6px;
}

form.contacto label.radio {
	width: auto;
	float: none;
	display: inline;
	margin: 0;
}

form.contacto input, form.contacto textarea, form.contacto select {
	border: 1px solid #CCC;
	padding: 2px;
	width: 400px;
}

form.contacto input.t300 {
	width: 300px;
}

form.contacto select.t100 {
	width: 97px;
}

form.contacto select {
	width: 406px;
}

form.contacto textarea {
	height: 150px;
}

form.contacto p input.radio {
	width: auto;
}

form.contacto p.enviar {
	text-align: center;
}

form.contacto p.enviar input {
	width: auto;
	color: #369;
	border: 1px solid #369;
	background: #FFF;
	font-weight: bold;
}

form.contacto p input.prezo {
	width: 40px;
	border: 0;
	text-align: right;
}

#contido form.contacto p {
	margin: 5px;
	line-height: 1em;
	font-size: 1em;
}

#contido form.contacto p.p {
	margin: 1em 0;
	line-height: 1.5em;
	font-size: 1.1em;
}

ul.lista_ancha li {
	clear: both;
	padding: 10px;
	border-top: 1px solid #666;
}

.desenhos a {
	display: block;
	border: 1px solid #CCC;
	padding: 3px;
	margin-bottom: 5px;
	text-align: center;
}

.columna1de2, .columna2de2 {
	float: left;
	width: 280px;
	padding: 0 14px 0 0;
	border-right: 1px solid #CCC;
}

.columna2de2 {
	border: 0;
	padding: 0 0 0 14px;
}

.clear {
	clear: both;
}

.d20 {
	margin-left: 20px;
}

.e20 {
	margin-right: 20px;
}

.azul {
	color: #09F;
}

.vermello {
	color: #C33;
}

.oculto {
	display: none;
}

.grande {
	font-size: 1.6em;
}

.dereita {
	float: right;
}

.esquerda {
	float: left;
}

.imaxe_esquerda {
	float: left;
	padding: 5px;
	margin: 0 10px 10px 0;
	border: 1px solid #CCC;
}

.imaxe_dereita {
	float: right;
	padding: 5px;
	margin: 0 0 10px 10px;
	border: 1px solid #CCC;
}

.centro {
	text-align: center;
}

.medio {
	vertical-align: middle;
}

.bloque270 {
	width: 270px;
	float: left;
}

.ok, .erro {
	padding: 8px 8px 8px 60px;
	margin: 10px;
	line-height: 1.4em;
}

.gris_vermello {
	background: #EEE;
	color: #C33;
	font-weight: bold;
}

div.ok, p.ok {
	border: 1px solid #030;
	background: #CF9 url(/imx/ok.png) no-repeat left;
	color: #030;
}

div.erro {
	border: 1px solid #C00;
	background: #FCC url(/imx/error.png) no-repeat left;
	color: #C00;
}


/**/
/* Banner */

#banner {  
    width: 595px;  
    margin: 0;
	position: relative;
}

#banner #pager {
	position: absolute;
	top: 112px;
	right: 8px;
	z-index: 999;
	/*background-color: #fff;*/
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	padding: 10px 2px 11px;
	display:none;
}

#banner #pager a {
	font-size: 12px;
	background-color: #fff;
	padding: 3px 6px;
	margin-left: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	margin-right: 5px;
}

#banner #pager a:hover, #banner #pager a.activeSlide {
	color: #fff;
	background-color: #c33;
}

#rotate {
	height: 150px;  
    width: 595px;
    /*padding: 0 0 20px;*/
    margin: 0;
}
 
#rotate img { 
    top: 0; 
	margin-left:5px;
    left: 0 
}

/* ----- Pantalla de acceso ----- */

#login {
	padding-left:10px;
	text-align:left;
	color: #000;
}

#login .formulario {
	width: 160px;
	border:1px solid #999;
}

#login label {
	color: #999;
}

#login p {
	padding: 5px;
}

#entrar {
	border:1px solid #cc3333;
	background-color:#fff;
	color:#cc3333;
}

div#login_mais_opcions {
	padding-left:80px;
}

#login_mais_opcions ul {
	display: none;
	margin-top: 5px;
	border: 1px solid #CCC;
	background: #EEE;
	padding: 5px;
	float: right;
	width: 170px;
}

#login_mais_opcions ul li {
	padding: 3px 0;
	text-align: left;
}

#login_usuario {
	margin-bottom:10px;
}
