/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ 
                        general 
~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body {
  font-family: "Trebuchet MS", Tahoma, Arial, serif; font-size:12px; font-weight: normal;
  margin: 0px; padding: 0px; overflow:auto;
  background: #DBDDDD url('../img/background.jpg'); background-repeat: repeat;
}

* { margin:0px; padding:0px;}
table { border:0px none; }
acronym {  border-bottom: 1px dashed #19630E; cursor: help; color:#19630E; font-family:Comic Sans MS, Tahoma, Verdana, Arial; font-size:11px; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ 
                            links 
~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a { text-decoration: underline; color:#FFFFFF; }
a:hover { text-decoration: line-through; color:#FFFFFF; }
a:link { color:#FFFFFF; }
a:visited { color:#FFFFFF; }
a:active { color:#FFFFFF; }

H1 a { text-decoration: none; color:#795434; }
H1 a:hover { text-decoration: underline; color:#795434; }
H1 a:link { color:#795434; }
H1 a:visited { color:#795434  }
H1 a:active { color:#795434; }


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ 
                      imagenes 
~~~~~~~~~~~~~~~~~~~~~~~~~~ */

img { border:0px; }
img.left { margin-right:5px; float:left; clear:left; }
img.right { margin-left:5px; float:right; clear:right; }
img.border { border:1px dotted #F56E00 }
img.middle { vertical-align: middle; }
img.arrow { margin:5px 5px 5px 0px; vertical-align:middle; }
img.icon { margin:0px 5px 0px 0px; vertical-align:middle; }
img.news { background-color: #FFCCE6; border:1px solid #CB049F }

#tbl_buttons img.right { float:right; clear:right; margin:0px; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ 
                  formato de texto 
~~~~~~~~~~~~~~~~~~~~~~~~~~ */

H1 { font-family: "Trebuchet MS", Tahoma, serif; font-size:16px; font-weight: 800; padding: 5px; margin:0px 0px 15px 0px; color:#FFFFFF; background:#00A441; text-transform:uppercase }
H2 { font-family: "Trebuchet MS", Tahoma, serif; font-size:14px; font-weight: normal; padding: 0px 0px 1px 0px; color:#FFFFFF }
H3 { font-family: "Trebuchet MS", Tahoma, serif; font-size:12px; font-weight: normal; padding: 0px 0px 1px 0px; line-height:14px; }
H4 { font-family: "Trebuchet MS", Tahoma, serif; font-size:11px; font-weight: normal; padding: 0px 0px 1px 0px; color:#888888; }
H5 { font-family:"Trebuchet MS", tahoma, serif; font-size:11px; padding:5px 0px 0px 0px; margin:0px; font-weight: normal; line-height:12px; color:#666666; }
H6 { font-family:Verdana, Tahoma, serif; font-size:9px; padding:0px; margin:0px; font-weight: normal; }
.center { text-align:center; }
.right { text-align:right; }
.left { text-align:left }
.justify { text-align:justify; padding-right:10px; }
.abscenter { margin-left: auto; margin-right:auto; text-align:center; }
.top { vertical-align:top; }
.middle { vertical-align: middle; }
.bold { font-weight: bold; }
.italic { font-style: italic }
.unde { text-decoration: underline }
.tach { text-decoration: line-through }
.highlight { font-weight: bold; }
.b { font-weight: bold; }
.i { font-style:italic }
.u { text-decoration:underline }
.t { text-decoration:line-through }
.blue { color:#333399; }
.white { color:#FFFFFF; }
.red { color: #FF0000; }
.green { color:#006600; }
.orange { color:#F56E00; }
.black { color:#000000; }
.red { color:#EA3A00; }
.blue { color:#3333CC; }
.white { color: #FFFFFF }
.olive { color:#889F00 }
.gray { color: #C1C0BD; }
.graydark { color: #959595; }
.blacklight { color: #666666; }
.upp { text-transform: uppercase; }
.low { text-transform: lowercase; }
.resaltar { color:#CB049F; font-weight: bold; }
.smalltext { vertical-align:middle; font-size:12px; }
.smalltext1 { font-size:11px; }
.paginador { font-size:13px; font-family:verdana, tahoma, serif; }
.vineta { padding:0px 0px 0px 30px; }
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ 
                      formulaios 
~~~~~~~~~~~~~~~~~~~~~~~~~~ */

input { 
  border:1px solid #CB049F; 
  font-family: "Trebuchet MS", Tahoma, Verdana, Serif; font-weight:normal;
  font-size:11px; 
  padding:2px 2px 3px 2px; margin:0px 5px 0px 0px;
  vertical-align:middle;
  color: #888787;
  background-color: #FFFDFF; 
}
input.px200 { width:200px; }
input.icons {
  width:25px; height:25px; margin:0px; padding:0px; vertical-align:top; padding:1px 0px 0px 0px; background-color:#E5E4E8; border:0px;
}
input.button { 
  border-left:1px solid #C0C0C0; 
  border-right:1px solid #000000; 
  border-top:1px solid #C0C0C0; 
  border-bottom:1px solid #000000; color: #000000; 
  font-family: Verdana, Tahoma, serif; font-size: 11px; 
  background-color: #DADADA; 
  width:70px;
  padding-top:3px; padding-bottom:3px;
  cursor:pointer;
}
input.img { border:0px; margin:0px; padding:0px; vertical-align:middle; width:60px; height:25px; }
input.checkbox {
  border:0px; margin:1px 0px 0px 0px; padding:0px; vertical-align:middle; width:13px; height:13px;
}

textarea {
  width: 350px; 
  border:1px solid #CB049F; 
  padding:4px 2px 4px 2px; height:100px;
  font-family: "Trebuchet MS", Tahoma, Arial, serif; font-size:11px; font-weight: normal; 
  color: #888787;
  background-color: #FFFDFF;
}
textarea.insert { width:300px; height:100px; }

select { 
  border:1px solid #999999;
  padding:0px; height:20px;
  font-family: "Trebuchet MS", Tahoma, Arial, serif; font-size:11px; font-weight: normal; color: #464646;
  background-color:#F3F3F3; vertical-align:middle;
}
* html select { 
  border:1px solid #999999;
  padding:4px 2px 0px 2px; height:20px;
  font-family: "Trebuchet MS", Tahoma, Arial, serif; font-size:11px; font-weight: normal; color: #464646;
  background-color:#F3F3F3; vertical-align:middle;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ 
                         cursores 
~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.hand { cursor:pointer; }
.hr { line-height:1px; background-color:#FFFFFF; height:1px; background:url('../img/separador_h.gif'); background-repeat: repeat-x; width:100%; margin:5px 0px 10px 0px; }
* html .hr { margin:5px 0px 0px 0px; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ 
                  tablas generales 
~~~~~~~~~~~~~~~~~~~~~~~~~~ */

div.tbl_cage { 
  margin:0px auto 0px auto; text-align:center;
  padding:0px 4px 0px 4px;
  background:url('../img/body_back.jpg') center repeat-y;
}

#tbl_header {
  margin:0px auto 0px auto;
  width:671px; height:237px;
  text-align:left;
  background:url('../img/title.jpg') 0 0;
}

#tbl_header img { width:767px; height:182px; }
#tbl_header a { text-decoration: none; }

#tbl_buttons {
  float:left;
  margin:40px 0px 0px 30px; *margin:40px 0px 0px 15px; 
  width:185px;
  color: #666666; text-align:left;
  font-family: "Trebuchet MS", verdana, serif; font-size:11px; font-weight: normal;
}

#tbl_middle {
  margin:0px auto 0px auto;
  padding:10px 10px 30px 10px;
  text-align:left;
  width:651px;
  font-size:13px; font-weight: normal; color:#ffffff;
  background: #485053;
}

#tbl_bottom {
  margin:0px auto 0px auto;
  clear:both;
  text-align:right;
  width:671px;
  padding:10px 0px 10px 0px;
  color: #7DAA70;
  font-family: Tahoma, verdana, serif; font-size:10px; font-weight: normal;
  background: #FFFFFF;
}
#tbl_bottom a { color:#485053; text-decoration:none; }
#tbl_bottom a:hover { color:#485053; text-decoration:underline; }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~ 
       menu principal 
~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#tbl_buttons ul {
  list-style-type: none;
}
#tbl_buttons li {
  text-align: left;
  padding:0px 10px 0px 10px;
  color: #3B98C2;
}
#tbl_buttons li a {
	display: block;
	width: 140px;
	padding:10px 0px 10px 13px;
	background: url(../img/buttons_back.jpg) -7px -1px no-repeat;
	text-decoration: none;
	color: #FFFFFF;
}
#tbl_buttons li a:hover {
	display: block;
	width: 140px;
	padding:10px 0px 10px 20px;
	background: url(../img/buttons_back_over.jpg) 0px -1px no-repeat;
	text-decoration: none;
	color: #FFFFFF;
}

div.right { float:right; }
div.left { float:left; }