/* BRUZINC */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	background-image:url(images/bg_body.gif);
	background-repeat: repeat-x;

}


#page {
	
}
#header {
	/*width: 1024px;*/
	height: 203px;
}

#container {
	width: 800px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -503px;
	height: auto;
	/*border-left: 1px solid #2c3135;
	border-right: 1px solid #2c3135;
	border-bottom: 1px solid #2c3135;*/
}


#user {
	position: absolute;
	width: 230px;
	height: 100px;
	right: 0px;
	top: 100px;
	margin-right: -250px;

	font-family: Tahoma;
	font-weight:bold;
	color: #330000;
	text-align: left;
	font-size: 11px;
	line-height:25px;
}

#cart {
	font-family: Tahoma;
	color:#999999;
	text-align: left;
	font-family: Verdana;
	color: #999999;
	font-size: 8px;
}

#cart a {
	color: #FF0000;
	font-weight: bold;
}
/*contents**********************************************************/
#contents {
	margin-left: 220px;
	margin-bottom: 30px;
	margin-top: 120px;
	padding-left: 10px;
	font-family: Tahoma;
	font-size: 13px;
	font-weight:bold;
	color:#999999;
}

#contents .input {
	background-color: #ffffff;
	color: black;
	padding: 3px;
	border-color: #CC9999;
	border-width: 1px;
	border-left: 1px;
	border-left-color: #CC9999;
	border-left-style: solid;
	border-right: 1px;
	border-right-color: #CC9999;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top: 1px;
	border-top-color: #CC9999;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom: 1px;
	border-bottom-color: #CC9999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#contents p {
	margin:  0em 1em 1em 1em;
	text-align:justify;
}

#contents h1 {
	font-family: Tahoma;
	font-size:14px;
	font-weight:bold;
	color:#CC9999;
	text-align:center;
	padding-bottom: 10px;
}

#contents h2 {
	font-family: Tahoma;
	font-size:12px;
	color: #330000;
}

#contents ul li {
	/*list-style-type: none;*/
	margin-left:38px;
}

#contents a {
	font-family:Tahoma;
	text-decoration:none;
	color: #c4bfaf;
	font-weight: bold;
}

#contents a:Hover {
	color: #993333;
	font-weight: bold;
}

/* contents table*/
#contents table {
	border: 1px;
	border-collapse: collapse;
	margin-bottom: 1em;
	border-color: #333333;
}
#contents table tr th {
	padding: 3px 3px 3px 3px;
	border-color:#333333;
}

#contents table tr td {
	padding: 3px 3px 3px 3px;
}

.title {
	/*background-color:#CC9900;*/
	font-weight:bold;

}

/*footer**********************************************************/
#footer {
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
	width: 1024px;
	height: 94px;
	padding-left: 10px;
	padding-top: 10px;
}



.error {
	font-size: 10px;
	margin: 0 0 1em 0;
	color:#FF0000;
}



.container-foto
{
	
}
.container-foto img
{
	margin: 5px;
}





