/* ==========================================================================
   RESET CSS
   ========================================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* ==========================================================================
   FIN RESET CSS
   ========================================================================== */

html, body {
	background-color: #fffbe4;
	font-family: 'Roboto Condensed', sans-serif;
}
header {
}
.logoa {
	border-bottom: 20px solid #000;
	background-color: #fffdee;
}
.oskorri {
	background-color: #fffbe4;
}
.deskargatu_btn {
	clear: both;
}
.deskargatu_btn a {
	background-color: #c94c1b;
	color: #000;
	font-size: 20px;
	padding: 10px;
	height: 80px;
	text-decoration: none;
	font-weight: bold;
}
.deskargatu_btn a:hover {
	background-color: #000;
	color: #c94c1b;
}
footer {
	margin-top: 20px;
	border-top: 1px solid #ccc;
	padding: 15px;
	margin-bottom: 20px;
}
footer {
	margin-top: 0
}
.oina {
	font-family: 'Roboto Condensed', sans-serif;
}
.oina .txt {
	margin: 20px 0;
	font-size: 35px;
}
.oina .txt span {
	color: #4c4c4c
}
.oina h2 {
	font-size: 80px;
	margin: 35px;
}
.oina h2 span {
	color: #4c4c4c
}
.oina-logoak a {
	margin: 15px;
	text-decoration: none;
	cursor: pointer
}
.oina-logoak a img {
}
.bisorea .issuuembed {
	height: 500px;
	margin-bottom: 20px;
}
.flickr-box {
	background-color: #000;
	padding: 40px 0;
	margin-top: 30px;
}
.bideoa{ margin-top:45px;
	}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media (max-width: 1200px) {
.bisorea .issuuembed {
	height: 390px;
}
}

@media (max-width: 990px) {
.bisorea .issuuembed {
}
.logoa {
	margin-bottom: 10px;
}
.oina h2 {
	font-size: 45px;
}
.oina .txt {
	font-size: 25px;
}
}

@media (max-width: 768px) {
.bisorea .issuuembed {
}
.oina h2 {
	font-size: 25px;
	margin: 15px 0;
}
.oina .txt {
	font-size: 18px;
}
.oina-logoak a img {
	height: 78px;
}
}

@media (max-width: 500px) {
}
