@charset "utf-8";
/*
Biología Marina
________________________________

Hoja de estilos principal

CieloSur.net 2009
Diseño por Javier I. Escobar
*/

html {
	margin: 0;
	height: 100%;
}
body {
	margin: 0;
	height: 100%;
	background-color: #BBF1FF;
}
#centra {
	display: table;
    height: 100%;
    width: 100%;
    margin: 0;
}
#pagina {
	width: 100%;
	display: table-cell;
    vertical-align: middle;
	position: relative;
}
#fondo {
	width: 100%;
	height: 740px;
	position: relative;
	margin-top: -5px;
	background-color: #BBF1FF;
	background-repeat: repeat-x;
}
/* \*/
* html #pagina {
    top: 50%;
    left: 0;
    height: 1px;
}
* html #pagina #fondo {
    position: relative;
	top: -50%;
}
/* */
#cuerpo { 
	width: 950px;
    margin: 0 auto;
	padding: 10px;
	background: url(../images/bg-cielosur.png) no-repeat top;
	text-align: center;
}
.noOutline {
	outline:none;
}