@charset "utf-8";
/* CSS Document */
}
@font-face {font-family: "Century Gothic";
src: url(Century.ttf) format("truetype");
}
@font-face {font-family: "Josefin Sans Std Light";
src: url(JosefinSansStd-Light.otf) format("opentype");
}
html {
}

 body {
	margin:0;
	padding:0;
	text-align: center;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	min-height:100% !important; /* real browsers */
	height:100%;

}

#wrap {
	width: 1100px;
	margin: auto;
	height:100%; /* real browsers */
	min-height:100% !important;
	height:auto;  /* real browsers */
	max-height:100%;
	padding-right: 10px;
	padding-left: 10px;
}	



#container {
	background-color: #FFF;
	text-align: left;
	padding-right: 0px;
	color: #BEBEBE;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 12px;
	padding-bottom: 0px;  /* must be same height as the footer */
	min-height:100%;
	position:absolute;
	margin-bottom: -50px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	width: 1100px;
	}
	
#title
{
	height: 100px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-top: 10px;
}
#menu {
	float: left;
	width: 160px;
	padding-left: 50px;
}
#content {
	font-family: "Century Gothic", Arial, sans-serif;
	float: left;
	width: 800px;
	margin-bottom:60px;
	padding-bottom:10px;
	position: relative;
	padding-left: 40px;
	font-weight: normal;
}
#content strong{
	font-weight: bold;
	color: #999;
}
#footer {
	position:absolute !important;
	bottom:0;
	font-size: 10px;
	text-align: left;
	padding-top: 0;
	padding-left: 15px;
	color: #999;
	height: 50px;
	clear: both;
	vertical-align: bottom;
	width:98%;
	}
	
	/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
#texto2 {
	padding-right: 15px;
	padding-left: 15px;
}
a {
	color: #58375B;
	text-decoration: none;

}

a:hover{
	color: #333;
	text-decoration: underline;
}

a:visited {
	font-weight: normal;
	color: #000;
}
.news {
	background-color: #F0F0F0;
	margin-top: 0px;
	-moz-border-radius: 20px;
	background-image: url(images/dregradadoblanco.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 10px;
	vertical-align: middle;
	text-align: center;
	width: 760px;
	}
.newstitulo {
	font-weight: bold;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 3px;
	color: #999;
	text-align: left;
}

.iconsfoot {
	padding-right: 15px;
}
.notifi {
	background-color: #F0f0f0;
	padding: 20px;
	-moz-border-radius: 10px;
	margin-top: 10px;
	text-align: center;
	color: #999;
}
#imgindex {
	background-image: url(img_azar.php?imgazar=./images/image_&ext=jpg&a=1&b=6);
	background-repeat: no-repeat;
	background-position: right top;
	width: 780px;
	height: 372px;
}
.tablaprecios {
	border: 1px solid #CCC;
}

#spanishinfo {
	-moz-border-radius: 10px;
	background-color: #F0F0F0;
	padding: 7px;
	width: 75px;
	float: right;
	margin-top: 5px;
	height: 17px;
	text-align: center;
	color: #666;
	margin-right: 5px;
	font-weight: bold;
}
.personal {
	border: 1px solid #CECAD2;
	margin-top: 50px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 145px;
	text-align: center;
	font-size: 12px;
	color: #666;
	-moz-border-radius: 10px;
	padding: 5px;
	width: 60%;
}
/*--------*/

	
/*--------*/
a.linkopacity img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	-khtml-opacity: 0.5;
}
 
a.linkopacity:hover img {
	filter:alpha(opacity=100);  
	-moz-opacity: 1.0;  
	opacity: 1.0;
	-khtml-opacity: 1.0; 
}

.descripcion2 {
	background-color: #F0F0F0;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	-moz-border-radius: 10px;
	background-image: url(images/dregradadoblanco.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 9px;
	vertical-align: middle;
	height: 230px;
	color: #999;
}


/* ---------------------------------THUMBS--------------------------------- */
#thumbs ul {
	width: auto;
	display: block;
	list-style : none inside;
	padding: 0px;
	text-indent: 0px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#thumbs ul li {
 display: inline;
}

#thumbs ul li img {
	padding: 5px;
	border: 1px solid #ccc;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	-moz-border-radius: 10px;

}
/* ---------------------------------/THUMBS--------------------------------- */

