﻿/* Hoja de estilos 80 egunean */


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




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


body {
	background-color: #96B2C3;
	font-family: arial;
	font-size: 12px;

}

#cabecera {
    width: 900px;
	margin: 0 auto 0 auto;
	background-image: url(imagenes/fondo_cab.gif);
	background-position: center top;
	background-repeat: no-repeat;
	height: 180px;
}

#cabecera img {
    margin: 34px 0 0 112px;
}


#pie {
    width: 900px;
	margin: 0 auto 0 auto;
	background-image: url(imagenes/fondo_pie.gif);
	background-position: center top;
	background-repeat: no-repeat;
	height: 38px;
}


#contenedor {
    width: 788px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 112px;
	text-align: left;
    background-image: url(imagenes/fondo.gif);
	background-repeat: repeat-y;
	background-position: center top;

}

#social {
    margin: 15px 0 0 0;
	padding: 15px 0 10px 0;
	border-top: 1px dotted #666;
	width: 675px;
}

#social h2 {
    font-size: 16px;
	margin: 0 0 5px 0;
}

#social img {
    vertical-align: middle;
	margin: 0 5px 5px 0;
}


.columna_peq {
	float: left;
	width: 125px;
	height: 140px;
	border-left: 1px dotted #666;
}

.columna {
	float: left;
	width: 385px;
	border-left: 1px dotted #666;
	min-height: 140px;
	line-height: 15px;
	padding: 0 15px 0 15px;
}


#flash {
    width: 675px;
	height: 318px;
	background-color: #000;
}



#logos {
	margin: 0px 0 10px 0;
	padding: 0px 0 0 0;
	/* border-top: 1px dotted #666; */
	width: 675px;
}

#logos p {
    text-align: center;
	margin: 15px 0 0 0;
}

#logos p img {
    vertical-align: middle;
	margin: 0 17px 0 17px;
}

#festivales {
	margin: 10px 0 10px 0;
	padding: 10px 0 0 0;
	border-top: 1px dotted #666;
	width: 675px;
}

#festivales p {
    text-align: center;
	margin: 15px 0 0 0;

}

#festivales p img {
    vertical-align: middle;
	margin: 0 17px 17px 17px;
}


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

a:visited {
    color: #000;
}

a:hover {
    color: #96B2C3;
}


h1 {
    display: none;
}


