* {
	margin: 0;
	padding: 0;
}

body {
	color: #555555;
	background-color: White;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	margin: 0.5em 0em 0.5em 0.5em;
}

#logo {
	width: 15em;
	margin-bottom: 1em;
}

#navbar {
	color: white;
	margin-right: 1em;
	margin-left: 16em;
	border: none;
	text-align: center;
	height: 5.8em;
	padding: 0.5em 0.5em 0em 0.5em;
	background-image: url('../imgs/secciones/cabecera.gif');
}

#navbar p {
	margin-top: 2.5em;
}

#navbar a {
	border: 1px solid white;
	font-weight: bold;
	background-color: red;
	background-image: url('../imgs/secciones/boton.png');
	background-repeat: repeat-x;
	padding: 0.1em 0.8em 0.1em 0.8em;
	margin: 0;
}

#navbar a:link {
	color: white;
}

#navbar a:visited {
	color: white;
}

#navbar a:hover {
	background-color: gray;
	text-decoration: none;
}

#lang_form {
	color: black;
	text-align: right;
}

#maincol {
	margin: 1em 1em 1em 1em;
}

h1.titulo {
	color: black;
	font-weight: bold;
	font-size: 1.5em;
	text-align: left;
	margin-bottom: 1em;
	font-variant: small-caps;
}

h1.newsletter {
	color: black;
	font-weight: bold;
	font-size: 2em;
	text-align: left;
	margin-bottom: 1em;
	font-variant: small-caps;
}

h2.titulo {
	color: gray;
	font-weight: bold;
	font-size: 1.25em;
	text-align: left;
	margin-bottom: 2em;
	font-variant: small-caps;
}

h1.titulo_ficha {
	color: black;
	text-align: right;
	font-size: 2em;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
}

h3 {
	color: gray;
	font-size: 1.3em;
	font-family: Arial, sans-serif;
	border-bottom: 2px solid red;
}

p {
	text-align: justify;
}

table {
	font-size: 1em;
}

input,select {
	font-size: 1em;
	background-color: #FFFFFF;
	border: 1px solid #7099B5;
	border-top-color: #98BBD3;
	border-left-color: #98BBD3;
}

input {
	height: 1.4em;
}

img,.icon {
	border: none;
	vertical-align: text-bottom;
}

img.info, input.info {
	width: 17px;
	height: 17px;
	border: none;
	vertical-align: text-bottom;
}

img.logo_col {
	float: left;
	padding-left: 1em;
}

ul.nolabel {
	list-style-type: none;
}

ul.hoverlist {
	color: black;
	list-style-image: none;
	list-style-type: none;
}

ul.hoverlist li {
	text-align: left;
	vertical-align: middle;
	height: 1.5em;
}

ul.hoverlist li:hover {
	list-style-position: outside;
	list-style-image: url('../imgs/secciones/flechita.gif');
	list-style-type: square;
}

ul.hoverlist a {
	font-variant: small-caps;
	font-size: 1.1em;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
}

ul.hoverlist a:hover {
	color: red;
	text-decoration: none;
}

hr {
	color: red;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	background-color: red;
}

a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: none;
}

a.selected {
	color: red;
	text-decoration: none;
}

div.mensaje {
	margin: 10em 10em 10em 30em;
}

div.leftcol {
	float: left;
	background-color: white;
}

div.leftrect {
	width: 15em;
}

div.leftrect img {
	vertical-align: text-bottom;
}

select.leftrec,input.leftrec {
	font-family: Verdana, sans-serif;
	font-size: 1em;
	width: 12em;
}

.leftrect p {
	margin: 0.2em 0em 0em 0em;
}

.portada,.portada_ico,.vineta {
	border: 1px solid black;
}

.portada {
	width: 18em;
	margin-right: 1em;
}

.portada_ico {
	cursor: pointer;
}

.logo_ico {
	width: 10em;
}

span.error_header {
	font-weight: bold;
	color: red;
}

ul.error_list {
	margin-left: 2em;
}

a.titulo {
	color: black;
	text-transform: none;
}

a.titulo:hover {
	color: red;
}

table.left_menu {
	text-align: center;
	font-size: 1em;
	margin-bottom: 1em;
}

span.titol_left_menu {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.6em;
	font-family: "Arial black";
	color: silver;
}

table.center_menu {
	text-align: center;
	font-size: 1em;
	margin-bottom: 1em;
}

span.titol_center_menu {
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.2em;
	font-family: "Arial black";
	color: gray;
}

div.colecciones_navbar hr {
	clear: both;
}

table.form {
	font-size: 1em;
}

.form input,select {
	width: 20em;
	font-family: Verdana, sans-serif;
}

.form input.radio {
	width: 2em;
}

.form input.delay {
	width: 3em;
	text-align: center;
}

.form input.emails {
	width: 40em;
	text-align: left;
}


.form input.date {
	width: 10em;
	text-align: center;
}

.form input.boton {
	width: auto;
	margin-top: 1em;
}


.form input.checkbox {
	width: 1.5em;
	vertical-align: bottom;
}

.form textarea {
	width: 30em;
	height: 6em;
	font-size: 1em;
	font-family: Verdana, sans-serif;
	background-color: #FFFFFF;
	border: 1px solid #7099B5;
	border-top-color: #98BBD3;
	border-left-color: #98BBD3;
}

table.tabla_maestra {
	font-size: 1em;
	/*border-left: 1px solid gray;*/
}

table.tabla_maestra thead {
	background-color: gray;
	color: white;
}

table.tabla_maestra td {
	border-right: 0px;
	border-left: 0px;
	height: 2em;
}

table.tabla_maestra tr.par {
	background-color: #FFFFFF;
}

table.tabla_maestra tr.impar {
	background-color: #F2F2F2;
}

table.tabla_maestra input,select {
	max-width: 50em;
}

input.boton {
	color: white;
	font-size: 1em;
	font-family: Verdana, sans-serif;
	background-image: url('../imgs/secciones/boton_gris.png');
	background-repeat: repeat-x;
	cursor: pointer;
	border: none;
}

input.boton:hover {
	background-image: url('../imgs/secciones/boton.png');
}

div.standard {
	font-size: 1em;
	margin-left: 20em;
	margin-right: 5em;
	margin-top: 3em;
}

div.newsletter {
	float: left;
	font-size: 1em;
	margin-left: 5em;
	margin-right: 5em;
	margin-top: 3em;
}

div.opaco {
	opacity: 1;
	filter: alpha(opacity = 100);
	width: 100%;
}

div.transparente {
	opacity: .50;
	filter: alpha(opacity = 50);
	width: 100%;
}

div.articulo {
	width: 9em;
	height: 20em;
	float: left;
	text-align: left;
	margin-right: 3em;
	margin-bottom: 1em;
}

.info_form {
	font-size: 0.8em;
}
/*
	@font-face {
		font-family: Futura-Condensed-Normal;
		font-style: normal;
		font-weight: normal;
		src: url('Futura-Condensed-Normal.eot');
	}

	@font-face {
		font-family: Futura-Condensed-Bold;
		font-style: normal;
		font-weight: bold;
		src: url('Futura-Condensed-Bold.eot');
	}
*/
