﻿/* Hoja de estilos Gorka Urra */


/* Reseteo de estilos por Eric Meyer */

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Fin reseteo */


@font-face {
	font-family: 'BrushScriptStdMedium';
	src: url('brushscriptstd-webfont.eot');
	src: local('☺'), url('brushscriptstd-webfont.woff') format('woff'), url('brushscriptstd-webfont.ttf') format('truetype'), url('brushscriptstd-webfont.svg#webfontUfgcXKjC') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* ---------------------------- Estructura base -------------------------------*/


#preload {
	display:none;
}

h1 {
    display: none;
}

h2 {
	font-weight: normal;
}

h3 {
	font-weight: normal;
}


body {
	font-family: arial;
	font-size: 13px;
	color: #CCC;
	background-color: #000;
}


.clear {
    clear: both;
}


#contenedor {
    width: 930px;
	height: 500px;
	margin: 0 auto;
}


/* ---------------------------- Cabecera -------------------------------------*/

#cabecera {
    height: 120px;
	margin: 10px 0 0 0;
}

#cabecera .idiomas {
    text-align: right;
	font-size: 10px;
}

#cabecera .idiomas a {
	color: #C8C8C8;
	text-decoration: none;
}

#cabecera .idiomas a:visited {
	color: #C8C8C8;
}

#cabecera .idiomas a:hover {
	color: #FFF;
	text-decoration: underline;
}

.menu {
    text-align: center;
	margin: 14px 0 0 0;
	border-top: 1px solid #C8C8C8;
	padding: 8px 0 0 0;
	font-size: 15px;
	font-weight: bold;
}

.menu a {
    text-decoration: none;
	color: #b8b8b8;
	padding: 10px;

}


.menu a:visited {
	color: #b8b8b8;
}

.menu a:hover {
	color: #FFF;
}

.btn_instrumentos {
    background-image: none;

}

.btn_contacto {
    background-image: none;

}

.btn_instrumentos:hover {
    background-image: url(img/botones/instrumentos.png);
	background-repeat: no-repeat;
	background-position: center;
}

.menu a.btn_instrumentos_sel {
    background-image: url(img/botones/instrumentos.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #FFF;
}

.btn_amplis:hover {
    background-image: url(img/botones/amplis.png);
	background-repeat: no-repeat;
	background-position: center;
}

.menu a.btn_amplis_sel {
    background-image: url(img/botones/amplis.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #FFF;
}


.btn_info:hover {
    background-image: url(img/botones/info.png);
	background-repeat: no-repeat;
	background-position: center;
}

.menu a.btn_info_sel {
    background-image: url(img/botones/info.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #FFF;
}

.btn_contacto:hover {
    background-image: url(img/botones/contacto.png);
	background-repeat: no-repeat;
	background-position: center;
}

.menu a.btn_contacto_sel {
    background-image: url(img/botones/contacto.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #FFF;
}


/* -------------------------------- Contenido -----------------------------------*/

#contenido h2 {
	font-family: 'BrushScriptStdMedium', sans-serif;
    font-size: 42px;
	color: #FFF;
	margin: 0 0 10px 15px;
}

#contenido .caja_cat {
    float: left;
	width: 387px;
	height: 131px;
	margin: 0 15px 15px 15px;
	background-image: url(img/caja_categoria.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 21px 20px 10px 20px;
}

#contenido .caja_cat img {
    float: left;
	margin: 0 20px 0 0;
	padding: 1px;
	border: 1px solid #C8C8C8;

}

#contenido .caja_cat h3 {
	font-family: 'BrushScriptStdMedium', sans-serif;
    font-size: 30px;
	color: #FFF;
	margin: 0 0 5px 0;
	line-height: 30px;
}

#contenido .caja_cat h3 a{
    text-decoration: none;
	color: #FFF;
}


#contenido .caja_cat h3 a:visited{
	color: #FFF;
}

#contenido .caja_cat h3 a:hover{
	color: #C8C8C8;
	text-decoration: underline;
}

#contenido .caja_cat a{
    text-decoration: none;
	color: #FFF;
}


#contenido .caja_cat a:visited{
	color: #FFF;
}

