/**
 * MinGeo.css
 *
 * Copyright (c) 2003-2010 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 * $Id$
 */

/**
 * Main layout elements
 */


/** Para las estadisticas **/

#stat div {
    margin-left: 20px;
    text-align: center;
}
#vcount, #dcount {
    background: none repeat scroll 0 0 darkgray;
    border: 1px solid gray;
    border-radius: 50%;
    font-weight: bold;
    margin: 5px;
    padding: 10px;
    width: 20px;
}


#main h2 {
	text-transform: none;
	text-shadow: 2px 2px 4px #999;
	margin-left:10px;
	margin-right:10px;
	border-bottom:2px solid #7e7e7e;
}

#main h3 {
	font-family: "Times New Roman", Times, Georgia, serif;
	text-transform: none;
	padding-left:10px;
	text-align: left;
}

/**
******* colores de los enlaces y hover************
*/


a {
   text-decoration: none;
}

a:link {
   color: #660000;
   text-decoration: underline;
}

a:active {
	color: #43120A;
}

a:visited {
	color: #660000;
}

a:hover {
	color: #99338;
    background: transparent;
    text-decoration: underline;
}



#navbar {
	.border-bottom: 2px solid brown;
   	.text-align: left;
	.padding-left: 0px;
    color: #FFFFFF;
	font-weight: bold;
    font-size:1.0em;
	.background-color: #990000;
    .background-image: url(img/nav.png);
    .background-repeat: repeat;
    .height: 18px;
}

#navbar a{
    font-weight: bold;
	font-size: 0.59em;
    letter-spacing: 0.05em;
}

#navbar a:hover {
  .text-decoration: underline;
  border-bottom:2px solid white;
  
}


#navbar ul.menu {
    margin: 0;
    padding: 0;
	.margin-left:30%;
	margin-left:10%;
}

#navbar ul.menu li {
    display: inline;
    margin: 0;
    padding: 0;
}

#navbar ul.menu li a, #navbar ul.menu li a:link {
    border-right: 1px solid #b4b4b4;
    color: white;
    display: block;
    float: left;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: normal;
    padding: 5px 12px 5px 12px;
	margin-top:1px;
}

#navbar ul.menu li a:hover {
    color: #fff ! important;
    .background-color: brown;
    border-bottom:3px solid white;
}

#navbar ul.menu li a:active {
    color: #fff ! important;
}



#breadcrumb {
    color: #fff;
    font-weight: bold;
    margin-top: 1px;
	text-align: left;
	border: 2px solid brown;
	padding-left: 10px;
	padding-top:0;
    .background-image: url(img/nav.png);
	background-color: #990000;
	position:absolute;
	z-index:-1; /** Esto oculta el breadcrumb*/
}

#breadcrumb a {
    color: #ffffff;
    font-weight: bold;
}
#breadcrumb a:hover {
    text-decoration: underline;
}

#content, #copyrightNotice, #privacyStatement {
	border-top: 0px solid #660000;
	margin-left:10px;
	margin-right:10px;
	.list-style-image: url(img/blockcontentbullets.png);
	padding:0;
}

#content h3, #copyrightNotice h3, #privacyStatement h3 {
	width: 100%;
	padding-left: 0px;
	border-bottom: 1px solid #660000;
	text-transform: none;
	padding-top:0;
}

#content h4 {
	text-transform: none;
	border-bottom:1px solid lightgray;
	padding-left:5px;
}

#content h5 {
	margin-right:10px;
}

#announcementsHome {
    -moz-border-radius:4px;
    -moz-box-shadow:0px 0px 2px lightgray;
    border-radius:4px;
    -webkit-box-shadow:0 0 2px lightgray;
    border:1px solid lightgray;
    margin:0;
    width:90%;
	padding:5px;
}


#announcementsHome h3 {
    padding: 3px 15px;
    width: 96%;
	border-bottom:none;
	.background:#f7e7ca;
}

table.announcements {
    -moz-border-radius:0px 0px 8px 8px;
    -moz-box-shadow:3px 3px 3px lightgray;
    border-radius:0px 0px 8px 8px;
    -webkit-box-shadow:3px 3px 3px lightgray;
    .border-top:1px solid lightgray;
    .margin:2em 0;
    width:100%;
}
table.announcements tr.title {
    vertical-align:top;
    .background:wheat;
}
table.announcements td.separator {
	border-top: 1px solid lightgray;
	font-size: 0.1em;
	line-height: 1%;
}

