/* 
	Resets defualt browser settings
	reset.css
*/
html,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 {
	border:0;
	outline:0;
}
:focus { outline:0; }
a:active { outline:none; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }

/*
	Page style
*/


#container {
	width:801x;
	padding:0px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#container2 {
	width:418x;
	padding:0px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#example {
	width:801px;
	height:404px;
	position:relative;
}

#example2 {
	width:418px;
	height:302px;
	position:relative;
}


#frame {
	position:absolute;
	z-index:0;
	width:801px;
	height:404px;
	top:0px;
	left:-80px;
}

#frame2 {
	position:absolute;
	z-index:0;
	width:418px;
	height:302px;
	top:0px;
	left:-80px;
}
/*
	Slideshow
*/

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

.slide-container-servicios{
  width:418px;
  overflow:hidden;
  position:relative;
}


/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:801px;
	overflow:hidden;
	position:relative;
	display:none;
}
.slides_container2 {
	width:418px;
	overflow:hidden;
	position:relative;
	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 a {
	width:801px;
	height:404px;
	display:block;
}
.slides_container2 a {
	width:418px;
	height:302px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:170px;
	left:-40px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:817px;
}

/*
	Pagination
*/

.pagination {
	margin:8px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display: block;
	width: 7px;
	height: 0;
	padding-top: 8px;
	background-image: url(../img_escribania_ginzo/banner_ginzo_escribanos/paginacion.jpg);
	background-position: 0 0;
	float: left;
	overflow: hidden;
}

.pagination li.current a {
	background-position:0 -7px;
}