/* CSS Document */

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

#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
}

/* Área superior, puede incluir otros DIV como el logo */
#header {
}

#menu {
	height: 85px;
}
#top {
	background-image: url(../images/apoyo/backgrounds/top.png);
	height: 10px;
	padding-top: 35px;
	background-position: 0px 35px;
	background-repeat: no-repeat;
	line-height: 5px;
	font-size: 5px;
}

br.clear {
	clear: both;
}
#navInf {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 850px;
	height: 15px;
}

#bottom {
	background-image: url(../images/apoyo/backgrounds/bottom.png);
	height: 40px;
	text-align: center;
	padding-top: 30px;
	width: 960px;
}
#bottom #mex {
	float: left;
	width: 300px;
	padding-left: 20px;
}

#bottom #cva {
	float: right;
	width: 300px;
	padding-right: 20px;
}


#fcdigital {
	text-align: center;
	height: 70px;
	padding-top: 30px;
}

