/* Hoja de Estilos principal */

/* Estilo para las barras de scroll: IE */
html {
  scrollbar-face-color: #FFF !important;
  scrollbar-shadow-color: #666 !important;
  scrollbar-darkshadow-color: #FFF !important;
  scrollbar-highlight-color: #666 !important;
  scrollbar-3dlight-color: #FFF !important;
  scrollbar-track-color: #FFF !important;
  scrollbar-arrow-color: #666 !important;
}

body, body.noticias {
  margin : 0;
  padding : 3px 0 0 0;
  background : #FFF;
  text-align : justify;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 11px;
  color : #000;
}

body.noticias {
  width : 95%;
}

body[id="cuerpo"].noticias {
  width : 98%;
}

body.iframe {
  background : #F7F7F7;
}

/****/
/* Clases genéricas */
/****/

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  clear : both;
}

h1 {
  margin : 0;
  clear : both;
  color : #666666;
  font-weight : normal;
  font-size : 11px;
  text-indent : 10px;
}

h2 {
  width : 100%;
  height : 22px;
  font-size : 14px;
  color : #000;
  background: transparent url(../img/bg10.gif) bottom left repeat-x;
  margin : 20px 0 40px 0;
  text-indent : 10px;
}

h3 {
  font-size : 13px;
  color : #000;
  margin : 5px 0 5px 0;
}

strong {
  color : #FB1331;
}

strong.fecha {
  display : block;
  float : left;
  font-size: 12px;
}

p {
  font-size : 13px;
  color : #666;
  margin : 0;
  padding : 0;
  text-align : justify;
}

hr {
  float : left;
  clear : both;
  width : 100%;
  margin : 10px 0 10px 0;
  height : 1px;
  border : none;
  border-bottom : 1px dashed #FB1331;
  color : #FB1331;
}

img {
  border : none;
}
 
/****/
/* Clases para formularios */
/****/

form {
  height : auto;
  width : 402px;
  padding : 0 20px 0 20px;
  margin : 0;
  border-left : 1px solid #E1E1E1;
  border-right : 1px solid #E1E1E1;
  border-bottom : 1px solid #E1E1E1;
  background : #FFF url(../img/bg15.gif) bottom left repeat-x;
}

.formheadder {
  display : block;
  width : 444px;
  height : 24px;
  font-size : 12px;
  font-weight : bold;
  text-indent : 10px;
  line-height : 2.1;
  color : #FFF;
  background : #FFF url(../img/bg14.gif) top left no-repeat;
  margin : 0 0 0 20%;
}

label {
  font-weight : bold;
  color : #666666;
  cursor : help;
  text-align : right;
  margin-right : 10px;
  font-size : 1em;
  line-height : 1.6;
}

.label-ob {
  font-weight : bold;
  color : #333333;
  cursor : help;
  text-align : right;
  margin-right : 10px;
  font-size : 1em;
  line-height : 1.6;
}

.inputtext, .inputtextsmall, .inputtext-ob, .inputtextsmall-ob {
  width : 200px;
  height : 15px;
  background : #FFF;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 1em;
  font-weight : normal;
  border : 1px solid #C6C6C6;
  color : #666666;
}

.inputtextsmall, .inputtextsmall-ob {
  width : 100px;
}

.inputtext-ob, .inputtextsmall-ob {
  border : 1px solid #666666;
  background : #FFF url(../img/bg20.gif) top left repeat-x;
}

textarea {
  width : 200px;
  height : 50px;
  background : #FFF;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 1em;
  font-weight : normal;
  border : 1px solid #C6C6C6;
  color : #666666;
}

.formbutton {
  width : 136px;
  height : 24px;
  border : none;
  border : hidden;
  margin : 5px 0 7px 0;
  font-family : Arial, Helvetica, sans-serif;
  background : url(../img/bg16.gif) bottom left no-repeat;
  color : #FFF;
  font-weight : bold;
  font-size : 11px;
  cursor : pointer;
}

#content {
  margin-top : 40px
}

#content-form {
  margin-top : 50px
}

#formlogin, #formnoticias {
  margin : 0 0 0 20%;
}

/****/
/* Clases para tablas */
/****/

form table {
  width : 100%;
}

form table tr {
  height : 25px;
}

form table tr th {
  width : 100%;
  height : 20px;
  padding : 6px 0 0 0;
  color : #FB1331;
  font-size : 13px;
  font-weight : bold;
  text-indent : 15px;
  text-align : left;
  background : #FFF url(../img/bg21.gif) bottom left no-repeat;
}

table.listado {
  width : 100%;
  border : 1px solid #000;
  background : #FFF;
  font-size : 12px;
  margin : 10px 0 5px 0;
}

table.listado th {
  background : #FB1331;
  color : #FFF;
  height : 20px;
  font-size : 13px;
  text-indent : 5px;
  text-align : left;
}

table.listado td {
  padding-left : 5px;
}

table.listado tr {
  height : 20px;
}

table.listado tr.sel {
  background : #F1F1F1;
}

table.listado td.delete {
  color : #FB1331;
}

/****/
/* Clases para los enlaces */
/****/

a {
  text-decoration : none;
  color : #666666;
}

a:hover {
  color : #FB1331;
}

table.listado a {
  color : #666666;
  text-decoration : underline;
}

table.listado a:hover {
  color : #FB1331;
}

a.a_noticia {
  display : block;
  float : right;
  text-decoration : none;
  font-weight: bold;
  color : #FB1331;
  margin-top : 5px;
}

a.a_noticia:hover {
  color : #000;
}
