/* 
	Resets defualt browser settings
	reset.css
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:14px;
	font-family:inherit;
	vertical-align:baseline;
}





:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td {
	
	font-weight:normal;
	color: #666;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page style
*/


#container {
	width:1024px;
	position:center;
	margin: auto;
	height: auto;
	left: auto;
	background-color: transparent;
}

#example {
	width:1024px;
	height:auto;
	position:inherit;
	left: auto;
	top: 2px;
}

#ribbon {
	position:absolute;
	top:-3px;
	left:-15px;
	z-index:500;
}

#frame {
	position:relative;
	z-index:0;
	width:0 auto;
	height:0;
	top:-0px;
	left:-193px;
}

/*
	Slideshow
*/


#slides_names_change {
	
}

#slides {
	position:relative;
	z-index: 100;
	width: 1024px;
	top: 0px;
	left: 0px;
	height: 380px;
	background-color: transparent;
}



/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/





.slides_container {
	width:1024px;
	overflow:hidden;
	position:absolute;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container div.slide {
	width:1024px;
	height:355px;
	display:block;
}


/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:234px;
	left:-46px;
	width:24px;
	height:43px;
	display:block;
	z-index:100;
}

#slides .next {
	left:1020px;
}

/*
	Pagination
*/

.pagination { position: absolute;  
	margin:5px auto 0;
	width:100px;
}

.pagination li {
	
	float:left;
	margin:0 px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Caption
*/

.caption {
	z-index:500;
	position:absolute;
	bottom:-35px;
	left:0;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background:rgba(0,0,0,.5);
	width:1024px;
	font-size:1.3em;
	line-height:1.33;
	color:#ffffff;
	border-top:1px solid #000;
	text-shadow:none;
}

/*
	Footer
*/

#footer {
	text-align:center;
	width:900px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}
.overlay {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #000;
	z-index: 1001;
	opacity: .75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
	height: 100%;
	background-color: #000;
}
.modal {
	display: none;
	position: absolute;
	top: 30%;
	left: 25%;
	width: 596;
	height: 187;
	padding: 3px;
	background: #fff;
	color: #333;
	z-index: 1002;
	overflow: auto;
}


#footer p {
	margin:4.5px 0;
	font-size:1.0em;
}

/*
	Anchors
*/

a:link,a:visited {
	color:#599100;
	text-decoration:none;
}

a:hover,a:active {
	color:#333;
	text-decoration:underline;}



/* Efecto Highligh*/
.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
-moz-opacity: 0.7;
opacity: 0.7;
}
