* {
  margin: 0;
  padding: 0;
    border: none;
  
}

body, td 
{  
   font-family: Sans-serif, Verdana, Tahoma;
   font-size: 11px;
   color: #3E3E3E;
  
}

body {
	  text-align: center;
	   background: #679cc8 url(./css-images/bg.png) repeat-x top left;
}

input, select, textarea {
   font-family: Sans-serif, Verdana, Tahoma;	
   border: 1px solid #dedede;
   font-size: 11px;
}

button.btn {
	font-size: 13px;
	padding: 4px;
}

.btn-primary {
	background-color: #5f82fc;
    color: #fff;
}
.btn-primary:hover {
	background-color: #3F68F8;
}


div#container, div#top {
  width: 960px;
  background-color: #fff;
  margin: auto;
  text-align: left;
  border-left: 1px solid #888888;
  border-right: 1px solid #888888;
}

div#container {
  -moz-border-radius: 0 0 5px 5px;	
}

div#content {
  min-height:400px;
  height:auto !important;
  height:400px;
}

div#footer {
  
  margin: 0 auto 20px auto;
  padding: 10px 20px;
  background: #666;
  text-align: left;
  color: #fff;
}

div#footer a {
  float: right;	
  color: #fff;
  display: block;
  width: 110px;
  text-align: center;
  padding: 3px;
  border-left: 1px solid #f7f7f7;
}
div#footer a:hover {
 color: #306090;
}


div#topBar {
  height: 25px;
  background-color: #efefef;
}

div#adminBar {
  border: 1px solid #dedede;
  padding: 3px;
  margin-top: 5px;	
}

div#header {
  height: 45px;
  padding: 10px; 
}
h1 { 
	font-size: 18px;
	color: #e69327;
}

 span#webTitle {
   display: none;
 }

h2 {
 margin: 10px 0 10px 0px;
 color: #588309;
 font-size: 17px;	
}

h3 {
  color: #405F07;
  padding-top: 4px;	
  font-size: 14px;
  margin: 5px 10px 10px 0px;
}

h3.article {
  /*font-family: 'Times New Roman';	
  font-size: 2em;*/
}

h4 {
  color: #434343;
  padding-top: 4px;	
  font-size: 12px;
  margin: 10px 5px 10px 5px;
}

a {
 color: #D43B13;	
}


div.xo {
 width: 49%;
 float: left;	
}
div.ox { 
 width: 49%;
 float: right;	
}

div#loginForm {
  padding:3px 0 0 10px;	
}
div#loginForm input {
  border: 1px solid #888888;	
}
div#loginForm input.login {
  border: 0;
  background: transparent url(./css-images/next.png) no-repeat center center;	
  cursor: pointer;
  width: 30px;
}

div#buscador {
  margin: 5px 30px 0 0;
  float: right;	
  display: inline;
}

div#buscador input {
  font-size: 12px;	
}

input#searchBtn {
  background: transparent url("./css-images/search.png") no-repeat center center;
  cursor: pointer;
  background-color: #fff;
  width: 30px;
}

input#searchBtn:hover {
  background-color: #cca461;	
}


div#menu {
 background: transparent url("./css-images/bg-bar.png") repeat-x top left;
 font-size: 12px;
 height: 37px;
 padding-top: 7px;
 text-align: center;
}

div#menu ul {
  width: 800px;
  margin: auto;
  list-style-type: none;
}

div#menu ul li {
  display: inline;
}



div#menu a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  float: left;
  display: block;
  padding: 8px 10px;
   border-left: 1px solid #fff; 
}

div#menu a.home {
	background-color: #4B79B3;
}
div#menu a.admin {
	background: transparent url(./css-images/system.png) no-repeat center left;
	padding-left: 30px;
	margin-left: 10px;
	border-left:0;
	color: #fff;
	font-weight: bold;
}
div#menu a.admin:hover {
  color: #fff;	
}

div#menu a:hover {
  background-color: #4B79B3;	
}


div.idiomas {
  float: right;
  margin-right: 10px;
  margin-top: 5px;	
}

div.idiomas a {
  text-decoration: none;	
}




a {
 text-decoration: none;	
 color: #4B79B3;
}

a:hover {
  background-color: C5D4E7;
  color: #3B5F8B;	
}

