﻿/*
	layout.css

	Copyright (C) 2009, Aliénor
*/

body {
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	background-color: #EAF2D2;
	color: #666;
}

a:link, a:active, a:visited {
	text-decoration: underline;
	color: #B07404;
}
a:hover {
	text-decoration: none;
	color: #B07404;
}

/* ------------------------------
/* COMMON
/* ------------------------------ */
.out { position: absolute; left: -9999px; }
.clear { clear: both; }

/* ------------------------------
/* HEADER
/* ------------------------------ */
#header-wrap {
	background: url('../img/header_bg.gif') repeat-x;
}
#header {
	overflow: hidden;
	width: 1000px;
	height: 426px;
	margin: 0 auto;
	background: url('../img/vinitech_sifel.jpg') no-repeat;
}
h1 {
	margin: 20px 0 0 38px;
}

/* ------------------------------
/* WRAP
/* ------------------------------ */
#wrap {
	width: 1000px;
	margin: 0 auto;
	background: url('../img/wrap_bg.jpg') no-repeat;
}

/* ------------------------------
/* CONTENT
/* ------------------------------ */
#content {
	padding: 23px 30px 5px 30px;
}
#sifel {
	float: left;
}
#vinitech {
	float: right;
}

/* ------------------------------
/* FOOTER
/* ------------------------------ */
#footer {
	color: #000;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #FFF;
}

/*** CEB-WRAP ***/
#ceb-wrap {
	position: relative;
	overflow: hidden;
	width: 900px;
	margin: 10px auto;
}
#ceb-wrap-link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 900px;
	height: 95px;
	background: url('../img/none.gif') repeat;
}
#logo-ceb {
	float: left;
	margin: 9px 8px 0 0;
}
#ceb {
	height: 35px;
	font-size: 0.9166em;
	margin-bottom: 10px;
}
#ceb-left, #ceb-center, #ceb-right {
	float: left;
	height: 45px;
	margin-right: 4px;
	padding-top: 35px;
}
#ceb-left {
	width: 247px;
	background: url(../img/ceb-left_bgd.jpg) no-repeat;
}
#ceb-center {
	width: 282px;
	background: url(../img/ceb-center_bgd.jpg) no-repeat;
}
#ceb-right {
	width: 262px;
	background: url(../img/ceb-right_bgd.jpg) no-repeat;
}
#ceb-left p, #ceb-center p, #ceb-right p {
	padding: 0 0 5px 10px;
	border-left: 1px solid #888;
	font-size: 0.9166em;
}

/*** LEGALS ***/
#legals {
	clear: both;
	height: 21px;
	padding: 3px 8px;
	background: url(../img/legales_bgd.gif) repeat-x;
	font-size: 0.9166em;
	color: #FFF;
}
#copy {
	float: left;
}
#crea {
	float: right;
}
#crea a:link {
	color: #FFF;
}

/*** FOOTER-TXT ***/
#footer-txt {
	padding: 20px 10px;
	font-size: 0.9166em;
	background: url(../img/footer-txt_bgd.png) no-repeat center top;
}
