@charset "UTF-8";
/* CSS Document */
* { margin:0; padding:0;}

body { 
	background-color:#CFE4EC;
	background-image:url(../images/backborde.jpg);
	background-repeat:repeat-x;
}

#header {
	height: 189%;
	width: 980px;
	top: 7px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header #logo {
	background-image: url(../images/logo_las_metalurgica.jpg);
	background-repeat: no-repeat;
	height: 189px;
	width: 243px;
	background-position: 50% 50%;
	float:left;
	clear:none;
}
#header #metalurgica {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 189px;
	width: 737px;float: right;
	clear:none;
}

#cuerpo {
	height: 500%;
	width: 980px;
	top: 250px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#cuerpo #menu {
	height: 500px;
	width: 243px;
	float:left;
	clear:none;
}
#cuerpo #contenido {
	height: 243px;
	width: 737px;
	float: right;
	clear:none;
}
#menufooter {
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	width: 980px;
	margin:0 auto;
	font-size: 11px;
	font-color: #999;
	text-decoration: none;
	text-align: center;
	padding-top:30px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color:#FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

.itemsmenufooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-color: #999;
	text-decoration: none;
	padding-left:12px;
	padding-right:12px;
	text-align: left;
	}
	
#footer {
	font-family: Arial, Helvetica, sans-serif;
	height: 40px;
	width: 980px;
	margin:0 auto;
	font-size: 11px;
	font-color: #999;
	text-decoration: none;
	text-align: center;
	padding-top:16px;
	background-color:#FFF;

}.texto {
	font-family: Verdana, Geneva, sans-serif;
	text-align:justify;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.titulo {
	font-family: Verdana, Geneva, sans-serif;
	text-align:justify;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	background-color: #ededed;
	font-weight: bold;
}
.backGris {
	font-family: Verdana, Geneva, sans-serif;
	text-align:justify;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	background-color: #ededed;
}
.textoBold {
	font-family: Verdana, Geneva, sans-serif;
	text-align:justify;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
