@charset "utf-8";
body {
	background-color: #F0F0F0;
	margin: 0px;
}

#contenido {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	height: 606px;
	width: 950px;
	border: 1px solid #666666;
}
#contenido #header {
	height: 84px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#contenido #header #logo {
	float: left;
	margin-top: 8px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contenido #header #menu {
	margin-top: 35px;
	font-size: 11px;
	float: right;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#contenido #header #menu a {
	color:#999;
	text-decoration: none;
	text-align: center;
	margin-right: 20px;
	margin-left: 20px;
	font-weight: bold;
}
#contenido #header #menu a:hover {
	color:#900;
}
#contenido #texto {
	height: 500px;
	text-align: justify;
	overflow: auto;
}
#contenido #texto .corporativo {
	padding-right: 20px;
	padding-left: 50px;
	font-size: 11px;
	line-height: 20px;
	letter-spacing: 1px;
}
#contenido #texto h3 {
	font-weight: normal;
	color: #990000;
	margin-left: 30px;
}

#contenido #texto .corporativo strong {
	color: #990000;
}
#contenido #texto .corporativo img {
	padding: 2px;
	border: 1px solid #D4D0C8;
	margin-left: 5px;
}

#contenido #footer {
	color: #FFFFFF;
	background-color: #000000;
	height: 22px;
	text-align: center;
	font-weight: bold;
}
#contenido #footer img {
	margin-top: 5px;
}
#contenido #texto .corporativo textarea,#contenido #texto .corporativo td, #contenido #texto .corporativo input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}
#contenido .corporativo td {
	font-size:11px;
	padding-top:5px;
	padding-bottom:5px;
}
#contenido .corporativo th {
	text-align:left;
}
#contenido .prods {
	width:100%
}
.alt {
	background:#F4F4F4;
}
