html, body {
	height: 100%;
}

body {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin-left: 10px;
	margin: 10px 10px 10px 10x;
}

h1, h2, h3 {
	margin: 0px 0px 20px 0px;
	font-weight: normal;
	color: #8FB38A;
}

h1 span, h2 span, h3 span {
	color: #02436B;
}

h1 {
	letter-spacing: -2px;
	font-size: 34px;
}

h1.h1-style1 {
	margin: 0px;
}

h2 {
	letter-spacing: -1px;
	font-size: 21px;
}

h2.h2-style1 {
	font-size: 16px;
	color: #99B4C3;
}

h3 {
	letter-spacing: -1px;
	font-size: 14px;
}

p, ol, ul {
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 26px;
	text-align: justify;
	margin: 25px 0px 0px 0px;
	list-style-type: disc;
}

ul.ul-style1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
	padding: 4px;
	border: 1px solid #C5D7DC;
	background: #FFFFFF;
	float: none;
	margin-left: 25px;
	margin-top: 35px;
}

img.alignleft {
	float: left;
	margin: 0px 20px 0px 0px;
}

img.alignright {
	float: right;
	margin: 0px 27px 0px 25px;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
}

.container {
	width: 1050px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	height: 139px;
}

/** LOGO */

#logo {
	float: left;
	width: 500px;
	height: 139px;
}

/** SEARCH */

#search {
	float: right;
	width: 243px;
	height: 139px;
	background: url(images/homepage02.gif) no-repeat 0px 82px;
}

#search form {
	margin: 0px;
	padding: 88px 0px 0px 10px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search input {
	float: left;
}

#search-query {
	width: 170px;
	background: none;
	border: none;
	font: inherit;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/** MENU */

#menu-bg {
	background: url(images/bg03.png) no-repeat center top;
}

#menu {
	height: 45px;
	background-image: url(images/sidebar_iup_maestrias_en_linea.png);
}

#menu ul {
	margin: 0px;
	padding: 7px 0px 0px 0px;
	line-height: normal;
	list-style: none;
}

#menu li {
	float: left;
	height: 27px;
	margin: 0px 14px 0px 0px;
	padding: 11px 18px 0px 18px;
}

#menu a {
	text-decoration: none;
	font-size: 13px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li.active {
	background: #FFFFFF url(images/homepage03.gif) repeat-x left top;
}

#menu li.active a {
	color: #466F77;
}

/** PAGE */

#page-bg {
	background: url(images/bg04.png) repeat-y center top;
}

#page-bgtop {
	background: url(images/bg05.png) no-repeat center top;
}

#page {
}

/** CONTENT */

#content {
	float: none;
	width: 690px;
	margin-top: 20px;
	margin-bottom: 35px;
}

/** 2-COLUMN LAYOUT */

.two-columns {
}

.two-columns .column1 {
	float: left;
	width: 460px;
	padding: 40px 0px 40px 40px;
}

.two-columns .column2 {
	float: right;
	width: 195px;
	padding: 40px 40px 40px 0px;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 175px;
}

/** FOOTER */

#footer {
	height: 123px;
	background: url(images/bg07.jpg) no-repeat center top;
}

#footer p {
	margin: 0px;
	padding: 30px 20px 0px 20px;
	color: #666666;
}

#footer .legal {
}

#footer .links {
}

/** BOX STYLE 1 */

.box-style1 {
	padding: 35px 57px 35px 57px;
	background-image: url(images/bg06.jpg);
	background-color: #01273e;
	background-repeat: no-repeat;
}

/** BOX STYLE 2 */

.box-style2 {
	padding: 25px 25px;
	background: #01273E url(images/bg06.jpg) no-repeat left top;
	color: #577F96;
}

.box-style2 h2 {
	color: #8FB38A;
}

.box-style2 h2 span {
	color: #ff9a00;
}

.box-style2 a {
	color: #FFFFFF;
}

/** BOX STYLE 3 */

.box-style3 {
	margin-bottom: 20px;
}

.box-style3 h2 {
	height: 31px;
	margin: 0px 0px 0px 0px;
	padding: 20px 23px 0px 0px;
	background: url(images/homepage07.jpg) no-repeat left top;
	text-align: right;
	letter-spacing: -1px;
	font-size: 14px;
	color: #ff9a00;
}

.box-style3 h2 span {
	color: #FFFFFF;
}

.box-style3 ul {
	margin: 0px;
	padding: 10px 0px;
	text-align: right;
	line-height: normal;
	list-style: none;
}

.box-style3 li {
	padding: 10px 23px 10px 0px;
	border-top: 1px solid #016A81;
}

.box-style3 li.first {
	border: none;
}

.box-style3 a {
	color: #FFFFFF;
}

/** BOX1 */

#box1 {
	padding: 30px 25px 0px 25px;
}

/** BOX2 */

#box2 {
}

/** BOX3 */

#box3 {
}

/** BOX4 */

#box4 {
}

/** BOX5 */

#box5 {
}

#featured{ 
	width:400px; 
	padding-right:250px; 
	position:relative; 
	border:5px solid #ccc; 
	height:250px; 
	background:#fff;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:400px; 
	list-style:none; 
	padding:0; margin:0; 
	width:250px; 
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:12px; 
	color:#666; 
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:11px; font-family:Verdana; 
	line-height:18px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; 
	color:#333;  background:#fff; 
	line-height:20px;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured li.ui-tabs-selected{ 
	background:url('images/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#ccc; 
}
#featured .ui-tabs-panel{ 
	width:400px; height:250px; 
	background:#999; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:180px; left:0; 
	height:70px; 
	background: url('images/transparent-bg.png'); 
}
#featured .info h2{ 
	font-size:18px; font-family:Georgia, serif; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}

