body {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	padding-top: 9px;
	margin: 0;
	background:#fff;
	background:url(../images/bg_back.gif);
  background-repeat:repeat-x;
}

#wrapper {
  width:900px;
  border:1px solid #999;
	padding:10px 15px 10px 15px;
	background:#fff;
	text-align:left;
}

.uppercase {
	text-transform: uppercase;
}

a {
	text-decoration: none;
  color: #555;
	/* OVERRIDE COLOR IN MORE SPECIFIC CLAUSES */
}

a:hover {
  text-decoration: underline;
}

a img {
  border: 0;
}

/* portadas */

table.line {
  border-bottom: 0px solid #ddd;
  border-left:0px solid #ddd;
  margin-bottom: 12px;
  padding-bottom: 6px;
  width:100%;
}

.line td {
  vertical-align: top !important;
  padding-top: 0 !important;
  padding-right:15px;
  
}

.line table {
  padding: 0 !important;
  margin-bottom: 5px;
}

/* titulos de las portadas */

table .title {
   font-family:georgia;
   font-size:18px;
 
}

table .title a{
   color:#555;
}

table .title a:hover{
   text-decoration:underline;
   outline:none;
}
/* textos de las portaditas */

table .body{
   font-family:sans-serif;
   font-size:11px;
   line-height:18px;
   color:#000;
}

.tooltip {
  border: 1px solid #eeee7e;
  -moz-border-radius: 3px;
  padding: 3px 7px 3px 7px;
  background-color: #ffffaf;
  color: #333;
  font-style: italic;
  width: 128px;
  text-align: left;
  font-size: 10px;
}

.blur {
  font-style: italic;
  color: #999;
}

.login {
  width: 33%;
  text-align: center;
  padding-top: 96px;
  padding-bottom: 10px;
}

.login h2 {
  color: #111;
}

#siso_login {
  background: url('../images/siso_login_bg.png') no-repeat top right transparent;
}

#siso_login h2 {
  text-align: left;
}

#siso_login h3 {
  text-align: right;
  margin-right: 20px;
  margin-top: 20px;
  font-size: 48px;
  color: #99b0f3;
}

.register
{
	font-size: 110%;
}

#clinicas_login {
  background: url('../images/clinicas_login_bg.png') no-repeat top left transparent;
}

#clinicas_login h2 {
  text-align: right;
  margin-bottom: 12px;
}

#clinicas_login h3 {
  text-align: right;
  margin-top: 20px;
  margin-left: 20px;
  font-size: 48px;
  color: #99b0f3;
}

#organismos_login {
}

#organismos_login h2 {
  text-align: center;
}

#organismos_login h3 {
  text-align: right;
  margin-top: 28px;
  font-size: 40px;
  color: #ddd;
}

.login fieldset {
  border: 0;
}

.login fieldset h2 {
  font-size: 110%;
  text-align: left;
  margin-bottom: 12px;
}

.login input.text {
  border: 1px solid #888;
  width: 80%;
}

.login input.text:focus {
  border: 1px solid #333;
  color: #000;
}

.login .form-row {
  margin-top: 6px;
}

.login input.send-button {
  background: url('../images/bn_enviar.gif') left top no-repeat transparent;
  border: 0;
  width: 115px;
  height: 24px;
}

.login-errors {
  text-align: center;
  color: #d20;
  margin-bottom: -15px;
}

.secure-notice {
  width: 55%;
  text-align: left;
  border: 1px solid #6fa4d9;
  -moz-border-radius: 9px;
  margin: 20px;
  padding: 15px;
  background-color: #c5dbee;
  color: #111;
}

.secure-notice a {
  color: #172f78;
}

.secure-notice a:hover {
  color: #456;
}

.secure-notice h1 {
  border-bottom: 2px solid #7facdb;
  color: #172f78;
  margin-top: 6px;
  margin-bottom: 6px;
}

.secure-notice .notice-body {
  margin: 10px 20px;
  text-align: justify;
}

.secure-notice h2 {
  font-size: 110%;
  margin-top: 20px;
  color: #404e74;
  margin-left: 20px;
}

.go-top {
  text-align: right;
  margin: 6px;
}

#signin_table {
  width: 40%;
  margin: 20px;
  border: 1px solid #ddd;
  -moz-border-radius: 4px;
}

#signin_table h2 {
  text-align: center;
  font-size: 115%;
  color: #fff;
  background-color: #aaa;
  margin: 0;
  padding: 6px;
  font-weight: normal;
}

#signin_table table {
  margin: 12px;
  text-align: left;
}

#signin_table input[type="text"],
#signin_table input[type="password"] {
  border: 1px solid #ccc;
}

#signin_table label {
  font-weight: normal;
}

#signin_table input[type="submit"] {
  margin-bottom: 10px;
}

