*{
	margin:0;
	padding:0;
}

#container_avisos{
	width:320px;
	height:135px;
	position:relative;
}

#container_avisos ul{
	width:320px;
	height:135px;
	list-style:none outside none;
	position:relative;
	overflow:hidden;
}

#container_avisos li:first-child{
	display:list-item;
	position:absolute;
}

#container_avisos li{
	position:absolute;
	display:none;
}

#container_avisos img {
	width: 320px;
	height: 135px;
	border:0;
}

.marco_avisos {
	position:absolute;
	top:0;
	left:0;
	width:320px;
	height:135px;
	border:0;
	z-index:9999;
}

#container_avisos .prevButton{
	height:72px;
	width:68px;
	position:absolute;
	background:url('../images/buttons.png') no-repeat;
	top:50%;
	margin-top:-36px;
	cursor:pointer;
	z-index:2000;
	background-position:left top;
	left:0
}

#container_avisos .prevButton:hover{ background-position:left bottom;left:0;}

#container_avisos .nextButton{
	height:72px;
	width:68px;
	position:absolute;
	background:url('../images/buttons.png') no-repeat;
	top:50%;
	margin-top:-36px;
	cursor:pointer;
	z-index:2000;
	background-position:right top;
	right:0
}

#container_avisos .nextButton:hover{background-position:right bottom;right:0;}



#container_fotos{
	width:812px;
	height:488px;
	position:relative;
}
#container_fotos.inscripcion {
	width: 942px;
	height: 628px;
	position:relative;
}

#container_fotos ul{
	width:812px;
	height:488px;
	list-style:none outside none;
	position:relative;
	overflow:hidden;
}
#container_fotos.inscripcion ul{
	width: 942px;
	height: 313px;
}

#container_fotos li:first-child{
	display:list-item;
	position:absolute;
}

#container_fotos li{
	position:absolute;
	display:none;
}

#container_fotos img {
	width: 812px;
	height: 488px;
	border:0;
}
#container_fotos.inscripcion img {
	width: 942px;
	height: 313px;
}
#container_fotos .prevButton{
	height:72px;
	width:68px;
	position:absolute;
	background:url('../images/buttons.png') no-repeat;
	top:50%;
	margin-top:-36px;
	cursor:pointer;
	z-index:2000;
	background-position:left top;
	left:0
}

#container_fotos .prevButton:hover{ background-position:left bottom;left:0;}

#container_fotos .nextButton{
	height:72px;
	width:68px;
	position:absolute;
	background:url('../images/buttons.png') no-repeat;
	top:50%;
	margin-top:-36px;
	cursor:pointer;
	z-index:2000;
	background-position:right top;
	right:0
}

#container_fotos .nextButton:hover{background-position:right bottom;right:0;}


#container_fotos_top {
	width:675px;
	height:335px;
	position:relative;
}

#container_fotos_top ul {
	width:675px;
	height:335px;
	list-style:none outside none;
	position:relative;
	overflow:hidden;
}

#container_fotos_top li:first-child {
	display:list-item;
	position:absolute;
}

#container_fotos_top li {
	position:absolute;
	display:none;
}

#container_fotos_top img {
	width: 675px;
	height: 335px;
	border:0;
}


#container_eventos{
	width:150px;
	height:100px;
	position:relative;
}

#container_eventos ul{
	width:150px;
	height:100px;
	list-style:none outside none;
	position:relative;
	overflow:hidden;
}

#container_eventos li:first-child{
	display:list-item;
	position:absolute;
}

#container_eventos li{
	position:absolute;
	display:none;
}

#container_eventos img {
	width: 150px;
	height: 100px;
	border:0;
}

.marco_eventos {
	position:absolute;
	top:0;
	left:0;
	width:150px;
	height:100px;
	border:0;
	z-index:9999;
}

#container_eventos .prevButton{
	height:72px;
	width:68px;
	position:absolute;
	background:url('../images/buttons.png') no-repeat;
	top:50%;
	margin-top:-36px;
	cursor:pointer;
	z-index:2000;
	background-position:left top;
	left:0
}

#container_eventos .prevButton:hover{ background-position:left bottom;left:0;}

#container_eventos .nextButton{
	height:72px;
	width:68px;
	position:absolute;
	background:url('../images/buttons.png') no-repeat;
	top:50%;
	margin-top:-36px;
	cursor:pointer;
	z-index:2000;
	background-position:right top;
	right:0
}

#container_eventos .nextButton:hover{background-position:right bottom;right:0;}

