﻿fieldset {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}
fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #000000;
  margin: 0 0 0 0;
  padding: 0 5px;
}

label {
  font-size: 100%;
}

label u {
  font-style: normal;
  text-decoration: underline;
}

input, select, textarea {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #000000;
}

textarea {
  overflow: auto;
}

/* ----- BUTTONS ----- */
input{
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	margin:0 7px 0 0;
	width:auto;
	overflow:visible;
	font-weight:bold;
	font-size:14px;
	padding:4px 10px 3px 7px; /* IE */
}
input[type]{
	width:auto;
	padding:5px 10px 5px 7px; /* Firefox */
	line-height:17px; /* Safari */
}
*:first-child+html input[type]{
	padding:4px 10px 3px 7px; /* IE7 */
}
button img, .buttons a img{
	margin:0 3px -3px 0 !important;
	width:16px;
	height:16px;
	padding:0 !important;
	border:none !important;
}
/* PSEUDO CLASSES */
input:hover, .buttons a:hover
{
	background-color:#dff4ff;
	border:1px solid #c2e1ef;
	color:#336699;
}
.buttons a:active{
	background-color:#6299c5;
	border:1px solid #6299c5;
	color:#fff;
}

/* POSITIVE */
input.positive, .buttons a.positive{
	color:#529214;
}
.buttons a.positive:hover, input.positive:hover{
	background-color:#E6EFC2;
	border:1px solid #C6D880;
	color:#529214;
}
.buttons a.positive:active, td.positive{
	background-color:#529214;
	border:1px solid #529214;
	color:#fff;
}

/* NEGATIVE */

.buttons a.negative, input.negative{
	color:#d12f19;
}
.buttons a.negative:hover, input.negative:hover{
	background:#fbe3e4;
	border:1px solid #fbc2c4;
	color:#d12f19;
}
.buttons a.negative:active, td.negative{
	background-color:#d12f19;
	border:1px solid #d12f19;
	color:#fff;
}
#botonera 
{
	margin:5px 0px 10px 10px;
}
#titulo_pagina
{
	margin:5px 0px 10px 5px;
}

.hispanidadform {width:99%; margin:0 0 0 0; padding:10px 10px 0 10px; border:solid 1px rgb(200,200,200); background-color:rgb(240,240,240);}
.hispanidadform fieldset {padding:20px 0 0 0 !important /*Non-IE6*/; padding:0  margin:0 0 20px 0; border:solid 1px rgb(220,220,220);}
.hispanidadform fieldset legend {margin:0 0 10px 5px !important /*Non-IE*/; margin:0 0 20px 5px  padding:0 2px 0 2px; color:rgb(80,80,80); font-weight:bold; font-size:130%;}
.hispanidadform label.left {float:left; width:150px; margin:0 0 0 10px; padding:2px; font-size:110%;}
.hispanidadform select.combo {width:175px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.hispanidadform input.field {width:475px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.hispanidadform textarea {width:275px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.hispanidadform input.button {float:right; width:9.0em; margin-right:20px; padding:1px !important /*Non-IE6*/; padding:0  background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(150,150,150); font-size:110%;}
.hispanidadform input.button:hover {cursor: pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}
