html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #048;}
a:hover {color: #06C;}

body {
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	padding-top: 64px;
	background-color: #E7E7E2;
	background-image: url(../img/body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 1.8em Tahoma,sans-serif;}
h2 {font: bold 1.4em sans-serif;}
h3 {font: bold 1em Tahoma,sans-serif;}

h1,h2,h3 {padding-top: 6px; color: #553; margin-bottom: 4px;}

/* structure */
.inner-container {
	border: 2px solid #D7D7D2;
	font-size: 1.2em;
	padding: 10px;
	width: 780px;
	height: 470px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F5F5F3;
}

.outer-container {
	background: url('img/container.jpg') no-repeat center bottom;
	float: none;
}

/* headere & title */
.header {
	margin-bottom: 5px;
	text-align: center;
	height: 160px;
}
.header  .entrada_logo_principal {
	color: #FFF;
	height: 170px;
	background-image: url(entrada_logo_principal.jpg);
	float: left;
	width: 780px;
}
.header .texto_fecha_jornadas {
	display: block;
	height: 20px;
	float: left;
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: bold;
	padding-top: 10px;
}

.header .entrada_logos_iquierda {
	background-image: url(entrada_logos_izquierda.jpg);
	background-repeat: no-repeat;
	height: 190px;
	float: left;
	width: 190px;
	margin-left: 20px;
}
.header  .boton_ingresar  {
	height: 50px;
	float: left;
	width: 160px;
	margin-left: 100px;
	margin-right: 105px;
	margin-top: 70px;
}
.header .boton_ingresar a {
	background-image: url(boton_ingresar.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 160px;
	float: left;
}
.boton_ingresar a:hover {
	background-image: url(boton_ingresar_over.jpg);
	height: 50px;
	width: 160px;
	float: left;
}

.header .boton_ingresar a:hover {
	background-image: url(boton_ingresar_over.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.header .entrada_logos_derecha {
	background-image: url(entrada_logos_derecha.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 190px;
	width: 170px;
}
.header .entrada_pie {
	background-image: url(entrada_pie.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 60px;
	width: 780px;
}
.header .entrada_isbn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	float: left;
	height: 15px;
	width: 780px;
	padding-top: 10px;
}