span.highlight {
	border-bottom: 1px dotted #660000;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #ecc;
}

table.listing td.headseparator {
	border-top: 0px dotted #660000;
}

#submissions .heading, #submissions .heading a, #submissions .heading .disabled, #submissions span.disabled {
    color:white;
	background: #990000;
}

table.listing td.endseparator {
	border-top: 0px dotted #660000;
}

span.formError {
	color: #f60;
}

ul.formErrorList {
	color: #f60;
}


/**
 * Table of contents
 */
h4.tocSectionTitle {
	width: 100%;
	font-weight: bold;
	border-bottom:1px solid #660000
}


.tocArticle {
    border-bottom: 1px solid lightgray;
    .box-shadow: 0 0 5px lightgray; /** Quita recuadro alrededor del título en la TC*/
    .font-weight: bold;
    margin-bottom: 5px;
    padding: 3px;
    width: 100%;
}

.tocTitle{
	font-weight:500;
}

.tocPages {
    text-align: right;
	vertical-align: top;
}
.tocTitle a {
    text-decoration:none;
}
.tocTitle a:hover {
    text-decoration:underline;
}
.tocAuthors {
	padding-left: 20px;
	vertical-align: top;
	text-transform: none;
	font-style: normal;
	font-weight: none;
	font-weight: 500;
}

.tocArticleTitleAuthors {
    width: 85%;
}
.tocArticleGalleysPages {
    width: 10%;
}
div.separator {
    font-size: 0em;
    line-height: 0%;
    margin-bottom: 0;
    margin-top: -10px;
    padding: 0;
    width: 100%;
}
/**
table.tocArticle td.tocTitle {
	width: 80%;
	background-color:#F7E7CA;
}
 
table.tocArticle td.tocGalleys {
	width: 20%;
	text-align: right;
 	background-color:#F7E7CA;
}

table.tocArticle td.tocAuthors {
	padding-left: 20px;
	vertical-align: top;
	padding-bottom: 10px;
	text-transform: none;
	font-style: normal;
	font-weight: bold;
}

table.tocArticle td.tocPages {
	text-align: right;
	vertical-align: top;
}
*/

.tocArticleCoverImage img {
	border: 0;
	float: left;
	width: 100px;
	margin: 0 1em 1em 0;
}

table.announcements td.endseparator {
	border-top: 0px solid white;
	font-size: 0.1em;
	line-height: 1%;
}

table.announcements td.headseparator {
	border-top: 1px solid lightgray;
	font-size: 0.1em;
	line-height: 1%;
    background:none;
	}

pre {
	background-color: #EEEEFF;  
}

div.separator {
	border-bottom: 0px solid #660000;
	margin:0;
	
}

#articleSubject h4, #articleAbstract h4, #articleFullText h4, #articleCitations h4, #commentsOnArticle h4 {
    padding-left: 10px;
	-webkit-border-radius:8px 8px 8px 8px; 
	-moz-border-radius:8px 8px 8px 8px; 
	-o-border-radius:8px 8px 8px 8px; 
	-ms-border-radius:8px 8px 8px 8px; 
	border-radius:8px 8px 8px 8px;
	-webkit-box-shadow:0px 1px 1px 1px rgba(158, 158, 158, 2); 
	-moz-box-shadow:0px 1px 1px 1px rgba(158, 158, 158, 2); 
	-o-box-shadow:0px 1px 1px 1px rgba(158, 158, 158, 2); 
	-ms-box-shadow:0px 1px 1px 1px rgba(158, 158, 158, 2); 
	box-shadow:0px 1px 1px 1px rgba(158, 158, 158, 2); 
}

#commentsOnArticle  {
    margin-bottom:10px;
	padding-bottom:15px;
}

#commentsOnArticle .action {
    margin-left:70%;
	border:1px solid lightgray;
	border-radius: 4px;
	padding-left:5px;
	padding-right: 5px;
}

#commentsOnArticle a:link {
    text-decoration: none;
}

#commentsOnArticle a:hover {
    background: wheat;
}


#articleSubject > div, #articleAbstract > div, #articleFullText > div, #articleCitations > div, #commentsOnArticle> div{
    padding-left: 10px;
    padding-right:25px;
    text-align: justify; 
}


#leftSidebar div.block, #rightSidebar div.block {
    .border: 1px solid #ddd;
}

