* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Catamaran', calibri, sans-serif;
    width: 100%;
}

input {
    font-family: 'Catamaran', calibri, sans-serif;
}

img {
    border: none;
}

a {
	text-decoration: none;
}

div#Navigation {
    width: 100%;	
}

div#Navigation h3 {
	font-family: 'Proza Libre', 'Catamaran', calibri, sans-serif;
	margin: 30px 0 0 17px;
	float: left;	
	font-size: 140%;
	font-weight: bold;
	line-height: 130%;
}


div#Navigation h3:after {
	content: "Universidad de las Am\00e9ricas Puebla";
	font-size: 70%;
	display: block;
	clear: both;		
	font-weight: lighter;
}

div#Uni {
    margin: 27px 0 0 3%;    
    width: 160px;
    height: 60px;
    float: left;
}

div#Uni a.library {
    width: 160px;
    height: 60px;
	float: left;
}

div#Uni span {
    display: none;
}
	
div#shortMenu {
    width: 100%;
	float: left;
	margin: 30px 0 0 0;	
}

div#shortMenu a {
	width: 20%;
	float: left;
	display: block;
	text-decoration: none;
	padding: 7px 0;
	height: 25px;
	text-align: center;
}

div#shortMenu a.one {
	font-size: 0;
	background-position: center center;
}

div#shortMenu span {
    display: none;
}

div#Location {
    line-height: 1.5em;
    text-align: left;
    clear: both;
    font-size: 85%;
    padding-top: 12px;
    padding-bottom: 10px;
}

div#Location p {
    padding-left: 15px;
}

div#Location a, #Location a:visited {
    text-decoration: none;
}

div#Location span {
    margin-right: 5px;
    margin-left: 5px;
}

div#Location a:hover, a:focus, a:active {
    text-decoration: underline;
}

div#Location em {
	font-style: normal;
	font-weight: lighter;
}

div#Text {
    width: 100%;
    line-height: 1.6em;
    float: left;
    text-align: left;
    padding-bottom: 0px;
}

div#Text p {
    text-align: left;
    padding: 10px 30px 0 40px;
    
}

div#Text a:hover, a:focus, a:active {
    text-decoration: underline;
}

div#Text ul {
	margin-left: 20px;
	padding-top: 0.7em;
 	list-style-type: circle;
}

div#Header {
    width: 70%;
	margin-left: 40px;
}

div#Header h1 {
    padding: 30px 20px 15px 0;
    line-height: 1.3em;
    font-weight: bold;
    text-align: left;
    font-size: 130%;
}

div#FormLP {
	margin-top: 45px;
	float: left;
	width: 350px;
	height: 60px;	
}

div#FormLP input {
    height: 35px;
    width: 90px;
    padding: 0;
    border-radius: 4px;
    margin-right: 4px;
    border: 0;
}

div#FormLP input.form_login, 
div#FormLP input.form_password {
    padding: 0 0 0 6px;
}

div#FormLP label {
    position: absolute;
    margin-left: 10px;
    margin-top: -25px;
}

div#FormLP input.ain {
    font-weight: bold;
    cursor: pointer;	
}

div#LocalMenu {
    display: initial;
}

div#Footer {
    clear: both;
    width: 100%;
    height: 150px;
    padding-top: 50px;
    font-size: 95%;
    line-height: 140%;    
    margin-bottom: 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
}

div#Footer a:hover {
	text-decoration: underline;
}

div#Tales {
	float: left;
	width: 23%;
	text-align: left;
	list-style: none;
}

div#Tales p {
	padding: 15px 0 10px 25px;
}

div#Tales span {
	display: none;
}

div#Tales a {
	display: block;
}

div#Copyright {
    float: left;
	width: 52%;
}

div#Copyright p {
    padding: 15px 35px 10px 25px;
    text-align: left;
}

div#Copyright a, #Copyright a:visited {
	text-decoration: none;
}

div#Copyright p.privacy {
	text-align: center;
	font-variant:small-caps;
	margin-top: 10px;
	
}

div#Info {
	float: right;
	width: 25%;
	text-align: right;	
	padding-top: 15px;
}

div#Info p {
	padding-right: 25px;
}