.clear {
  clear: both;	
}

/* ESTRUCTURA X COLUMNAS */

.wrapper {
  padding: 5px;	
}

#colsContainer {
  padding-left: 200px;   /* LC width */
  padding-right: 180px;  /* RC width */
}

#colsContainer .column {
  position: relative;
  float: left;
}
#center {
  width: 100%;
}
#left {
  width: 200px;          /* LC width */
  right: 180px;          /* LC width */
  margin-left: -100%;
}
#right {
  width: 180px;          /* RC width */
  margin-right: -200px;  /* RC width */
}

.xo {
  width: 50%;
  float: left;
}
.ox {
  width: 50%;
  float: right;	
}

/* INDICE */

#indice {
   margin-top: 10px;
   padding: 3px 0px;
   border-bottom: 1px solid #dedede;
}

#indice li {
  background: transparent url(./css-images/bullet.png) no-repeat center left;
  padding-left: 15px;
  display: inline;
  margin-left: 5px;
}

#indice li.main {
  background: none;
  padding-left: 0;
}

/* FIN INDICE */


ul.articulos {
  list-style-type: none;	
}

ul.articulos li {
  padding: 2px 5px;	
  border-bottom: 1px solid #dedede;
  margin-top: 2px;
}

ul.listado {
  list-style-type: none;	
}

ul.listado li {
  padding: 2px 5px;
  border-bottom: 1px dotted #dedede;	
}

ul.square li {
  background: transparent url("./css-images/bullet2.png") no-repeat left center;
  padding-left: 15px;
}



/* FORMULARIOS */

fieldset textarea, fieldset input {
  display: block;
  
 }

fieldset label {
	display: inline-block;
	text-align: right;
	margin-right: 15px;
	width: 130px;
	background-color: #dfebfc;
	padding: 3px 5px;
	font-size: 12px;
}

LABEL.error {
	color: #D11818;
	font-weight: bold;
	background: transparent;
	text-align: left;
	
}

fieldset label.r {
  background-color: #fcd15d;	
}

fieldset textarea, fieldset input, fieldset select {
	display: inline-block;
	border: 1px solid #dedede;
	padding: 3px;
}

fieldset p {
 clear: left;
 padding-top: 10px;	
}

textarea:focus, input:focus {
	background-color: #F9FDDB;
	border: 1px solid #F8F68C;
}

div.b {
  clear: both;
  margin-top: 20px;	
  padding: 10px 10px;
  border-top: 1px solid #888888;	
 
}

div.b input {
  margin-right: 15px;
  border: 1px solid #405F07;
  background-color: #F0FCDA;
  padding: 0 10px;	
  color: #405F07;
  
}

div.b input:hover {
  background-color: #405F07;
  color: #F0FCDA;	
  cursor: pointer;
}

div.info {
  clear: both;
  font-style: italic;
  padding: 3px 5px;
  margin-top: 5px;	
}

div.info p {
  margin: 0;
  padding: 0;	
}

ul.errores {
  color: red;
  list-style-type: none;
  margin-top: 15px;
  border-bottom: 1px dotted #9b2717;
}
ul.errores li {
  background: transparent url(./css-images/error.gif) no-repeat center left;
  margin-top: 3px;
  padding: 2px 20px;	
}


span.opcion, span.opcionA {
	 display: inline-block;
	 width: 150px;
	 padding: 7px 5px;
	 font-size: 12px;
	 text-align: center; 
     background-color: #F7F7F7;
}
span.opcion a {
	color: #575757;
	display: block;
}
span.opcionA {
	font-weight: bold;
	background-color: #FFCE64;
}

/* END FORMULARIOS */


div.articulo {
  padding: 5px 10px;
  margin-bottom: 2px;
  border-bottom: 1px dotted #dedede;
}

div.articulo h4 {
  font-size: 12px;
}

div.articulo span.paginas {
  float: right;
  font-weight: bold;	
  margin: 3px 5px 0 10px;
}

div.articulo p.autores {
  font-style: italic;
}

div.articulo div.opciones { 
  background-color: #f7f7f7;
  padding: 3px 5px;	
}
div.articulo span.idioma {
  display: block;
  width: 100px;
  float: right;
  text-align: right;
}

