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

/* Formato general, centrado, todo va dentro de #container*/
body {
	margin: 0px;
	background-color: #F4F4F4;
	background-image: url(../images/backgrounds/body.png);
	background-repeat: repeat-x;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

/* Área superior, puede incluir otros DIV como el logo */
#header {
	height: 340px;
	background-image: url(../images/backgrounds/header.png);
	background-repeat: no-repeat;
	background-position: 600px 0px;
	width: 900px;
}
#header #logo {
	float: left;
	width: 180px;
	padding-top: 10px;
	height: 90px;
	padding-bottom: 10px;
}
#header #headerLeft {
	float: right;
	width: 700px;
	height: 120px;
}
#header #headerLeft #tel {
	padding-left: 410px;
	height: 40px;
	padding-bottom: 50px;
}
#header #headerLeft #menu {
	float: right;
	width: 700px;
	padding-top: 0px;
	height: 30px;
}
#header #top {
	height: 220px;
}


/* Área de contenido dentro de #content, para un diseño de dos columnas se utiliza #contentLeft, #contentRight y el BR, para una sola a columna sólo utilizar #contentFull */

#content {
	width: 900px;
	padding-top: 30px;
	padding-bottom: 40px;
}
#contentLeft {
	margin: 0px;
	float: left;
	width: 310px;
	padding-left: 20px;
}
#contentLeft #process {
	margin-bottom: 15px;
}


#contentRight {
	float: right;
	width: 530px;
	padding-right: 20px;
}
#contentRight #highlightIndex {
	border: 1px solid #DFDFDF;
	padding: 2px;
	background-color: #E5E5E5;
}

#contentFull {
	padding: 20px;
	width: 740px;
}

br.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}
#containerFooter {
	height: 45px;
	background-image: url(../images/backgrounds/containerFooter.png);
}


/* Área inferior, copyright, footer y FCDigital */

#footer {
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	width: 880px;
}

#fcdigital {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
}
