/*-----------------------------------------------------------------------------------------------*/
/*------| General |------------------------------------------------------------------------------*/
* {
	font-family: arial, helvetica, sans-serif;
}

br {
	clear: both;
	margin: 0;
	line-height: 0;
}

a {
	text-decoration: none;
	color: #e20a16;
}

a:hover {
	background-color: #e20a16;
	color: #fff;
}

ul {
	padding-left: 20px;
	list-style: square;
	margin: 0;
}

li {
	margin-bottom: 5px;
}

label, input, textarea, select {
	font-size: 14px;
	color: #333;
}

label {
	font-size: 16px;
	font-weight: bold;
	display: block;
	cursor: pointer;
	margin: 10px 0 5px;
}

input,select,textarea {
	border: 1px inset #ccc;
	background-color: #f2f2f2;
	height: 18px;
	margin-right: 5px;
	font-weight: normal;
}

select {
	height: 23px;
	padding: 0;
}

input:focus,select:focus,textarea:focus {
	border-color: #e20a16;
}

option {
	padding: 3px 20px 3px 3px;
}

input.texto,textarea {
	width: 300px;
	padding: 3px 3px 0 3px;
}

input.boton {
	height: 24px;
	background-position: right;
	background-repeat: no-repeat;
	border-style: outset;
	padding: 0 24px 0 2px;
}

input.boton:focus {
	border-color: #ccc;
	border-style: inset;
}

input.buscar {
	background-image: url(../img/iconos/magnifier.png);
}

input.aceptar {
	background-image: url(../img/iconos/tick.png);
}

input.limpiar {
	background-image: url(../img/iconos/page_white.png);
}

input.entrar {
	background-image: url(../img/iconos/door_in.png);
}

.botones {
	text-align: right;
	width: 305px;
	margin-top: 10px;
}

textarea {
	height: 100px;
	overflow: auto;
}

textarea.codigo {
	width: 100%;
	background-color: #ffffe1;
	height: 50px;
	margin: 2px 0 10px;
}

/*-----------------------------------------------------------------------------------------------*/
/*------| Bloques |------------------------------------------------------------------------------*/

html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	background-color: #333;
}

#pagina {
	width: 700px;
	margin: 0 auto;
	background: #fff url(../img/grad.png) repeat-x bottom;
}

a#banner {
	height: 95px;
	font-size: 50px;
	font-weight: bold;
	color: #000;
	display: block;
}

a#banner:hover {
	background-color: #fff;
}

a#banner img {
	border: none;
}

ul#menu {
	margin: 0 0 0 30px;
	padding: 0;
	list-style: none;
	font-size: 15px;
}

ul#menu li {
	margin: 0;
	padding: 0 8px;
	border-right: 1px solid #333;
	display: inline;
	float: left;
}

ul#menu li.fin {
	border-right: none;
	padding-right: 0;
}

ul#menu li.actual {
	color: #e20a16;
	font-weight: bold;
}

#contenido {
	padding: 50px 35px 50px 35px;
}

form.buscador {
	padding-left: 120px;
}

p.resultados {
	font-weight: bold;
	padding: 4px;
	margin: 0;
	text-align: right;
	background-color: #4169e1;
	color: #fff;
}

.paginador {
	margin: 15px auto;
	display: table;
	text-align: center;
}

.paginador a {
	font-weight: bold;
	min-width: 20px;
	height: 20px;
	padding: 2px;
	display: table-cell;
	background-color: #4169e1;
	color: #fff;
	border: 1px solid white;
	border-bottom: none;
	border-top: none;
}

.paginador a.actual, .paginador a:hover {
	background-color: #e20a16;
}

#publicidad {
	width: 468px;
	height: 60px;
	margin: 0 auto;
	margin-top: 10px;
	background-color: #ffff66;
}

#pie {
	padding: 10px 5px 20px 5px;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
}

#pie p {
	margin: 2px 0;
}

p.noscript {
	padding: 10px;
	padding-left: 34px;
	border: 1px solid red;
	background: #eee url(../img/iconos/error.png) no-repeat 5px center;
}

/*-----------------------------------------------------------------------------------------------*/
/*------| Plots |--------------------------------------------------------------------------------*/

ul.plots {
	margin: 0;
	width: 590px;
	border: 1px outset #ccc;
	background-color: #f2f2f2;
	padding: 0 20px 10px 20px;
	list-style: none;
}

ul.plots li {
	font-weight: bold;
	margin: 5px 0;
}

.plot {
	width: 100%;
	height: 14px;
	margin-top: 5px;
	border: 1px inset #333;
	background: #aaa url(../img/hueco.png) repeat-x;
	line-height: 0;
	overflow: hidden;
}

.barra {
	height: 100%;
	background: #e20a16 url(../img/barra.png) repeat-x;
}

/*-----------------------------------------------------------------------------------------------*/
/*------| Fichas |-------------------------------------------------------------------------------*/

.ficha {
	min-height: 100px;
	padding: 10px;
	margin-bottom: 5px;
	background-color: #fffacd;
}

.ficha h1, .ficha h2, .ficha h3 {
	margin: 5px 0;
}

.ficha h1 {
	font-size: 20px;
}

.ficha h2 {
	font-size: 16px;
	color: #4169e1;
}

.ficha h3 {
	font-size: 14px;
	color: #222;
}

table.ficha {
	width: 100%;
	border: 1px outset #ccc;
}

table.ficha td, table.ficha th {
	padding: 5px;
}

table.ficha th {
	padding-right: 10px;
	text-align: right;
	vertical-align: top;
}

/*-----------------------------------------------------------------------------------------------*/
/*------| Extra |--------------------------------------------------------------------------------*/

.par {
	background-color: #fff;
}

.impar {
	background-color: #ddd;
}