#contenido .caja_cat a:hover{
	color: #C8C8C8;
	text-decoration: underline;
}


#categoria_gen {
    width: 884px;
	margin: 0 auto;
    background-image: url(img/caja_abj.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#ajuste {
	padding: 20px;
}

#linea  {
	background-image: url(img/caja_rpt.png);
	background-repeat: repeat-y;
	background-position: center;
}


#categoria_gen .categoria {
    width: 145px;
	float: left;
	text-align: center;
	margin: 0 10px 30px 10px;
}

#categoria_gen .categoria h3 {
	font-family: 'BrushScriptStdMedium', sans-serif;
    font-size: 22px;
	color: #FFF;
	margin: 0 0 3px 0;
}

#categoria_gen .categoria h3 a{
	color: #FFF;
	text-decoration: none;
}

#categoria_gen .categoria h3 a:visited{
	color: #FFF;
}

#categoria_gen .categoria h3 a:hover{
	text-decoration: underline;
}

#categoria_gen .categoria img {
	padding: 1px;
	border: 1px solid #C8C8C8;
}

#categoria_gen .categoria ul {
	text-align: left;
	margin: 10px 0 0 38px;
	list-style: disc;
	color: #FFF;
}

#categoria_gen .categoria ul li {
	margin: 0 0 8px 0;
}

#categoria_gen .categoria ul li a{
	color: #FFF;
	text-decoration: none;
}

#categoria_gen .categoria ul li a:visited{
	color: #FFF;
}

#categoria_gen .categoria ul li a:hover{
		text-decoration: underline;
}


.sobre {
    width: 834px;
	height: 330px;
	background-image: url(img/fondo-sobre.png);
	background-position: top;
	background-repeat: no-repeat;
	padding: 10px 0 0 0;
	position: absolute;
    left: 50%;
	top: 120px;
    margin-left: -417px;
	display: none;
	z-index: 500;

}



.sobre .categoria {
    width: 145px;
	float: left;
	text-align: center;
	margin: 0 10px 30px 10px;
}

.sobre .categoria h3 {
	font-family: 'BrushScriptStdMedium', sans-serif;
    font-size: 22px;
	color: #FFF;
	margin: 0 0 3px 0;
}

.sobre .categoria h3 a {
	color: #FFF;
	text-decoration: none;
}

.sobre .categoria h3 a:visited {
	color: #FFF;
}

.sobre .categoria h3 a:hover {
	text-decoration: underline;
}

.sobre .categoria img {
	padding: 1px;
	border: 1px solid #C8C8C8;
}

.sobre .categoria ul {
	text-align: left;
	margin: 10px 0 0 38px;
	list-style: disc;
	color: #FFF;
}

.sobre .categoria ul li {
	margin: 0 0 8px 0;
}

.sobre .categoria ul li a{
	color: #FFF;
	text-decoration: none;
}

.sobre .categoria ul li a:visited{
	color: #FFF;
}

.sobre .categoria ul li a:hover{
	text-decoration: underline;
}






.sobre .categoria_info {
    width: 182px;
	float: left;
	text-align: center;
	margin: 0 10px 30px 10px;
}

.sobre .categoria_info h3 {
	font-family: 'BrushScriptStdMedium', sans-serif;
    font-size: 22px;
	color: #FFF;
	margin: 0 0 3px 0;
}

.sobre .categoria_info h3 a {
	color: #FFF;
	text-decoration: none;
}

.sobre .categoria_info h3 a:visited {
	color: #FFF;
}

.sobre .categoria_info h3 a:hover {
	text-decoration: underline;
}

.sobre .categoria_info img {
	padding: 1px;
	border: 1px solid #C8C8C8;
	margin: 0 0 5px 0;
}


.sobre .categoria_info a{
	color: #FFF;
	text-decoration: none;
}

.sobre .categoria_info a:visited{
	color: #FFF;
}

.sobre .categoria_info a:hover{
	text-decoration: underline;
}



/* -------------------------------- Ficha -----------------------------------*/

#izquierda {
	clear: both;
    float: left;
	width: 346px;
	margin: 0 22px 0 0;

}

#firma_fot {
	position: absolute;
	top: 680px;
}


