@charset "UTF-8";
body, div, td, th, h2, h3, h4 { /* redundant rules for bad browsers  */  
    font-family: verdana,sans-serif;
	font-size:    x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	color: #333;
}  
.clearhack { display: inline; } /*Clears Box Model Hack in IE5*/

body {
	/* background: #fff url(../images/base/ciudad.png) center bottom no-repeat; */
	color: #333;
	margin: 0;
}

a { color: #06C; }
a:hover { color: #333; }
a:active { color: #000; }

p { line-height: 140%; }

h1,h2 {
	font-family: trebuchet ms;
	font-weight: bold;
	color: #333;
}

h1 {
	font-size: 150%;
	margin: 0;
	color: #003399;
}

h1 a { text-decoration: none; color: #333; }
h1 a:hover { border-bottom: 1px dotted #666; color: #000; }

h2 {
	font-size: 140%;
	padding-bottom: 2px;
	border-bottom: 1px solid #CCC;
	margin: 0;
}

p.note {
	background: #EEE;
	padding: 4px;
	font-family: tahoma;
	font-size: 85%;
	line-height: 130%;
	margin-top: 0;
}

td {
border-bottom: #ccc 1px dotted;
}

img {
border: 0;
}


#wrapper_big {
background: url(../images/base/fondo.jpg) #003399 no-repeat;
background-position: center -40px;
width: 960px;
height: auto;
margin: 0 auto;
padding: 150px 0 0 0;
position: relative;
}
#footer {
width: 100%;
height: 88px;
background: #fff url(../images/base/ciudad.jpg) center bottom no-repeat;
}

#loguitos_vertical {
width: 90px; height: auto; padding-left: 10px; float: right; text-align: center; background: #fff;
}
#loguitos_vertical img {
display: block; padding-bottom: 15px; margin: 0 auto;
}

#loguitos_horizontal {
width: 100%; height: auto; padding: 15px 0 15px 0; text-align: center; background: #fff;
}
#loguitos_horizontal img {
padding-right: 15px; vertical-align: middle;
}

#pestania { width: 55px; height: auto; position: absolute; top: 216px; left: -55px; }
#pestania img { display: block; margin: 0 auto; }


#main {
	border: 1px solid #666;
	clear: both;
	background: #003399;
	padding-top: 2em;
}

#contents {
	padding: 1.5em;
	background: #fff;
	min-height: 300px;
}

#header {
	position: relative;
	width: 100%;
	height: 3em;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 60em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
	width: 14em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 95%;
	text-decoration: none;
	color: #333;
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: 1px solid #666;
	border-bottom: none;
	background: #003399;
	color: #fff;
	padding-bottom: 6px;
	margin-top: 0;
}

#header ul#primary a {
	background: #fff;
	border: 1px solid #AAA;
	border-bottom: none;
}

#header ul#primary a:hover {
	margin-top: 0;
	border-color: #666;
	background: #99ccff;
	padding-bottom: 5px;
}

#header ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#secondary li a,#header ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

#header ul#secondary li a {
	color: #fff;
	text-decoration: underline;
}

#header ul#secondary li a:hover {
	color: #99ccff;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#header ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#header ul#secondary li:last-child a { border: none; }





