
#carousel_inner {   /*--------------------------------------------------------------eventos y testimonios  */
float:left; /* important for inline positioning */
width:90%; /* important (this width = width of list item(including margin) * items shown */ 
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */height:250px;
}

#carousel_ul2 {    /*----------------------------------------------------------------------- Testimonios  */
position:relative;
left:-280px; /* important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px;
padding: 0px;
width:9999px; /* important */
/* non-important styling bellow */
padding-bottom:10px;
}

#carousel_ul2 li {
float: left; /* important for inline positioning of the list items */                                    
width:240px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
height:auto;
margin: 10px 20px; 
}

#carousel_ul2 li img {
	margin: 5px; 
	border-radius: 50%;  -webkit-border-radius: 50%; -moz-border-radius: 50%;
}

#carousel_inner2 {   /*----------------------------------------------------------------------- Noticias  */
float:left; /* important for inline positioning */
width:90%; /* important (this width = width of list item(including margin) * items shown */ 
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */height:400px;
}

#left_scroll, #right_scroll, #left_scrolll, #right_scrolll, #left_scroll2, #right_scroll2{
float:left;
margin-top:50px;
width:45px; 
}
#left_scroll img, #right_scroll img, #left_scrolll img, #right_scrolll img, #left_scroll2 img, #right_scroll2 img{
/*styling*/
cursor: pointer;
cursor: hand;
}

@media all and (max-width: 1024px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

#carousel_inner {   /*--------------------------------------------------------------eventos y testimonios  */
float:left; /* important for inline positioning */
width:88%; /* important (this width = width of list item(including margin) * items shown */ 
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */height:330px;
}
#carousel_ul2 li img {
	width:120px;
	height:120px;
}

}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 768px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 768px), only screen and (min-device-pixel-ratio: 2) and (max-width: 768px), only screen and (min-resolution: 192dpi) and (max-width: 768px), only screen and (min-resolution: 2dppx) and (max-width: 768px) {
#carousel_inner {
float:left; /* important for inline positioning */
width:90%; /* important (this width = width of list item(including margin) * items shown */ 
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */      
height:300px;
}
#carousel_inner2 {
float:left; /* important for inline positioning */
width:90%; /* important (this width = width of list item(including margin) * items shown */ 
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */
height:300px;
}

#carousel_ul2 li{
float: left; /* important for inline positioning of the list items */                                    
width:180px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
height:210px;
margin:10px; 
}

#left_scroll img, #right_scroll img, #left_scrolll img, #right_scrolll img, #left_scroll2 img, #right_scroll2 img{
width: 50%; height:auto; 
}
#left_scroll, #right_scroll, #left_scrolll, #right_scrolll, #left_scroll2, #right_scroll2{
float:left;
margin-top:100px;
width:5%; 
}
#carousel_ul2 li img {
	width:100px;
	height:100px;
}
}
@media all and (max-width: 479px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 479px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 479px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 479px), only screen and (min-device-pixel-ratio: 2) and (max-width: 479px), only screen and (min-resolution: 192dpi) and (max-width: 479px), only screen and (min-resolution: 2dppx) and (max-width: 479px) {
#carousel_inner {
float:left; /* important for inline positioning */
width:90%; /* important (this width = width of list item(including margin) * items shown */ 
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */      
height:330px;
}

#carousel_ul2 li{
float: left; /* important for inline positioning of the list items */                                    
width:200px;  /* fixed width, important */
/* just styling bellow*/
padding:0px;
height:250px;
margin-top:10px;
margin-bottom:10px; 
margin-left:40px; 
margin-right:40px; 
}
#carousel_ul2 li img {
	width:150px;
	height:150px;
}
#left_scroll img, #right_scroll img, #left_scrolll img, #right_scrolll img, #left_scroll2 img, #right_scroll2 img{
width: 60%; height:auto; 
}
}
