@charset "utf-8";

.ocarousel {
    display: none;
}
.ocarousel_window {
    overflow: hidden;
    white-space: nowrap;
    width: 720px;
    height: 81px;
    float: left;
}
.cursores{
	height: 54px;
    float: left;
    padding: 27px 20px 0 20px;
}
.ocarousel_window_slides {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 10000px;
    white-space: nowrap;
}
.ocarousel_window_slides * {
    float: left;
    white-space: normal;
   }
.ocarousel_window .noticia{
	width: 720px;
	padding-top: 13px;
	font-family: 'helveticaneuelight';
}
.ocarousel_window .noticia h1{
	width: 100%;
	font-size: 18px;
	color: #e96319;
	padding-bottom: 5px;
}
.ocarousel_window .noticia p{
	width: 100%;
	font-size: 13px;
	color: #666666;
}
.ocarousel_indicators {
    width: 100%;
}
.ocarousel_indicators svg {
    height: 50px;
    margin: 0 auto;
    width: 100%;
}
.ocarousel_indicators svg circle {
    cursor: pointer;
}

