/* CSS Document */
.tabla1 {
	color: #006699;
	background-color: #F0F0FF;
	border: 1px solid #6699FF;
	padding: 5px;
	margin-bottom: 10px;
}
.tabla1 UL,.tabla2 UL, .tabla3 UL {
	margin-left:10px;
	padding: 0px;
} 
.tabla1 LI,.tabla2 LI,.tabla3 LI{
	list-style-type: square;
	margin-bottom:5px;
}

.tabla1 .titulo {
	font-size: 1.1em;
	margin-bottom: 5px;
	color: #0066CC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #BBBBFF;
	border-right-color: #BBBBFF;
	border-bottom-color: #BBBBFF;
	border-left-color: #BBBBFF;
}

.tabla1 .texto {
	margin-left: 10px;
}
.tabla2 {
	color: #FF6600;
	background-color: #FFFFEA;
	border: 1px solid #FFCC99;
	padding: 5px;
	margin-bottom: 10px;
}
.tabla2 .titulo {
	font-size: 1.1em;
	margin-bottom: 5px;
	color: #CC3300;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #BBBBFF;
	border-right-color: #BBBBFF;
	border-bottom-color: #FF9966;
	border-left-color: #BBBBFF;
}
.tabla2 .texto {
	margin-left: 10px;
}
.tabla3 {
	color: #73BF00;
	background-color: #E7FFC1;
	border: 1px solid #98FD00;
	padding: 5px;
	margin-bottom: 10px;
}


.tabla3 .titulo {
	font-size: 1.1em;
	margin-bottom: 5px;
	color: #339900;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #BBBBFF;
	border-right-color: #BBBBFF;
	border-bottom-color: #AFFF37;
	border-left-color: #BBBBFF;
}
.tabla3 .texto {
	margin-left: 10px;
}
.listado1 {
	margin-top: 20px; 
	margin-left: 10px;

}
.listado1 table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-left: 20px;
	margin-top: 10px;
	width: 95%;
}
.listado1 table td,th  {
	border-bottom-style: solid;
	text-align: left;
	padding-top:2px;
	padding-right:3px;
}
.listado1 table td  {
	border-bottom-color: #9AD6FA;
	border-bottom-width: 1px;
	padding-left:5px;

}
.listado1 table .datos {
	text-align: right;
}

.listado1 table th  {
	border-width:2px;
	border-bottom-color: #000;

}
.listado1 .titulo {   
	font-size: 1.3em;
	color: #0066CC;
}
.listado1 table .resalte {
	font-weight: bold;
	color: #FF0000;
}
.listado1 table .resalte2 {

	font-weight: bold;
	color: #FF9900;
}
.listado1 table tr {

}
.listado1 tbody tr:hover {
	background-color: #D2F7FF;
	cursor: default;
}
.listado1 .insertar {
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #E2E2E2;
	border-right-color: #E2E2E2;
	border-bottom-color: #E2E2E2;
	border-left-color: #E2E2E2;
	margin-top: 15px;
}
.tabla3 .label {
	color: #000000;
	margin-bottom: 2px;
}