#rightSidebar ul, #leftSidebar ul {
    .padding-top: 5px;
    .padding-bottom: 1en;
    .line-height: 1.8;
    .padding-left:30px;
}

#leftSidebar {
	margin-top: 25px;
    .font-size:0.65em;
	.overflow:hidden;
	.padding:0;
	.margin:0px;
	.width:21%;
	.margin-left:3px;
	.float: left;
	.font-size: 0.65em;
	.display: inline;
	.overflow: hidden;
	.border-bottom:0px;
	.-moz-border-radius: 0 0 5px 5px;
    .-webkit-border-bottom-left-radius: 0 0 5px 5px;
	.border-radius: 0 0 5px 5px;
    .-moz-box-shadow: inset rgba(0, 0, 0, .8) 0 -3px 12px,
                   inset rgba(0, 0, 0, .7) 0  1px  3px;
  
}


#rightSidebar {
	.float: right;
	.width: 17%;
	.padding:0em 0em 0em 0em;
	.font-size: 0.65em;
	.margin-left: 0px;
    .margin-top: 3px;
	.display: inline;
	.overflow: hidden;
    .border-bottom:0px;
    .border: medium double #993300;
    .background-color: #FFFFFF;
}

#rightSidebar a, #leftSidebar a {
   text-decoration: none;
}

#rightSidebar a:hover, #leftSidebar a:hover {
   text-decoration: underline;
}

#rightSidebar li, #leftSidebar li {
    .list-style-image: url(img/blockcontentbullets.png);
}


#rightSidebar li a, #leftSidebar li a {
   text-decoration: none;
}

#rightSidebar li a:hover, #leftSidebar li a:hover{
    .font-weight:bold;
	text-decoration:underline;
}
#leftSidebar div.block span.blockTitle,#rightSidebar div.block span.blockTitle  {
    .height: 20px;
    .color: #fff;
    .padding-top:9px;
    .margin-bottom: 0px;
    .font-weight: bold;
    .font-size:1.0em;
    .padding-left:30px;
    .background-image: url(img/blockheader.png);
    .background-repeat:no-repeat;
    .background-color: #990000;
}

#sidebar div.block {
    .display:block;
    .padding-bottom: 5px;
	.margin: 0 5px 15px 0;     
    .background-color: #F7e7ca;
	.-moz-box-shadow:3px 3px 3px #999;
	.-webkit-box-shadow:3px 3px 3px #999;
	.-moz-border-radius:5px;
	.border-bottom-left-radius: 9px;
    .border-bottom-right-radius: 9px;
	.box-shadow: 3px 3px 3px #999;
}
	
#sidebar div.block span.blockSubtitle {
    display:block;
    margin-left:5px;
}

#sidebar input.textField, #sidebar select.selectMenu {
    font-size:1em;
    margin-left:5px;
    margin-top:3px;
	-moz-box-shadow:2px 2px 2px #999;
	-webkit-box-shadow:2px 2px 2px #999;
	-moz-border-radius:4px;
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	border:1px solid #bbb;
}

#sidebar input.button{
    margin-left:5px;
    margin-top:3px;
    background-color:wheat;
    color:black;
    font-weight:bold;
}


#sidebar input.button {
    margin-left: 5px;
    margin-top: 3px;
    background-color: #e82737;
    color: #fff;
    font-weight: bold;
    border: 0;
    border-radius: 4px;
    display: inline-block;
    height: 20px;
}

#sidebar input.button a:hover{
    background-color: #d22754;
    height: 23px;
}



#sidebar form{
    .border:none;
	.box-shadow:none;
}

input.button {
    .background-color:wheat;
    background-color: #e82737;
    font-size:1em;
    font-weight:bold;
    padding-left:0.5em;
    padding-right:0.5em;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	-moz-box-shadow:2px 2px 2px #999;
	-webkit-box-shadow:2px 2px 2px #999;
	-moz-border-radius:4px;
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	border:1px solid #bbb;
	margin-bottom:2px;
}

#sidebar label {
    margin-left:5px;
}

input.defaultButton {
    .background-color:wheat;
    background-color: #e82737;
    color:white;
    font-weight:bold;
}



.button , .defaultButton, input.defaultButton{
    -moz-user-select: none;
    border: 0px solid #00B050;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.42857;
    .margin-bottom: 0px;
    .padding: 4.5px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    .background-color: #00B050;
    color: #FFF;
	height: 20px;
}




p#sites {
    margin:0em 0;
}