div.articulo p.abstract {
 padding: 10px;
 text-align: justify;	
}

span.label {
  background-color: #f7f7f7;
  padding: 3px 5px;	
  display: block;
  width: 90px;
  float: left;
  margin-right: 5px;
}

div.articulo p.keywords {
 padding: 10px;
 font-style: italic;	
}

span.pdf {
	 background: url(./css-images/pdf.gif) no-repeat center left;
	 display: block;
	 width: 100px;
	 padding: 3px 0 3px 20px;
	 font-size: 11px;
}
span.nopdf {
	 background: url(./css-images/nopdf.gif) no-repeat center left;
	 display: block;
	 width: 120px;
	 padding: 3px 0 3px 20px;
	 font-size: 11px;
}
span.pdfCerrado {
	 background: url(./css-images/pdf_forbidden.gif) no-repeat center left;
	 display: block;
	 width: 280px;
	 padding: 3px 0 3px 30px;
	 font-size: 11px;
}


/*  Opciones de administración */

ul.admin {
  background: url(./css-images/configure.png) no-repeat center left;
   margin: 15px;
   padding: 2px 5px 2px 20px;
   font-size: 11px;
}

ul.admin > li {
 font-weight: bold;
}

ul.admin li {
  margin-right: 3px;
  display: inline;
  border: 1px dotted #dedede;
  padding: 2px 5px;
  background-color: #f7f7f7;
 
}

ul.admin li a {
	 text-transform: uppercase;
}

div.usuario {
  width: 200px;
  float: left;
  margin: 5px 10px;
  height: 125px;
  text-align: center;
  border: 1px solid #dedede;
}

div.usuario h4 { 
  margin: 3px;
} 

div.usuario span.num {
  float: left;
  display: block;
  width: 20px;
  color: #666666;
  background-color: #f7f7f7;
  padding: 3px;
  font-size: 16px;
  font-weight: bold;
}

p.aviso {
  background-color: #FFFFD4;
  border: 1px solid #FFD47F;
  padding: 3px 5px;
}

div.light1 {
	 background: none;
	}
div.light1:hover {
  
}

div.calidad {
 padding: 10px;	
}
div.calidad p {
  text-align: justify;
}
div.calidad table td {
 padding: 3px 5px;
 border-bottom: 1px solid #dedede;
}


div.opcionesAdmin {
  margin: 20px;	
}

div.opcionesAdmin span {
  width: 120px;
  display: block;
  padding: 3px 5px; 	
  border: 1px solid #dedede;
  margin: 2px 5px;
}

ul.revista {
   list-style-type: none;
}

ul.revista li {
  margin-bottom: 1px;	
}

ul.revista a {
  display: block;
  padding: 5px;
  background-color: #f7f7f7;
}
ul.revista a:hover {
  background-color: #cca461;
  color: #fff;	
}


td {
  padding: 2px 5px;	
}
thead {
  font-size: 12px;
 
}
thead th {
 border-bottom: 1px solid #dedede;
 background-color: #f7f7f7;
 padding: 3px 5px;
}

tr.estado0 td {
  background-color: #f7f7f7;
}
tr.estado1 td {
  background-color: #EEE5C6;
}
tr.estado2 td {
  background-color: #E1F9D5;
}

div.cms_content {
  padding: 10px;
  text-align: justify;
}
div.cms_content p {
  margin: 5px;
}


div.newsletter {
  text-align: left;
  margin: 10px 0 20px 0; 
  border: 1px solid #BC842D;
  -moz-border-radius: 7px;
}

div.newsletter h3 {
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 3px;
  background-color: #BC842D;
}

div.newsletter label {
  display: block;
  padding: 5px;
}
div.newsletter p {
  padding: 5px;
}


.del {
  color: #BA1414;
}


/* TABLA DE ARCHIVOS */

.uploads {
	width: 100%;
	
}

.uploads th {
	font-size: 13px;
	
}

.uploads td  {
	padding: 5px;
	border-bottom: 1px solid #dedede;
	font-size: 12px;
	
}

#frmUpload {
   padding: 10px;
   margin-bottom: 20px;	
   background-color: #F4F4F4;
}

#frmUpload label {
	display: block;
	font-size: 13px;
	padding: 5px;
	
}