.tabla3 .item {
	margin-top: 5px;
	margin-left: 20px;
}.tabla3 .etiqueta {
	color: #003399;
	width: 200px;
}
.tabla3 input,.tabla3 textarea {
	width: 300px;
	color: #009900;
	padding-left: 10px;
}
#principal .tabla3 {
	margin-right: 15px;
	margin-left: 40px;
	padding-left: 15px;
}
.tabla3 .boton {
	text-align: right;
	clear: both;
}
.tabla3 .boton input {
	width: 130px;
	color: #006600;
}
.listado1 td .borrar {
	background-color: #FFE0D9;
	border: 1px solid #FFCCCC;
	color: #FF8282;
	padding-left: 2px;
	padding-right: 2px;
}
.listado1 td .borrar:hover {
	background-color: #FF8282;
	color: #FFE0D9;
}
.botonInactivo {
	color: #73BF00;
	background-color: #F4FFE1;
	padding: 5px;
	margin-bottom: 10px;
	display: inline;
	border: 1px solid #91F000;
}
.botones {
	height: 18px;
	margin-left: 40px;
	margin-top: 30px;
}
.botonActivo {
	color: #73BF00;
	background-color: #E7FFC1;
	padding: 5px;
	margin-bottom: 10px;
	display: inline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #98FD00;
	border-right-color: #98FD00;
	border-bottom-color: #E7FFC1;
	border-left-color: #98FD00;
}
.botonInactivo:hover {

	color: #F4FFE1;
	background-color:#73BF00 ;
	padding: 5px;
	margin-bottom: 10px;
	display: inline;
	border: 1px solid #91F000;
}
.tabla3 .comentarios {
	color: #336600;
	margin-top: 5px;
	margin-bottom: 8px;
	margin-left: 15px;
}
.tabla3 .izquierda {
	float: left;
	width: 48%;
}
.tabla3 .derecha {
	width: 48%;
	float: right;
}
.enlace {
	text-align: right;
	margin-top: 5px; 
}
#menuderecha .tabla2 {
	background-image: url(../images/int.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.lista{
	border: 1px dotted #F7FFE8;
	padding: 5px;
}
.lista div {
	cursor: pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #FBE6C6;
	border-right-color: #FBE6C6;
	border-bottom-color: #FBE6C6;
	border-left-color: #FBE6C6;
	display: list-item;
	list-style-type: square;
	margin-left: 5px;
}
.separador {
	margin-left: 5px;
	background-color: #F9FFDF;
	padding: 5px 0px 5px 5px;
	color: #B8CF5C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	margin-top: 5px;
	border-bottom-style:solid;
border-width:1px;
border-color:#EEEFB3;
}
.titulowiki {
	font-size: 1.2em;
	color: #0066CC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.texto .letra {
	font-size: 2em;
	color: #CC3333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 100px;
	margin-bottom: 10px;
	margin-top: 15px;
	padding-left: 15px;
}
.letra {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	margin-top: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-left-color: #EAEAEA;
	color: #666666;
	display:block;
}
.letra strong {
	color: #CCFF66;
}
.letra em {
	font-style: normal;
	color: #FFcc33;
	font-weight: normal;
}



.termino {
	margin-left: 30px;
	font-size: 1.2em;
}
#nota {
	font-size: 0.8em;
	margin: 30px 130px 0px 130px;
	width:250px;
}
#edicion {
}
.cargando {
	font-style: italic;
	font-weight: bold;
	color: #FFFF99;
	background-color: #FFCC66;
	text-align: center;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
}
#nota2 {
	width: 173px;
	position: absolute;
	margin-top: 5px;
}
#nota2 .contenido {
	background-color: #F1F1B2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFD02C;
	border-right-color: #FFD02C;
	border-bottom-color: #FFD02C;
	border-left-color: #FFD02C;
	padding: 3px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
#nota3 .contenido {
	background-color: #F1D4B3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6E2E;
	border-right-color: #FF6E2E;
	border-bottom-color: #FF6E2E;
	border-left-color: #FF6E2E;
	padding: 3px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
#nota3 {
	width: 173px;
	position: absolute;
	margin-top: 54px;
	padding-left: 25px;
	display: none;
}
#nota3 strong {
	font-weight: normal;
	color: #000000; 
	display: block;
}
#cargando {
	float: left;
}
.lista {
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFCC66;
	border-right-color: #FFCC66;
	border-bottom-color: #FFCC66;
	border-left-color: #FFCC66;
}

.textoconv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC3300;
	margin-left: 25px;
	position: absolute;
}
.empresas img {
	border: 3px solid #FFFFFF;
}
.empresas {
	padding-left: 70px;
}

.empresas img:hover {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FF9900;
	border-left-color: #FFFFFF;
}
.imglogin {
	float: right;
	position: absolute;
	right: 20px;
}
.tabla3 .izquierda .contenido {
	background-image: url(../images/download.png);
	background-repeat: no-repeat; 
	background-position: right top;
	height: 150px;
}
.tabla3 .derecha .contenido {

	background-image: url(../images/upload.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 100px;
}
.tabla3 .izquierda .contenido div {
	margin-left: 10px;
	margin-bottom: 5px;
}
.tabla3 .izquierda .contenido img {
	vertical-align: middle;
}
.tabla3 .derecha .contenido input {
	width: 220px;
}
.tabla3 .derecha .contenido div {
}
.globo {
	width: 173px;
	position: absolute;
	display: none;
	margin-top: 10px;
	color: #FF6600;
	overflow: visible;
}
.globo .back {
	background-image: url(../images/globoizda.png);
	float: left;
	width: 22px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
}
.globo .contenido {
	background-color: #FFFFEA;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC99;
	border-right-color: #FFCC99;
	border-bottom-color: #FFCC99;
	border-left-color: #FFCC99;
	margin-left: 21px;
	height: 30px;
	padding: 5px;
	overflow: visible;
}
div#qTip {
	padding: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	display: none;
	color:#FF6600;
	text-align: left;
	position: absolute;
	z-index: 1000;
	background-color: #FEF8A7;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
 
#aviso {
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
}
