* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: white;
	text-decoration: none;
}
body {
	text-align: center;
	margin: 10px;
	background-image: url(img/back.png);
	background-repeat: repeat-x;
	background-color: #496579;
	font-size: 12px;
	font-weight: normal;
}
.wrapperGlobal {
	padding: 8px;
	background-color: #FFF;
	text-align: left;
	margin: 0 auto;
	width: 840px;
}
.header {
	position: relative;
	background-image: url(img/header.png);
	background-repeat: repeat-x;
	height: 100px;
}
.headerLogo {
	position: relative;
	background: url(img/logo.png);
	top: 25; /*41 = 100(height) - 70(img) - 5(margen)*/
	margin-left: 5px;
	width: 239;
	height: 70;	
}
.headerLogo a {
	display: block;
	width: 239;
	height: 70;
}
.wrapperInterno {
	position: relative;
	margin: 8px 0;
	/*hack clearing floats*/
	overflow: auto;
	width: 100%;
}
.wrapperBloques {
	position: relative;
	width: 620px;
	float: left;
}
.bloqueContenido {
	background-color: #fff;
	text-align: justify;
	margin-bottom: 16px;
	padding: 5px;
	border: solid 1px #b0b0b0;
	/*hack clearing floats*/
	overflow: hidden;
	width: 100%;
}
.texto {
	float: left;
	width: 60%;
	line-height: 18px;
}
.texto a {
	color: #0033CC;
}
.wrapperFotos {
	float: left;
	margin-left: 20px;
}
.foto {
	border: solid 1px black;
	margin-bottom: 10px;
	width: 225px;
	height: 200px;
}
.titulos {
	text-align: left;
	background-color: #666;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 4px;
	margin-bottom: 5px;
	width: auto;
}
.noticias {
	float: left;
	text-align: left;
	width: 49%;
}
.eventos {
	float: right;
	text-align: left;
	width: 49%;
}
.tituloNoticias {
	text-align: left;
	background-color: #af2e3a;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 2px;
	padding-left: 4px;
	width: auto;
}
.unaNoticia {
	padding: 5px;
	border: solid 2px #af2e3a;
	border-top: 0;
}



.wrapperDerecho {
	float: right;
	background-color: #b0b0b0;
	width: 190px;
	padding: 7px;
}
.menuPrincipal {
	list-style: none;
	font-size: 12px;
}
li.menuPrincipal {
	margin-top: 3px;
	margin-bottom: 3px;
	color: #FFF;
}
li.sangria {
	margin-left: 10px;
}
li.tituloMenuPrincipal {
	margin-left: 0;
	color: #5b5b5b;
	font-size: 14px;
	font-weight: bold;
}
li.subtituloMenuPrincipal {
	margin-left: 0;
	color: #FFF;
	font-weight: bold;
}
.separadorHorizontal {
	padding: 1px;
	background-image: url(img/puntoBlanco.png);
	background-repeat: repeat-x;
	background-position: center;
}



.footer {
	clear: both;
	color: #FFF;
	text-align: center;
	background-color: #af2e3a;
	padding: 10px 4px;
}

/**************
	BANNERS
**************/
.amigas a {
	display: block;
	float: left;
	margin: 0 10px;
	height: 70px;
	text-decoration: none;
}
a.uba {
	width: 70px;
	background: url(banners/uba.png);
}
a.uba:hover {
	background-position: -70px 0;
}
a.utn {
	width: 45px;
	background: url(banners/utn.png);
}
a.utn:hover {
	background-position: -45px 0;
}
a.unsam {
	width: 56px;
	background: url(banners/unlp.png);
}
a.unsam:hover {
	background-position: -56px 0;
}
a.onu {
	width: 78px;
	background: url(banners/onu.png);
}
a.onu:hover {
	background-position: -78px 0;
}
a.unicef {
	width: 76px;
	background: url(banners/unicef.png);
}
a.unicef:hover {
	background-position: -76px 0;
}
a.unesco {
	width: 92px;
	background: url(banners/unesco.png);
}
a.unesco:hover {
	background-position: -92px 0;
}