﻿/* Hoja de estilos Moriarti Produkzioak */


/* 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 */


h1 {
    display: none;
}

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

a:visited {
    color: #000;
	text-decoration: none;
}

a:hover {
    color: #F00;
	text-decoration: none;
}

a.seleccionado {
	color: #F00;

}


.clear {
    clear:both;
	font-size: 1px;
}


/* ---------------------------- Hs y Fondo -------------------------------*/

#contenedor_inicio{
  width: 900px;
  height: 525px;
  position: absolute;
  text-align: left;
   vertical-align: middle;
   margin-top: -100px;
   margin-left: -450px;
   position: absolute;
   top: 20%;
   left: 50%;
 }
.cabecera_inicio {
height: 200px;
  background-image: url(img/logo_inicio.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  font-family: arial;
  font-size: 12px;
  font-weight: normal;
  margin-top: 200px;
  }

.cabecera_inicio a {
	color: #000;
	text-decoration: none;

}

.cabecera_inicio a_visited {
	color: #000;
	text-decoration: none;

}

.cabecera_inicio a:hover {
	color: #D80701;
	text-decoration: none;

}


body {
	background-color: #FFF;
	font-family: Arial;
	font-size: 10px;
}

#contenedor {
    background-color: #FFF;
	width: 1050px;
	margin: 0 auto;
	/*background-image: url(img/textura.png);
	background-repeat: repeat-y;
	background-position: center;*/
}

#contenedor2 {
    background-color: #FFF;
	margin: 0 0 0 124px;
	width: 824px;
}

#cabecera {
	width: 850px;
	margin: 0 0 0 124px;
}

#idiomas {
    padding: 10px 0 5px 11px;
	background-image: url(img/triangulo.png);
	background-position: left 10px;
	background-repeat:no-repeat;
	border-bottom: 0px solid #666;
	width: 789px;
	font-size: 9px;
}

#idiomas a {
    color: #333;
}

#idiomas a:visted {
    color: #333;
}

#idiomas a:hover {
    color: #F00;
}



.logo {
    margin: 32px 290px 0 0;
	float: left;
}

.boton {
	padding: 0px 0 0 0;
	float: left;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	margin: 0 25px 0 0;
	padding: 0 0 3px 0;
}

.blog {
    text-align: left;
}

.menu_blog {
    padding: 0 0 0 26px;
}


#contenido {
	border-top: 4px solid #000;
    clear: both;
	width: 800px;
}

#carrusel {
    margin: 15px 0 25px 0;
	
}


#carrusel img {
    border: 4px solid #000;
}

#video {
    width: 490px;
	margin: 0 27px 0 0;
	float: left;
}

#video h2 {
    font-size: 40px;
	color: #e5e6e1;
	font-weight: bold;
}


#datos {
    width: 280px;
	float: left;
	padding: 3px 0 0 0;
}

#datos h2 {
	font-size: 11px;
    padding: 3px;
	color: #FFF;
	background-color: #000;
	display: inline;
}


#acordeon {
    margin: 10px 0 0 0;
}


#acordeon h3 {
    width: 90px;
	border-bottom: 3px solid #000;
	font-size: 10px;
	font-weight: normal;
	padding: 0 0 5px 10px;
	margin: 0px 0 3px 0;
	background-image: url(img/triangulo.png);
	background-repeat: no-repeat;
	background-position: left 1px;
}

#acordeon div {
    border-bottom: 3px solid black;
	margin: 0 0 3px 0;
	padding: 0 0 5px 0;
}

#acordeon div p {
    margin: 0 0 5px;
	line-height: 13px;
	text-align: left;
}


#pie {
    border-top: 1px solid #333;
	padding: 4px 0 10px 0;
	margin: 30px 0 0 0;
	width: 800px;
}


#pie p {
    text-align: left;
	padding-left: 517px;
	font-size: 10px;
}


#contenido {
    padding: 3px 0 0 0;
}

.produccion {
    width: 178px;
	line-height: 11px;
	margin: 30px 28px 0 0;
	float: left;
}

.ultima {
    margin-right: 0;
}


.produccion h2 {
    font-size: 11px;
	margin: 0 0 3px 0;
}

.produccion img {
    margin: 5px 0 0 0;
}


/* ----------------- Formularios -----------------------------*/

#video input {
    margin: 2px 0 10px 0;
	width: 250px;
	font-size: 10px;
	font-family: arial;
	padding: 3px;
	border: 1px solid #333;
}

#video textarea {
    margin: 2px 0 10px 0;
	width: 450px;
	height: 200px;
	font-size: 10px;
	font-family: arial;
	padding: 3px;
	border: 1px solid #333;
}


/* ---------------------- Paginador --------------------------*/

.izquierda {
    font-size: 10px;
	font-weight: bold;
	float: left;
}

.derecha {
    font-size: 10px;
	font-weight: bold;
	float: right;
}

.derecha a{
    text-decoration: none;
	color: #666;
}

.derecha a:visited{
    text-decoration: none;
	color: #888;
}


.derecha a:hover{
    text-decoration: none;
	color: #000;
}


.mensaje {
    text-align: center;
	padding: 20px;
	border: 2px solid #000;
	background-color: #CEFFD6;
	margin: 0 0 15px 0;
}