label.error {
	color: #f60;
}

ul.tagit {
    border-color: #660000;
}



/**
 *#submission, #referrals, ul.filter {
 *    border-top: 1px solid #660000;
 *    margin-top: 1px;
 *}
 *
 *#submissions {
 *    border-top: 1px solid #660000;
 *    margin-top: -13px;
 *}
 *
 */

ul.steplist a {
    color:white;
	height:16px;
	width:90px;
	padding-top:3px;
	border-radius:8px 0 0 0;
}

#content ul.menu, #content ul.steplist {
	padding-bottom:0px; 
	padding-top:5px;
	border-bottom:1px solid #660000;
	.margin-bottom:-20px;
	.margin-left:2px;
}

#content ul.menu li, ul.steplist li {
    background: none repeat scroll 0 0 rosybrown;
	padding:0px 3px;
    border: 1px solid #8B2323;
    border-radius: 8px 0 0 0;
	margin-right:1px;
}

#content ul.menu li a {
    color:white;
	border-radius:8px 0 0 0;
	background:yelow;
    margin-left: -3px;
    margin-right: -3px;
    padding:2px 3px 1px 5px;
}

#content ul.menu li a:hover, ul.steplist a:hover {
    text-decoration: underline;
	background: #990000;
    margin-left: -3px;
    margin-right: -3px;
	padding: 2px 3px 1px 5px
}

#content ul.menu li.current, ul.steplist li.current {
    background-color: #990000;
}

#step1, #step2, #step3, #step4, #step5 {
    background: rosybrown;
    border: 1px solid #66000;
    display: inline;
    padding: 2px 3px 0px 2px;
	color:white;
	text-transform: unset;
}

#step1 a, #step2 a, #step3 a, #step4 a, #step5 a{
    display: inline;
    margin-left: -3px;
    margin-right: -3px;
    padding: 2px 3px 0px 2px;
}

#step1.current, #step2.current, #step3.current, #step4.current, #step5.current {
    background: #cc3333;
	.border-bottom:2px solid #cc3333;
}

.aniv {
    border: 1px solid;
    border-radius: 10px;
    box-shadow: 3px 3px 3px 0px;
    padding: 10px;
}

/**
 * Listado de busqueda y titulos
 */

.file {
 	border:1px solid;
    border-radius: 4px;
    margin-bottom: 2px;
    margin-left: 20px;
    padding: 1px 5px;
}

a.file {
    text-decoration: none;
}

a.file:hover {
    text-decoration: none;
    background: none repeat scroll 0 0 wheat;
	
}

z.file1 {
    
    border:0px;
    background-image:url("img/pdf_d.jpg") ;
	background-repeat: no-repeat;
	padding: 0px 14px;
	
	}
#results .listing td {
    display: block;
	width:90%
}

/**
 * Para no afectar el cabezal de la tabla
 */
 
#results .heading > td {
    display: inline;
    padding-left: 100px;
}

/**
 * Para no afectar la tabla de contenidos
 */
.tocGalleys .file {
    border: medium none;
    float: none;
}
 
.tocGalleys .file:hover{
    border: medium none;
    float: none;
	background:none;
}

/**
 * Para los archivos que salen en el proceso de edición
 */

.info .file {
    margin-left: 0px;
    margin-right: 10px;
	float: none;
	border:1px solid #bbbbbb;
}

.data .file {
    border: 1px solid #bbbbbb;
    margin-left: 0px;
}

.listing .file {
    float: left;
	padding-left:5px;
	padding-right:5px;
	margin-left:3px;
	margin-right:3px;
	border:1px solid lightgray;
	border-radius:4px;
	
}

#submission table.data .value a {
    display:inline-block;
}

#myAccount, #myJournals {
    border: 1px solid lightgray;
    border-radius: 4px;
    margin: 8px;
    padding: 8px;
	box-shadow:0 0 2px lightgray;
}

#myAccount > ul li {
    display: inline-flex;
    margin: 10px;
    padding-right: 10px;
}


#submitStart {
    border: 1px solid lightgray;
    border-radius: 4px;
    box-shadow: 0 0 2px lightgray;
    margin: 15px 0;
    padding: 5px;
}

#submitStart .action {
    display: block;
    margin-bottom: 8px;
    padding: 8px;
}

#submitStart a {
    .background: none repeat scroll 0 0 #f7e7ca;
	background:none;
	color:red;
    border: 1px solid lightgray;
    border-radius: 4px;
    line-height: 5px;
    text-decoration: none;
    width: 95px;
	font-weight:bold;
}