#derecha {
    float: left;
	width: 558px;
	height: 545px;
	background-image: url(img/caja_ficha.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#derecha h2 {
	font-family: 'BrushScriptStdMedium', sans-serif;
    font-size: 48px;
	color: #FFF;
	margin: 0 0 0 30px;
}

.menu_cast {
    margin: 12px 0 0 16px;
	font-size: 14px;
}

.menu_cast a {
    text-decoration: none;
	color: #FFF;
	display: block;
	float: left;
	height: 24px;
	width: 112px;
	text-align: center;
	padding: 9px 0 0 9px;
	background-image: url(img/pestama_off.png);
	background-position: left top;
	background-repeat: no-repeat;

}

.menu_cast .seleccionado {
	background-image: url(img/pestama_on.png);
}

.texto {
    clear: both;
	padding: 20px 30px 20px 30px;
	line-height: 16px;
	font-size: 12px;
}

.texto p {
    margin: 0 0 15px 0;
}


/* -------------------------------- Pie -----------------------------------*/

#pie {
    clear: both;
	text-align: center;
	color: #C8C8C8;
	padding: 40px 0 20px 0;

}

#pie img {
	margin: 0 5px 0 5px;
}

/* -------------------------------- tabs -----------------------------------*/

#tab_info {
    display: block;
    overflow: hidden;
	height: 370px;
	position: relative;
	width: 460px;
	top: 20px;
	left: 20px;
	}

#tab_info h2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	border-bottom: 1px solid #CCCCCC;

}

#tab_opciones {
    display: block;
    overflow: auto;
	height: 390px;
	position: relative;
	width: 480px;
	top: 250px;
}

#tab_demo {
    display: block;
    overflow: auto;
	height: 390px;
	position: relative;
	width: 480px;
	top: 250px;
}

#tab_detalles {
    display: block;
    overflow: auto;
	height: 390px;
	position: relative;
	width: 480px;
	top: 250px;
}

#cont {
	width: 480px;
	overflow: hidden;
	height: 390px;
	position: relative;
}


/* -------------------------------- Contacto -----------------------------------*/

	.form_izq label {
		font-size: 12px;
    }


	.form_izq input {
		width: 280px;
		margin:  8px 0 15px 0;
		font-size: 12px;
    }

	.form_izq textarea {
		width: 340px;
		height: 130px;
		margin: 8px 0 15px 0;
		font-size: 12px;
		font-family: arial;
    }

	.form_izq .checkbox {
        width: 16px;
    }

	.form_izq .boton_formulario {
        width: 60px;
		margin: 5px 0 0 0;
    }

	.form_izq {
		float: left;
		width: 350px;
	}

	.form_izq a{
		color: #fff;
		text-decoration: underline;
	}

	.form_der {
		float: right;
		width: 450px;
	}

#resultado {
 border-width: 1px;
 border-style: solid;
 padding: 0.6em;
}
#resultado.error{
 border-width: 2px;
 border-color: #FF0000;
 background-color: #FFE1E1;
 color: #990000;
}
.exito{
 background-color: #EAFFEA;
 color: #336600;
 border-color: #009900;
}

.estatica {

}

.estatica p {
	margin: 0 0 25px 0;
	line-height: 20px;
	font-size: 13px;
}

.estatica a {
	color: #ccc;
	text-decoration: underline;
}

.estatica a:visited {
	color: #ccc;
}

.estatica a:hover {
	color: #fff;
}

/* ---------------------------- wysiwyg ---------------------------------- */

#derecha ul {
	margin: 0;
	list-style: disc;
	list-style-position: inside;
}

#derecha ul li {
	padding: 3px;
}

#derecha ol {
	margin: 0;
	list-style: disc;
	list-style-position: inside;
}

#derecha ol li {
	padding: 3px;
}

#derecha a {
	color: #ccc;
	text-decoration: underline;
}

#derecha a:visited {
	color: #ccc;
	text-decoration: underline;
}

#derecha a:hover {
	color: #FFF;
	text-decoration: underline;
}

#wrapper {
	padding: 10px 20px 10px 10px;
}

#contenido p.info_portada {
	line-height: 16px;
	padding: 0 80px 0 80px;
}
