/******************************/
/* Tags generales             */
/******************************/

body {
	margin: 0px;
	background-color: #fffbdb;
	background-image: url('/src/img/bg.png');
	background-position: top center;
	background-repeat: no-repeat;
	font-family: Helvetica;
	font-size: 14px;
	color: black;
	height: 100%;
}

html {
	height: 100%;
}

img {
	border: 0px;
}

abbr {
	text-decoration: underline;
	cursor: help;
}


/******************************/
/* Acordeon                   */
/******************************/

#wrapper {
	height: 100%;
	width: 100%;
	overflow: visible;
	display: table;
}

#acordeon {
	display: table-cell;
	vertical-align: middle;
	position: static;
}

#acordeon-wrap {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
}


/******************************/
/* Blah blah blah             */
/******************************/

#wrap-blah p {
	text-align: justify;
}

.inscribirse {
	text-align: center !important;
	font-size: large;
}

.inscribirse a {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

.inscribirse a:hover {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

#wrap-blah a {
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

#wrap-blah a:hover {
	color: black;
	text-decoration: none;
	font-weight: bold;
}


/******************************/
/* Flechas laterales          */
/******************************/

#coda-nav-left-1 {
	position: fixed;
	z-index: 1;
	left: 10px;
	top: 45%;
	display: none;
}

#coda-nav-right-1 {
	position: fixed;
	z-index: 1;
	right: 10px;
	top: 45%
}

#coda-nav-left-1 p {
	margin: 0px;
	padding: 0px;
}

#coda-nav-right-1 p {
	margin: 0px;
	padding: 0px;
}


/******************************/
/* Logos de la parte inferior */
/******************************/

#logoPequeFixed {
	z-index: 1;
	background-image: url('/src/img/logoPeque.png');
	background-repeat: no-repeat;
	position: fixed;
	bottom: 10px;
	left: 10px;
	width: 250px;
	height: 72px;
	display: none;
}

#logoPequeFixed p {
	margin: 0px;
	padding: 0px;
}

#logoNcoraFixed {
	z-index: 1;
	position: fixed;
	bottom: 15px;
	right: 10px;
	width: 275px;
	height: 72px;
	display: none;
}

#logoNcoraFixed p {
	margin: 0px;
	padding: 0px;
	text-align: center;
}