#submitStart a:hover {
    background: none repeat scroll 0 0 #f7e7ca;
	.color:red;
	.font-weight:bold;
}
/**
este lo desactive por el listado de los numeros
debo ver si se afecta otra cosa
**/

#issues{
    border: 1px solid lightgray;
    border-radius: 4px;
    box-shadow: 0 0 2px lightgray;
    padding: 5px 5px 5px 5px;
}

#submissions, #articleSubmissions {
    border: 1px solid lightgray;
    border-radius: 4px;
    box-shadow: 0 0 2px lightgray;
    padding: 0px;
	border-top:none;
}

#articleSubmissions  h3, #issues h3, #myAccount h3, #myJournals h3 {
    padding-top: 0;
}

#issues .plain  li, #articleSubmissions .plain  li{
    display: inline;
    margin-right: 10px;
}

#issues .plain a, #articleSubmissions .plain a {
    border: 1px solid lightgray;
    border-radius: 4px;
    padding: 1px 5px;
    text-decoration: none;
}

#issues .plain a:hover, #articleSubmissions .plain a:hover {
    background:wheat;
	color:gray;
}



/**
 * Navegar por autor
 */
#authorDetails li:nth-child(2n+1) {
    background: none repeat scroll 0 0 #f8f8f8;
	padding:8px;
}
#authorDetails li:nth-child(even) {
    background: none repeat scroll 0 0 white;
	padding:8px;
}

#authorDetails > ul li {
    margin-bottom: 8px;
    padding-bottom: 10px;
}

/**
 * Boton para desplegar la busqueda avanzada
 */

.pkp_controllers_extrasOnDemand .ui-icon {
    background: none repeat scroll 0 0 wheat;
    border: 1px solid lightgray;
    border-radius: 8px;
    float: left;
    margin-right: 5px;
	background-image: url(img/ui-icons_cd0a0a_256x240.png);
}
 
.ui-icon { 
    width: 16px; 
	height: 16px; 
	background-image: url("img/ui-icons_cd0a0a_256x240.png"); 
}

.ui-widget-content .ui-icon {
    background-image: url("img/ui-icons_cd0a0a_256x240.png"); 
}

.ui-icon-triangle-1-e { 
    background-position: -48px -192px; 
}

.ui-icon-triangle-1-s { 
    background-position: -64px -192px; 
}

/**
.listing {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: navy lightgray lightgray;
    border-image: none;
    border-radius: 4px;
    border-right: 1px solid lightgray;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    box-shadow: 0 0 2px lightgray;
	margin-bottom:10px;
}
**/

.listing .heading {
    background: none repeat scroll 0 0 #990000;
    color: white;
}

.heading a {
    color: white;
}

#submission, #peerReview, #editorDecision, #copyedit,
#scheduling, #layout, #proofread, #editors, #status, 
#metadata, #submissionEventLog, #submissionEventLog,
#submissionEmailLog, #submissionNotes, #eventLogEntries,
#emailLogEntries
 {
    border: 1px solid lightgray;
    border-radius: 4px;
    box-shadow: 0 0 2px lightgray;
    margin-bottom: 10px;
    padding: 5px;
}

/**
a.action {
    border: 1px solid lightgray;
    border-radius: 3px;
    padding: 3px;
    text-decoration: none;
}

**/

 
 
 /**
 Aqui comienza el que debe ser
*/ 
html {
    .background: #41566E url("omt_bg_top.png") repeat-x scroll 0% 0%;
	background: black;
}

body {
    .font-size: 1.1em;
    .font-family: Arial Narrow,Helvetica Nueue,Helvetica,sans-serif;
	font-family: Verdana,Arial,Helvetica,sans-serif;
    margin-left: auto;
    margin-right: auto;
    min-width: 750px;
    .max-width: 1110px;

    .font-family: "latoregular";
    line-height: 1.42857;
    font-size: 1.1em;
    color: #333;
}
#container {
    .border-left: 1px solid #FFF;
    .border-right: 1px solid #FFF;
    .border-bottom: 1px solid red;
    text-align: left;
    .margin-bottom: 60px;
    margin-top: 0px;
    padding: 0px 0px 50px 0px;
    float: left;
    box-shadow: 0px 0px 3px;
    background: white;
}


