@charset "utf-8";
/* CSS Document */

html{
	height:100%;
}

body{
	height:100%;
	margin:0;
	background:#ebdaaf url(../img/logos/atapuerca.png) bottom right no-repeat fixed;
	font: 10pt;
}

a{
	color:#000;
}

b{
	font-weight:bold;
}

#page{
	z-index:0;
	width:960px;
	height:auto !important;
	height:100%;
	min-height:100%;
	margin:0 auto -100px; /*Ultimo margen el tamaño en negativo del pie */
}

#header{
	float:left;
	clear:both;
	z-index:1;
	width:960px;
	height:200px;
}
	#header img{
		margin: 0 auto;
	}

#body{
	float:left;
	clear:both;
	width:715px;
	padding: 25px;
	z-index:1;
}

#noFooter{
	clear:both;
	height:100px;
}

#footer{
	width:800px;
	height:100px;
	margin:0 auto;
	padding:0 160px 0 0;
	background:
}
	#footer h3{
		font-weight:bold;
	}

	#footer img{
		margin:4px 0 0;
	}
	
	#footer img.first{
		clear:left;
		margin:0 0 0 15px;
	}
	
#mensaje{
	margin:0 15px 30px;
	line-height:20px;
}
	
ul.tabs{
	margin:0;
	padding:0;
	float:left;
	list-style:none;
	height:32px;
	border-bottom:1px solid #3f2d23;
	border-left:1px solid #3f2d23;
	width:100%;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
}

ul.tabs li{
	float:left;
	margin:0;
	padding:0;
	height:31px;
	line-height:31px;
	border:1px solid #3f2d23;
	border-left:none;
	margin-bottom:-1px;
	overflow:hidden;
	position:relative;
	background:#e0e0e0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

ul.tabs li a{
	text-decoration:none;
	color:#000;
	display:block;
	font-size:1.2em;
	padding:0 20px;
	/*border:1px solid #3f2d23;*/
	outline:none;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

ul.tabs li a:hover{
	background:#ccc;
}

html ul.tabs li.active, html ul.tabs li.active a:hover{
	background:#efe4c4;
	border-bottom:1px solid #efe4c4;
}

.tabContainer{
	border:1px solid #3f2d23;
	border-top:none;
	overflow:hidden;
	clear:both;
	float:left;
	width:100%;
	background:#efe4c4;
}

.tabContent{
	padding:20px;
	font-size:1em;
}

fieldset{
	margin:0 0 40px;
	padding:15px 0 0;
}

fieldset.last{
	margin:0;
}

.legend{
	font-size:1.2em;
	font-weight:bold;
}

label{
	font-weight:bold;
	margin:0px 5px 10px;
}

/*input,select{
	margin-bottom:10px;
}*/

.linea{
	display:block;
	margin:0 0 10px;
}

table.form{
	width:200px;
	margin:0 0 0 10px;
	text-align: center;
}

tr.cabecera{
	height: 40px;
}

.cabecera td{
	padding:0 0px;
	font-weight:bold;
}

.fila input{
	margin: 3px 4px;
}

.button{
	float: right;
	margin:10px 20px;
	width: 100px;
	height: 25px;
}

#datos{
	float:left;
	margin:40px 0 0 80px;
	padding:30px;
	height:150px;
	width:400px;
	background:#efe4c4;
	border: 2px solid #630;
	-webkit-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-radius: 10px;
}

#datos h2{
	font-size:1.2em;
	font-weight: bold;
	text-align: center;
}

#datos p{
	margin: 30px 25px;
}

#datos a{
	color:#000;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	display:block;
}


