@charset "utf-8";
@font-face {
	font-family:"Gothic";
	src: url(lib/Gothic.ttf);
}

body {
	margin: 0;
	background-color: #efeeef;
	font-family:Verdana, Geneva, sans-serif;
}
img {
	border: 0px;
}

.titulo {
	font-family: "Gothic";
	font-size: 30px;
	margin-bottom: 20px;
}
.columna {
	float: left;
	margin-right: 10px;
}

/* cabecera */
#cont_cabecera {
	background-color: black;
	background-image: url(img/cabecera-fondo.gif);
	background-position: center 0px;
	background-repeat: no-repeat;
}
#cont_cabecera #cabecera {
	width: 990px;
	height: 180px;
	position: relative;
	margin-left: 50%;
	left: -500px;
}
#cont_cabecera #cabecera #bola_oniris {
	position: absolute;
	top: -20px;
}
#cont_cabecera #cabecera #bola_info {
	position: absolute;
	left: 240px;
	top: 50px;
}
#cont_cabecera #cabecera #bola_servicios {
	position: absolute;
	left: 390px;
	top: 40px;
}
#cont_cabecera #cabecera #bola_contacto {
	position: absolute;
	left: 540px;
	top: 20px;
}
#cont_cabecera #cabecera #bola_ofertas {
	position: absolute;
	left: 700px;
	top: 10px;
}
#cont_cabecera #cabecera #bola_web {
	position: absolute;
	right: 0px;
	top: -30px;
}
#cont_cabecera #cabecera #bocadillo_blog {
	position: absolute;
	left: 150px;
}
#cont_cabecera #cabecera #telefono {
	position: absolute;
	left: 150px;
	top: 140px;
}
#cont_cabecera #cabecera #iconos_social {
	position: absolute;
	right: 30px;
	bottom: 10px;
}

/* cuerpo */

#cont_cuerpo {
	background-image: url(img/cuerpo-fondo.gif);
	background-repeat: repeat-x;
	background-color: #efeeef;
}
#cont_cuerpo #cuerpo {
	width: 950px;
	padding: 20px;
	margin: 0 auto;
}
#cont_cuerpo #cuerpo #facebook {
	float:right;
}
#cont_cuerpo #cuerpo #contenido {
	width:680px;
	text-align:justify;
	overflow:hidden
}
#cont_cuerpo #cuerpo #contenido .subTitulo {
	font-family: "Gothic";
	font-size: 20px;
	font-weight: bold;
}
#cont_cuerpo #cuerpo #contenido input,
#cont_cuerpo #cuerpo #contenido textarea {
	width:350px;
}
#cont_cuerpo #cuerpo .post {
	margin-bottom:50px;
}
#cont_cuerpo #cuerpo .post h2 {
	font-family: "Gothic";
}
#cont_cuerpo #cuerpo .post h3 {
	font-weight:normal
}
#cont_cuerpo #cuerpo .post p {
	text-align:justify
}
#cont_cuerpo #cuerpo .post img {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}

/* pie */

#cont_pie {
	background-color:black;
	padding:15px;
}
#cont_pie #pie {
	width:950px;
	margin: 0 auto;
	color:white;
}
#cont_pie #pie a:visited {
	color: #EAD5FF;
}

