* {margin:0; padding:0; outline:0}
body{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #666;
}
#wrapper{
	width: 970px;
	height: auto;
	margin: 0 auto;
}
#head{
	width: 970px;
	height: 130px;
	position: relative;
}
#logo{
	width: 211px;
	height: 93px;
	position: absolute;
	top: 0px;
	left: 0;
}
#aniv{
	width: 80px;
	height: 65px;
	position: absolute;
	top: 30px;
	right: 0;
	overflow: hidden;
}
#menutop{
	width: 500px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 0;
	text-align: right;
	text-transform: uppercase;
	font-size: 10px;
	color: #fF0000;
}
#menutop a{
	color: #999;
	text-decoration: none;
	margin: 0 8px;
}
#menutop a:hover{
	color: #cc0000;
}
#border{
	width: 970px;
	height: 3px;
	display: block;
	background: #1B8F9C;
	position: absolute;
	bottom: 33px;
	left: 0;
}
#menuprincipal{
	width: 970px;
	height: 30px;
	position: absolute;
	bottom: 0;
	background: #293370;
	z-index:1000;
}
#ticker{
	width: 970px;
	height: 300px;
	display: block;
	overflow: hidden;
	position: relative;
	background: #293370;
	margin-top: 10px;
}
#center{
	width: 970px;
	height: auto;
	position: relative;
	margin-top: 10px;
}
#footer{
	width: 970px;
	height: auto;
	display: block;
	background: #ccc;
	margin-top: 10px;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	padding:5px 0;
	line-height: 15px;
}
a {
	color: #293370;
}
a:hover{
	color: #cc0000;
}
.path{
	height: 25px;
}
.path b{
	color: #CC0000;
}
.content{
	width: 925px;
	padding: 20px;
	padding-top: 70px;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    behavior: url(ie-css3.htc);
	border:1px solid #ccc;
	-moz-box-shadow: 5px 5px 5px #e4e4e4;
	-webkit-box-shadow: 5px 5px 5px #e4e4e4;
	box-shadow: 5px 5px 5px #e4e4e4;
	position: relative;
	overflow: hidden;
	line-height: 20px;
}
.content h1, .calendario h1, #events h1{
	position: absolute;
	font-family: 'News Cycle', sans-serif;
	width: 945px;
	height: 35px;
	background: #293370;
	top: 0;
	left: 0;
	padding: 10px 0 5px 20px;
	font-weight: normal;
	color: #fff;
}
.nota{
	margin-bottom:20px;
}
.nota .date{
	color: #333;
	font-size: 10px;
	margin: 5px 0;
}
.nota .intro{
	margin:10px 0;
}
#nav{
	width: 965px;
	height: 20px;
	margin: 20px 0;
	position: relative;
}
#nav a.link_anterior{
	background:url(../images/anterior.jpg) no-repeat;
	padding:3px 0 3px 25px;
	color:#333;
	text-decoration:none;
	text-transform:uppercase;
	position:absolute;
	top:0;
	left:10px;
}
#nav a.link_siguiente{
	background:url(../images/siguiente.jpg) no-repeat right;
	padding:3px 25px 3px 0;
	color:#333;
	text-decoration:none;
	text-transform:uppercase;
	position:absolute;
	top:0;
	right:10px;
}
#nav a.link_anterior:hover, #nav a.link_siguiente:hover{
	color:#cc0000;
}
#nav a{
	color: #293370;
}
#nav  a.active{
	color: #666;
	text-decoration: none;
}
#gallery .foto{
	width: 80px;
	height: 80px;
	float: left;
	margin: 10px;
}
/*EVENTOS*/
.calendario{
	width: 500px;
	height: 375px;
	float: left;
	padding: 20px;
	padding-top: 70px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(ie-css3.htc);
	border:1px solid #ccc;
	-moz-box-shadow: 5px 5px 5px #e4e4e4;
	-webkit-box-shadow: 5px 5px 5px #e4e4e4;
	box-shadow: 5px 5px 5px #e4e4e4;
	position: relative;
	overflow: hidden;
	line-height: 20px;
}
#events{
	width: 360px;
	height: auto;
	float: right;
	padding: 20px;
	padding-top: 70px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(ie-css3.htc);
	border:1px solid #ccc;
	-moz-box-shadow: 5px 5px 5px #e4e4e4;
	-webkit-box-shadow: 5px 5px 5px #e4e4e4;
	box-shadow: 5px 5px 5px #e4e4e4;
	position: relative;
	overflow: hidden;
	line-height: 20px;
}
.clear{
	clear: both;
}
.evento{
	padding: 10px;
	display: block;
	border: 1px solid #e4e4e4;
	margin-bottom: 5px;
}
.evento:hover{
	background: #f5f5f5;
}
.evento .fecha{
	width: 40px;
	height: 40px;
	float: left;
	color: #293370;
	display: block;
	font-size: 20px;
	text-align: center;
	margin-right: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	behavior: url(ie-css3.htc);
	border:1px solid #ccc;
	padding: 3px 3px 0 3px;
}
.evento .fecha span{
	display: block;
	text-transform: uppercase;
	font-size:14px
}
.evento .titulo{
	color: #293370;
	font-weight: bold;
}
.evento .detalle{
	cursor: pointer;
	color: #293370;
}
#cboxLoadedContent .titulo{
	color: #293370;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}
#cboxLoadedContent .date{
	color: #999;
	font-size: 10px;
	margin-bottom: 5px;
}
.indexcontent .content{
	width: 600px;
}
.indexcontent #nav{
	width: 640px;
}

.indexcontent{
	float: right;
}
.indexlinks{
	float: left;
}
.indexlinks .content{
	width: 250px;
}
a.boton{
	padding: 10px;
	background: #293370;
	color: #fff;
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
	text-align: center;
	border: 1px solid #293370;
}
a.boton:hover{
	background: #cc0000;
	color: #fff;
	border: 1px solid #cc0000;
}
