/*
#portal-header {
	background-image: url("../images/cabecera.jpg");
	height: 92px;
}

#myMenuID {
	background-color: #66707E;
	color: #FFFFFF;
	padding-top: 1px;
	height: 20px;
}

.colornaranja {
	color: rgb(217, 130, 73);
}

.usuario_autentificado {
	font-size: 85%;
}

input {
	font-size: 11px;
}

select {
	font-size: 11px;
}

#errores {
	color: #444;
}

#info {
	color: #444;
}

.textotitulo {
	text-align: right;
	color: #FFFFFF;
	font-size: 24px;
	position: relative;
	top: 10px;
	margin-right: 10px;
	font-style:italic;
	font-weight: bold;
}

.textotitulosombra {
	text-align: right;
	color: #DD6C10;
	font-size: 24px;
	position: relative;
	top: 40px;
	left: -3px;
	margin-right: 10px;
	font-style:italic;
	font-weight: bold;
}

.info_form {
	background-color:#FAFDC2;
	border: 1px solid #66707E;
	padding: 2px;
}

#contenido {
	text-align: justify;
	font-size: 11px;
	width: 750px;
}

#contenido p {
	font-size: 11px;
}

#contenido ul {
	font-size: 11px;
}

#contenido ol {
	font-size: 11px;
}

#contenido li {
	font-size: 11px;
}

#contenido blockquote {
	font-size: 11px;
}

.bordeoscuro {
	border: 1px solid #66707E;
}

.bordeclaro {
	border: 1px solid #DBDBDB;
}

table.datos {
	font-size: 11px;
	color: #000000;
	empty-cells: show;
}

table.datos th {
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #66707E;
	padding: 2px;
	background-color: #DBDBDB;
}

table.datos td {
	font-size: 11px;
	border: 1px solid #DBDBDB;
}

table.datos td.fondo {
	font-size: 11px;
	border: 1px solid #DBDBDB;
	background-color: #F6F6F6;
}

/*
.enlaceseccion {
	background-color:rgb(240,240,240);
	border:solid 1px #C0C0C0;
}

.parrafoinfo {
	font-family: Verdana;
	font-size: 12pt;
	color: #808080;
	text-align: left;
	padding-bottom: 10px;
}


/***
 *** Estilos para impresin
 ***/
/*
@media print {
	#portal-header { display: none; }
	#myMenuID { display: none; }
	#debug { display: none; }
	#debug_info { display: none; }
	#print { display: none; }
	.no_imprimir { display: none; }
	.saltopagina { page-break-after: always; }
}
*/

.debug {
	background-color: #FFFF99;
//	width: 62.5em;
//        align: center;
//	width: 750px;
//	margin-left: 125px;
}

.debug_info {
	display: none;
//	width: 750px;
//	margin-left: 125px;
        font-size: 10px;
	background-color: #FFFF99;

}

/*****************************************/

tr.resaltar {
    background-color: #FAFDC2;
}

table.datos {
	font-size: 11px;
	color: #000000;
	empty-cells: show;
}

table.datos tr td {
         padding: 8px;
 }

table.datos tbody tr th a
{

  color: white;
  text-decoration: none;
}

/*****************************************/

#flash_notificacion
{
  font-size: 16px;
  text-decoration: italic;
  text-align: center;
  background-color: #8EF88E;
}

.ui-autocomplete-category
{
  font-weight:bold;
  padding:.2em .4em;
  margin:.8em 0 .2em;
  line-height:1.5;
}

/*Clase para los asterisco obligatorios*/
.rojo
{
 color: red;
}

/*
.harpoforms table tr td, table tr, table
{
  border: none;
  margin: 0px;
}*/


.harpoformstable caption
{
padding: 10px;
text-align: center
}
.harpoformstdbotones
{
  border: none;
}

.harpoformstd, .harpoformstdbotones
{
  border: 1px;
}

.harpoformstable, .harpoformstd, .harpoformstr, .harpoformstdbotones
{
  margin: 0px;
  padding: 5px 25px;
}

.harpoformsliteral
{
  background: #E8E5E0;
  border: none;
}

.harpoformstablemulti, .harpoformstdmulti, .harpoformstrmulti
{
  border-width: thin;
  border-style: dotted;
  margin: 0px;
  padding: none;
}

th a{color: white;}