@charset "utf-8";
body {
	background-repeat: repeat-x;
	margin: 0px;
	background-color: #666666;
	background-image: url(../images/bg.jpg);
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.ad-style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	text-align: left;
}
input#enviar {
	background-image: url(../images/bg-boton.gif);
	background-repeat: repeat-x;
	margin: 0px;
	height: auto;
	width: auto;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #f16822;
}
input {
	border: 1px solid #C3C3C3;
	background-image: url(../images/bg-input-textarea.gif);
	background-repeat: no-repeat;
}
textarea {
	border: 1px solid #C3C3C3;
	background-image: url(../images/bg-input-textarea.gif);
	background-repeat: no-repeat;
}

.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
a:hover {
	color: #F16D23;
	text-decoration: none;
}
.sidebar-titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.sidebar-titles2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}
a:link, a:visited, a:active {
	text-decoration: none;
}
.color1 {
	color: #333333;
}
.color2 {
	color: #F16D23;
}
.titulo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #faae0b;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #faae0b;
}
#container { position: relative; }
.mask { position: absolute; 
 top:3px;
 left:25px;
 width:109px;
 height:82px;
}
.mask2 { position: absolute; 
 top:5px;
 left:57px;
 width:210px;
 height:134px;
}
.mask3 { position: absolute; 
 top:146px;
 left:204px;
 width:95px;
 height:94px;
}
.mask4 { position: absolute; 
 top:79px;
 left:112px;
 width:95px;
 height:94px;
}

/* ------------ CSS Photo Gallery ------------ */
.gallprov {
	/*float:left;*/
	width: 620	px;
	
	}
#thumbwrap_oneline {
	width:610px; 
	height:520px;
	border:1px solid #fff3cc;
	position:relative;
	background:	#ffffff;
	padding:3px;
}

#thumbwrap {
	width:610px; 
	height:530px;
	border:0px solid #eeeeee;
	position:relative;
	background:	#ffffff;
	padding:3px;
}

#smallthumbwrap {
	height: 100px;
	position: absolute;
	top: 450px;
}
.thumb .small {
	float:left;
	padding:3px;
	background:#ffffff;
	border:0px solid #ffffff;
}

.thumb .small:hover {
	padding:1px;
	border:3px solid #f98c33;
	position:relative; /* Opera 9.5 needs this to show :hover */
}
.thumb:hover {
	border:0; /* IE6 needs this to show large image */
}
.thumb span { /* IMAGEN GRANDE*/
	z-index:1;
	position:absolute;
	top:-450px;
	left:1px;
	visibility:hidden;
}
.thumb span img {  /* IMAGEN GRANDE*/
	background: #ffffff;
	padding:6px 6px;
}
.thumb:hover span {
	visibility:visible;
}
.visible {
	visibility:visible;
}
