/*Estilos comunes*/
body {
	margin: 0;
	padding:0;
	background:#FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#cont{
	margin-left: auto;
	margin-right: auto;
	width:1000px;
	background:#FFFFFF;
}

#header{
	background:#efdeff url('background.jpg') no-repeat right top;
	height:120px;
	border-bottom:1px solid #FFFFFF;
	color: #FFFFFF;
}

#header img {
	padding:10px;
	height:80px;
	float:left;
	border-radius: 20px;
}

.header_tit {
	margin-left: 41px;
	padding-top: 20px;
	text-align: center;
	float:left;
	font-family: "Berlin sans FB";
	font-style:italic;
	font-size: 3.5em;
	color: #006691;
}

#header .img_l {
	margin-left: 35px;
	padding: 20px 10px 10px;
	height:60px;
	float:left;
}

#central {
	width:100%;
	height:100%;
	color: #333333;
	margin-left:0px;
	overflow:hidden;
}

.col_central {
	margin:0px 40px;
	color: #333333;
	z-index:2;
	overflow:hidden;
}

#footer {
	width:100%;
	margin: 10px 0 0;
	height:90px;
	text-align:center;
	border: solid #FFFFFF; 
	border-width:3px 0;
	background:#e9eeae;
	color: #333333;
}

#footer img {
	height: 40px;
}

/* Estilos del contenido de la página Home */
.img {
	width: 140px;
	float: left;
}

.text {
	height: 60px;
	padding-top: 15px;
	float: none;
}

.text a {
	text-decoration: none;
}

/* Estilos del contenido de la página Staff */
#pri, #seg, .ter, .tec {
	overflow:hidden;
}

.foto {
	margin: 0px 20px;
	width:100px;
	float:left;
	border:2px solid #e8ed91;
	text-align: center;
}

.foto img {
	height:110px;
	width: 85px;
	margin-top: 10px;
	display:inline;
}

/* Estilos del contenido de la página Contact */
#map {
	width:520px;
	margin:10px;
	float:left;
}

#contact {
	width:330px;
	margin: 0px 10px 10px 40px;
	float:left;
}