/* 
	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:100%; 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 { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }


	Page Style



#container {
	width:580px;
	padding:10px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#frame {
	position:absolute;
	z-index:0;
	width:739px;
	height:341px;
	top:-3px;
	left:-80px;
}

#example {
	width:600px;
	height:350px;
	position:relative;
}
*/
/*
	Slideshow style
*/

/*
#slides { position:relative; top:0; left:0; z-index:100;}
*/

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container { width:715px; height:380px; /*position:relative; overflow:hidden;*/ /*display:none;*/}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide,
#noTieneFlash-slides .slide { width:715px; height:380px; display:block;}

/*
	Next/prev buttons
*/
	/*#slides .next,#slides .prev { display:none; }*/
#slides .next, #slides .prev,
#noTieneFlash-slides .next, #noTieneFlash-slides .prev { position:absolute; top:170px; left:-5px; width:24px; height:43px; display:block; z-index:101; text-indent:-500000em; }
#slides .prev,
#noTieneFlash-slides .prev { background:url(../img/arrow-prev.png) no-repeat 0 0;}
#slides .next,
#noTieneFlash-slides .next { left:695px; background:url(../img/arrow-next.png) no-repeat 0 0;}



/*
	Pagination
*/

.pagination { width:75px; position:absolute; bottom:0px; right:10px; z-index:500; margin:0;}
.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}
.pagination li a { width:21px; height:25px; text-indent:-5000em; background:url(../img/bola.png) no-repeat 0 0;
	display:block;	
	padding-top:12px;	
	float:left;
	overflow:hidden;
}
.pagination li a:hover { background:url(../img/bola_activa.png) no-repeat -1px 0;}
.pagination li.current a { background:url(../img/bola_activa.png) no-repeat 0 0;}

/*
	Footer


#footer {
	text-align:center;
	width:580px;
	margin-top:9px;
	padding:4.5px 0 18px;
	border-top:1px solid #dfdfdf;
}

#footer p {
	margin:4.5px 0;
	font-size:1.0em;
}

#slides .link {
	display:block;
	margin-top:10px;
	font-weight:800;
}
*/