body{
	width:  100%;
	height: 100%;	
	color: #707981;
	background: #dbefff url(g/bgf.png) repeat-x bottom left;
	font: 12px Verdana, Tahoma, Arial, sans-serif;
}

#container  {
	width:960px;
	margin: 0 auto;
	display:block;
}
#header{
	background: url(g/bgh.jpg) no-repeat top left;
	height:355px;
	position:relative;
}
#nbar{
	height: 23px;
	overflow:hidden;
	position:absolute;
	top: 319px;
	left: 34px;
}
#nbar li{
	float:left;
	list-style-type: none;
	margin-right: 20px;
}
#nbar a{
	height: 23px;
	display:block;
	overflow:hidden;
	text-indent: -99999px;
	background-image: url(g/navbar.png);
	background-repeat: no-repeat;
}
#nbar #inicio{
	background-position: 0 -23px;
	width: 40px;
}
#nbar #organizadores{
	background-position:-56px -23px;
	width:92px;
}
#nbar #auspicios{
	background-position:-162px -23px;
	width:65px;
}
#nbar #objetivos{
	background-position:-241px -23px;
	width:61px;
}
#nbar #programa{
	background-position:-318px -23px;
	width:62px;
}
#nbar #inscripcion{
	background-position:-397px -23px;
	width:69px;
}
#nbar #trabajos{
	background-position:-481px -23px;
	width:54px;
}
#nbar #informacion{
	background-position:-551px -23px;
	width:133px;
}
#nbar #contactos{
	background-position:-700px -23px;
	width:64px;
}
#nbar #ubicacion{
	background-position:-781px -23px;
	width:71px;
}
/*===Rollovers===*/
#nbar #inicio:hover{
	background-position: 0 0;
}
#nbar #organizadores:hover{
	background-position:-56px 0;
}
#nbar #auspicios:hover{
	background-position:-162px 0px;
}
#nbar #objetivos:hover{
	background-position:-241px 0;
}
#nbar #programa:hover{
	background-position:-318px 0;
}
#nbar #inscripcion:hover{
	background-position:-397px 0;
}
#nbar #trabajos:hover{
	background-position:-481px 0;
}
#nbar #informacion:hover{
	background-position:-551px 0;
}
#nbar #contactos:hover{
	background-position:-700px 0;
}
#nbar #ubicacion:hover{
	background-position:-781px 0;
}

/*===Footer===*/
#footer{
	/*background: url(g/flogoubp.png) no-repeat center right;*/
	background: url(g/logos.png) no-repeat center top #fff;
	margin-top:30px;
	padding-bottom:20px;
	text-align:center;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#footer cite{
	font: 16px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #73858a;	
}
.logos{
	list-style: none;
	clear:both;
	display: block;
	margin-left:190px;
	overflow:hidden;
	padding-top:20px;
}
.logos li{
	float:left;
	margin-right: 10px;
}
.logos li a{
	display:block;
	margin-top: 0px;
	-webkit-transition: margin-top .2s ease-out;
}
.logos li a:hover{
	margin-top: -5px;
}
.logos li a img{
	color: rgba(255, 0, 0, 0.78);
}
/*===Content===*/
#content{
	background: #fff;
	padding: 50px 80px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

small{
	font: 11px Verdana, Tahoma, Arial, sans-serif;
	color:#707981;
	margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Arial, sans-serif;
}
h1{
	font-size: 30px;
	color: #4b8cbf;
	border-bottom: 1px solid #bcd0e0;
	padding-bottom: 20px;
	margin-bottom: 30px;
	text-shadow:0 1px 2px #BCD0E0;
}
h2{
	font-size:21px;
	margin-bottom: 20px;
	padding-top: 10px;
}
h3{
	font-size:16px;
	margin-bottom: 15px;
	padding-top: 10px;
}
p, li{	
	margin-bottom: 15px;
	line-height: 150%;
}
#content li{
	list-style-image: url(g/gota.jpg);
	vertical-align:baseline;
}

table{
	width: 435.5pt;
	border-collapse: collapse;
	margin-bottom: 30px;
}
td{
	border: 1px solid #eee;
	padding: 5px;
}
tr:nth-child(odd){
	background: #f8f8f8;
}
tr:first-child{
	font-weight:bold;
}

.anuncio{
	clear:both;
	display: block;
	overflow:hidden;
	width: 900px;
	margin-bottom: 20px;
}
.anuncio .fecha, 
.anuncio .novedades{
	float:left;
}
.anuncio .fecha{
	margin-right: 20px;
	width: 580px;
}
.anuncio .novedades{
	width: 198px;
	background-color: #e2f5fb;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2f5fb), color-stop(100%, #ade5f4));
	background-image: -moz-linear-gradient(top, #e2f5fb 10%, #ade5f4);
	border: 1px solid #bfd8de;
}
.anuncio .novedades .bi{
	border: 1px solid #fff;
	padding: 20px;
}
.anuncio .novedades .bi h3{
	text-shadow: #fff 0px 1px 0px;
}

/*===Utilidades===*/
.alignleft{
	float:left;
	margin-right:20px;
}
.alignright{
	float:right;
	margin-left:20px;
	margin-bottom: 20px;
}
#content img{
	border: 5px solid #dbdbdb;
}
#content a {
	text-decoration:none;
	color: #459ce9;
}
#content a:hover{
	text-decoration:underline;
}

/*===Formulario===*/
form#inscribeform{
	padding: 10px 20px;
}
form#inscribeform div{
	clear:both;
	margin-bottom: 10px;
	display:block;
	overflow:hidden;
}
label{
	width: 180px;
	float:left;
}
input{
	float: left;
	width: 160px;
	margin-right: 10px;
}
#inscribeform #datos, #inscribeform #trabajos{
	border: 1px dotted #666;
	padding: 20px 30px;
	margin-bottom: 20px;
}
legend{
	padding: 0 10px;
	font-style: italic;
}
#inscribeform #trabajos td{
	vertical-align: middle;
	padding: 10px 20px;
}
#inscribeform #trabajos table{
	margin-bottom: 10px;
	}
#inscribeform #trabajos label{
	width: 100px;
}
.inputok{
	background: url(g/ok.png) no-repeat top left;
	width: 160px;
	padding: 2px;
	height: 16px;
}
em.error{
	color:#DD6633;
	font-size:11px;
	width:300px;
	float: left;
}
img#sending{
	border: none;
}
.inscripto{
	background-color: #fffbda;
	padding: 20px;
	border: 1px solid #ece7b8;
}
.download{
	background-color: #d1ebff;
	background-repeat: no-repeat;
	background-position: 15px 12px;
	padding: 15px 45px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
}
#content a.download {
	color:#3a76a6;
}
.pdf{
	background-image: url(g/pdf.gif); 
}
.trabajos-aprobados{
	float: left;
	width: 220px;
	display: block;
}
.trabajos-fechas{
	margin-left: 0;
	float: left;
	margin-right:20px;
	width:560px;
}