#header {
    padding: 0px;
    margin-top: 0px;
	height: 170px;
	box-shadow: 0px 3px 3px;
}

#header h1 {
    font-family: Times,Helvetica Nueue,Helvetica,sans-serif; /**  solo pa titulo*/
    font-weight: normal;
    .border-bottom: thin solid #B4BABF;
    .height: 183px;
    margin: 0px auto;
    .padding: 0.75em 0px 0.25em;
	padding:0 0 0.25em;
    width: auto;
	.color:rgb(211,6,18); /** Para que no se vea lo escrito*/
	color:white;
	position: absolute;
	.z-index:-1;
	font-size:5.5em;
	.margin-left:20%;
	margin-left:10%;
}
 
#header {
	background-color: rgb(211,6,18);
	.background-image: url(1111.jpg);
	background-repeat:no-repeat;
	background-position: 45% 10px;
}
#headerTitle p {
    font-size: 12px;
    text-align: right;
    margin-right: 100px;

}

#headerTitle a {
    color: white;
    font-size: 12px;
    text-align: right;
    margin-right: 0;
    margin-left: 70%;
    .border: 1px solid white;
	.display:inline-block;
	padding:2px 2px 2px 2px;
	.border-radius: 4px;
}

#body {
    .position: relative;
}

#main {
	margin-bottom:80px
}

#main {
    .margin: 13px auto 0px;
	margin-top:13px;
    background: #FFF none repeat scroll 0% 0%;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100%;
    .float: left;
    .width: 58.9%;
    display: block;
	.border-left:1px solid lightgray;
    overflow: inherit !important;
    position: inherit !important;
    .border-radius: 3px;
	.margin-left:10%
}

#navbar {
    border-bottom: 0px none;
    height: 36px;
    margin-right: 0px;
    padding-bottom: 0px;
	.background: yellow;
	text-align: center;
}

#navbar {
    .background: #4E698A none repeat scroll 0% 0%;
    position: absolute;
    top: 140px;
    left: 0px;
	width: 100%;
    z-index: 99999;
    .width: 1119px;
	border-top: 1px solid white;
	
}



#navbar li {
    font-size: 1em;
}

#h_Alt {
	padding:8px 0px;
	.text-align:right;
    padding: 8px 0px;
    .text-align: right;
    .background: yellow;
    height: 40px;
    position: absolute;
    width: 100%;
    top: 0;
}

.position {
	float:right;
}
#h_Alt .menu_Alt {
	list-style: outside none none;
	margin: -20px 0px 0px 70%;
}
#h_Alt ul.menu_Alt li{
	float: left;
	display:inline;
}
#h_Alt .menu_Alt li {
    .float: left;
}
#h_Alt .menu_Alt li {
    .border-color: #FFF !important;
}
.menu_Alt li {
    .border-right: 2px solid #CCC;
    .padding: 0px 5px;
}
.mmenu_Alt > li {
    .display: inline;
    .margin-right: 0px;
}
#h_Alt h3 {
    font-size: 1.5em;
    top: 0;
    margin-top: 5px;
    margin-left: 50px;
    color: white;
}
#navbar a {
    font-size: 0.65em;
    letter-spacing: 0.05em;
    color: white;
}

#leftSidebar .blockTitle,#rightSidebar .blockTitle  {
    border-bottom: 2px solid #7e7e7e;
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 12px;
    margin-top: 0;
    padding: 5px 0;
}

#simpleSearchInput {
    font-size: 12px;
    .float: right;
}

#pageFooter {
    .background: #333 none repeat scroll 0px 0px;
    .border: 2px solid #808080;
    color: #FFF;
    .font-weight: bold;
    padding-top: 10px;
    position: inherit !important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 100px;
}
#pageFooter a {
    color: white;
    text-decoration: none;
    text-align: left;
    float: left;
}
#abajo {
    margin-left: 10%;
}
.top td {
    padding-right: 40px;
}

.top h3 {
    border-bottom: 2px solid #666;
    .padding-left: 30px;
    text-align: left;
    .margin-left: 110%;
    width: 200px;
	color: #666;
	.font-size:24px;
	font-weight: 500; 
}
.menu1 {
    float: left;
    list-style: none;
    text-align: left;
    margin-left: 5%;
}
.footertable {
    margin-left: 18%;
	width: 1030px;
    .text-align: center;
}
.menu1 li {
    margin-left: -43px;
    padding-left: 0;
    text-align: left;
    font-size: 12px;
}
