/*--- carousel end ---*/
.js_bg {height:450px; position:relative; width:100%; 
        margin:0, auto;  
		border:0;}

#faded 				{margin:0, auto; }
#faded .prev, #faded .next		{display:none;}
ul.faded 			{list-style:none; padding:0; margin:0; }
ul.faded li		{
 margin:0, auto;
 padding:0;
 width:100%;
 height:400px;
}
.slide {
 position:relative;
 width:100%;
 height:400px;
 text-align:center;
 margin:0;
 padding:0;
 border:0;
 cursor:pointer; 
}

.slide-izq {
 position:absolute;
 left:4%;
 top:20px;
 text-align:left;
 width:37%;
}  
.slide-der {
 position:absolute;
 left:39%;
 top:20px;
 width:61%;
} 


.txtslide_tit {
 color:#000000;
 letter-spacing:-1px;
 font-size:32px;
 font-weight:bold;
}
.txtslide {
 color:#424242;
 font-size:20px;
}
.txtslide2 {
 color:#424242;
 font-size:18px;
}
.btnslide {
 color:#FF802B;
 font-size:13px;
 background-color:#000392;
 border-radius:5px;
 padding:5px;
 font-weight:bold;
 text-decoration:none;
}
.tic {
 color:orange;
 font-weight:bold;
 font-size:20px;
}


#faded 				{ width:100%;margin:0px auto 0px auto;}
a { outline:0; border:0; }

 
 

/* ******************************* */
ul.pagination {
position:absolute;
left:38%; 
top:405px;
margin:auto;
padding:0px; 
list-style:none;
height:54px; 
text-align:center;
width:50%;
}

ul.pagination li {
height:32px;
display:block; 
position:relative; 
float:left; 
}

ul.pagination li a { display:block; position:absolute; cursor:pointer;width:32px;height:32px;}

.pagination_item {cursor:pointer;width:32px;height:32px;background-color:#dddddd;border-radius:50%;margin:7px;}
.pagination_item:hover,
.pagination_item.current {cursor:pointer;width:32px;height:32px;background-color:#FF802B;border-radius:50%;margin:7px;}
  
   

/*
.pagination_item-2 {width:20px;height:16px;cursor:pointer;
 background-image:url('/images/slideshow/bullet.png');}
.pagination_item-2:hover,
.pagination_item-2.current {width:20px;height:16px;cursor:pointer;
 background-image:url('/images/slideshow/bullet_s.png');}

.pagination_item-3 {width:20px;height:16px;
 background-image:url('/images/slideshow/bullet.png');}
.pagination_item-3:hover,
.pagination_item-3.current {width:20px;height:16px;
 background-image:url('/images/slideshow/bullet_s.png');}
 
.pagination_item-4 {width:20px;height:16px;
 background-image:url('/images/slideshow/bullet.png');}
.pagination_item-4:hover,
.pagination_item-4.current {width:20px;height:16px;
 background-image:url('/images/slideshow/bullet_s.png');}
 
.pagination_item-5 {width:20px;height:16px;
 background-image:url('/images/slideshow/bullet.png');}
.pagination_item-5:hover,
.pagination_item-5.current {width:20px;height:16px;
 background-image:url('/images/slideshow/bullet_s.png');}
 
.pagination_item-6 {width:20px;height:16px;
 background-image:url('/images/slideshow/bullet.png');}
.pagination_item-6:hover,
.pagination_item-6.current {width:20px;height:16px;
 background-image:url('/images/slideshow/bullet_s.png');}
 
.pagination_item-7 {width:20px;height:16px;
 background-image:url('/images/slideshow/bullet.png');}
.pagination_item-7:hover,
.pagination_item-7.current {width:20px;height:16px;
 background-image:url('/images/slideshow/bullet_s.png');}

.pagination_item-8 {width:20px;height:16px;
 background-image:url('/images/slideshow/bullet.png');}
.pagination_item-8:hover,
.pagination_item-8.current {width:20px;height:16px;
 background-image:url('/images/slideshow/bullet_s.png');}
*/








@media (max-width: 767px) {

.js_bg {
 height:600px; 
 position:relative; 
 width:100%; 
 margin:0, auto;  
 border:0;
 margin-bottom:20px;
}

#faded 				{margin:0, auto; }
#faded .prev, #faded .next		{display:none;}
ul.faded 			{list-style:none; padding:0; margin:0; }
ul.faded li		{
 margin:0, auto;
 padding:0;
 width:100%;
 height:600px;
}
.slide {
 position:relative;
 width:100%;
 height:600px;
 text-align:center;
 margin:0;
 padding:0;
 border:0;
 cursor:pointer; 
}

.slide-izq {
 position:absolute;
 left:1%;
 top:15px;
 text-align:left;
 width:97%;
}  
.slide-der {
 position:absolute;
 left:1%;
 top:320px;
 width:97%;
} 

.txtslide_tit {
 color:#000000;
 letter-spacing:-1px;
 font-size:22px;
 font-weight:bold;
}
.txtslide {
 color:#424242;
 font-size:16px;
}
.txtslide2 {
 color:#424242;
 font-size:13px;
}
.btnslide {
 color:#FF802B;
 font-size:12px;
 background-color:#000392;
 border-radius:3px;
 padding:3px;
 font-weight:bold;
 text-decoration:none;
}
.tic {
 color:orange;
 font-weight:bold;
 font-size:13px;
}


}


 
@media (min-width: 768px) and (max-width: 1100px)
{
 
 .txtslide_tit {
 color:#000000;
 letter-spacing:-1px;
 font-size:28px;
 font-weight:bold;
}
.txtslide {
 color:#404040;
 font-size:17px;
}
.txtslide2 {
 color:#404040;
 font-size:14px;
}
.btnslide {
 color:#FF802B;
 font-size:12px;
 background-color:#000392;
 border-radius:4px;
 padding:3px;
 font-weight:bold;
 text-decoration:none;
}
.tic {
 color:orange;
 font-weight:bold;
 font-size:15px;
}

}