* {
	margin:0px;
	padding:0px;
}
p{
	margin-bottom:5px;
	margin-top:5px;
}
body {
	background-color: #000000;
	background-image:url(img/body_bg.png);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background-position:top;
	}
table {
	margin:auto;
}	
/***************DIVS*****************/	

#fondo {
	background-image:url(img/body_bg2.png);
	background-repeat:repeat-x;
}
#wrapper {
	margin:auto;
	height:auto;
	width:800px;
	background-color:#FFFFFF;
	margin-bottom:30px;
}

#header {
	width:170px;
	height:90px;
	background-image: url(img/header_bg.png);
	padding-top:42px;
	padding-left:630px;
}
#header2 {
	width:800px;
	height:234px;
	background-image: url(img/header2_bg.jpg); 
	background-color:#000000;
}
#menu {
	height:27px;
	background-image: url(img/menu_bg.png);
	padding-top:7px;
	padding-left:15px;
	}
	#menu ul {
		list-style:none;
		}

		#menu li{
			float: left;
			}
		#menu li a{
			color:#CCCCCC;
			text-decoration:none;
			display:block;
			padding-left:5px;
			padding-right:5px;
			border-right:1px solid #FFFFFF;
			font-size:10px;
			}	
		#menu li a:hover{
			color:#FFFFFF;			
		}
#contenido {
	min-height:220px;
	background-color:#FFFFFF;
	background-image:url(img/contenido_bg.png);
	background-repeat:no-repeat;
	background-position:top;
	color:#333333;
	padding-bottom:20px;
}
#homeLeft {
	float:left;
	/* padding-right:10px; */
	width:380px;
}
#homeRight {
	float:right;
	width:350px;
	padding-top:30px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
}
.featured {
	font-size:16px;
}
#main{
	line-height: 16px;
	padding-left:40px;
	padding-top:15px;
	padding-right:40px;
}

#main ul{
	margin-left:20px;
}

#main2{
	float:left;
	width:700px;
	min-height:280px;
	background-color:#FFFFFF;
	line-height: 20px;
	padding-left:50px;
	padding-right:50px;
	padding-top:20px;
	font-size:12px;
	}
.itemHome {
	width:193px;
	height:165px;
	background-image:url(img/item_bg.png);
	background-repeat:no-repeat;
	padding:10px;
}
#subfooter {
	background-color:#c7a634;
	color:#FFFFFF;
	padding:20px;
	/* background-image:url(img/subfooter_bg.png); */
	background-repeat:no-repeat;
	background-position:top center;
	/* height:204px; */
}
#footer{
	height:60px;
	font-size:9px;
	color:#666666;
	clear: both;
	background-color:#000000;
	padding-top:20px;
	padding-left:15px;
	padding-right:15px;
	text-align:center;
	background-image:url(img/footer-bg.png);
	background-repeat:no-repeat;
	position:relative;
	}
#footer a{
	color:#666666;
	text-decoration:none;
}
#footer a:hover{
	color:#ff8434;
}
#footer .resalta{
	color:#ff8434;
	font-size:10px;
}
#father {
	background-image:url(img/ist_father.png);
	width:267px;
	height:327px;
	position:absolute;
	top:-250px;
	left:700px;	
}
#main h1 {
	font-size:22px;
	border-bottom:1px solid #FFFFFF;
	padding-bottom:10px;
	margin-bottom:10px;
	color:#410054;
	border-bottom:1px solid #410054;
}
#main h2 {
	font-size:16px;
	border-bottom:1px dotted #FFFFFF;
	padding-bottom:5px;
	margin-bottom:5px;
	margin-top:5px;
}
#main a{
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
#main a:hover{
	color:#370D61;
}
/* EOF Prices Wrapper */
#gallery_wrapper {
width:500px;
overflow:hidden;
}
.galleryPhoto {
width:125px;
height:185px;
padding:2px;
border:solid 1px #FFFFFF;
margin-right:6px;
margin-bottom:10px;
float:left;
line-height:117px;
text-align:center;
overflow:hidden;
}
.gallery_item img{
position:relative;
vertical-align:middle;
}
.img_right {
float:right;
margin-left:10px;
width:300px;
}
.style6 {
color:#336699;
font-size:large;
font-weight:bold;
}
li {
padding-bottom:5px;
}

.form {
	border:1px solid #999999;
	width:400px;
	padding:5px;
}
.form legend{
	font-weight:bold;
}
.form ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
.form label {
	width:120px;
	float:left;
}
input.btn {
	padding:5px;
	background-color:#E6B529;
	color:#FFFFFF;
	border:1px solid #333333;
}
.form li {
	clear:both;
}
label.error{
	width:100% !important;
	display:block !important;
	clear:both !important;
	float:none !important; 
	color:red;
	margin-left:120px;
}