@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	color: #171717;
	background-color: #dce5ea;
}

fieldset {
	margin: 20px 0 10px 0;
	_margin: 10px 0 4px 0;
	padding: 0 0 20px 10px;
	width: 500px;
}

fieldset, legend {
	border: 1px solid #c8cdd0;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #005784;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 14px;
	color: #005784;
	margin: 0 0 10px 0;
}
h3 {
	font-size: 12px;
	color: #5a5a5a;
	margin:0;
}


img {
	border: none;
}

label, label span {
	display: block;
	padding: 10px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	color: #585858;
}

legend {
	_margin: 0 0 5px 0;
	padding: 5px;
	background-color: #f5f6fb;
	font-size: 13px;
	font-weight: bold;
	color: #015186;
}

p {
	font-size: 12px;
	text-align: justify;
}

#wrapper {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -399px;
	width: 798px;
	background-color: #fff;
	z-index: 1;
}

#wrapper #header {
	width: 798px;
	height: 154px;
	background-image: url(../Imagenes/cabezal.jpg);
}

#header #agesicLink, #header #presidenciaLink {
	float: right;
}

#header #certUyLink {
	float: left;
	margin: 64px 0 0 19px;
	width: 180px;
	height: 47px;
}

#header #agesicLink {
	margin: 70px 45px 0 0;
	width: 88px;
	height: 50px;
}

#header #presidenciaLink {
	margin: 75px 15px 0 0;
	width: 170px;
	height: 50px;
}

#main {
	margin-bottom: 20px;
	min-height: 500px;
	/* hack para IE ya que no reconoce min-height */
	_height: 500px;
}

#navegacion, #content {
	float: left;
	display: block;
}

#navegacion ul {
	list-style-type: none;
	margin: 2px 0 0 0;
}

#navegacion li {
	margin: 0 0 2px 0;
}

#navegacion li.selected, #navegacion ul li a{
	width: 120px;
	_width: 128px;
	height: 34px;
	font-size: 12px;
	text-align: left;
	color: #777878;
	line-height: 2.5;
}

#navegacion li.selected {
	padding: 0 0 0 10px;
	background-image: url(../Imagenes/li-selected.jpg);
	background-repeat: repeat-x;	
}

#navegacion ul li a {
	display: block;
	padding: 0 0 0 10px;
	text-decoration: none;
	background-image: url(../Imagenes/li-up.jpg);
	background-repeat: repeat-x;
}

#navegacion ul li a:hover {
	background-image: url(../Imagenes/li-over.jpg);
	background-repeat: repeat-x;
}

#content {
	margin: 20px 20px 0 15px;
}

#footer {
	clear: both;
	height: 28px;
	background-image: url(../Imagenes/footer-bg.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	color: #87888a;
}

#footer span {
	line-height: 2.5;
	padding: 0 0 0 10px;
}

.bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.moreInfo {
	font-size: 11px;
	color: #005784;
}

.subtitulo {
	display: block;
	margin:  0 0 20px 0;
	font-weight:bold;
	text-align: center;
}

.clearfix:after {
	content:" ";
	display:inline-block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
	padding: 0;
	margin: 0;
}

* html .clearfix {
	height:1px;
}
