body { text-align: center; background-color: #000; }

#contenedor
{
	min-width: 758px;
	min-height: 400px;
	text-align: center;
	/*
	border-style: solid;
	border-color: blue;
	*/
}

#banner
{
	position: static;
	text-align: center;
	background-color: #000;
	height: 85px;		/*90px;*/
	overflow: auto;
}


/********************************** Definición menú **********************************/
#menu
{
	position: static;
	text-align: left;
	background-color: #e1e5d9;
}

.menu_table
{
	padding: .1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #99CCFF;
	border-color: #000;
	border-style: none;
	border-width: thin;
	background-color: #e1e5d9;
	
}
.menu_table td
{
	padding-left: .5em;
	padding-right: 3em;
	border-left-color: #fff;
	border-left-style: solid;
	border-left-width: thin;
}

a.menuLink
{
	position: relative;
	cursor: pointer;
	color: #999;
	text-decoration: none;
}
a.menuLink:hover
{
	text-decoration: none;
	color: #69c
}

/***************************** Fin definición menú **********************************/
#lateralIzquierdo
{
	float: left;
	width: 10%;
	min-height: 1px;
	background-color: #fff;
	border-style: solid;
	border-color: brown;
}

#lateralDerecho
{
	float: right;
	width: 10%;
	min-height: 1px;
	background-color: #fff;
	border-style: solid;
	border-color: yellow;
}

#contenido
{
	min-width: 758px;
	width: 758px;
	overflow: auto;
	text-align: left;
	background-color: #d8d383;	/*#fff;*/
	margin:0 auto;
	/*
	border-style:solid;
	border-color: yellow;
	*/
}

#contenido #piePagina
{
	width: 750px;
	height: 20px;
	padding: .5em;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	border-top-color: #663300;
	border-top-style: solid;
	border-top-width: thin;
	background-color: #d8d383;	/*#fff;*/
	clear: both;
}

html>body #contenido #piePagina
{
	width: 98%;
	height: 20px;
	padding: .5em;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	border-top-color: #663300;
	border-top-style: solid;
	border-top-width: thin;
	background-color: #d8d383;	/*#fff;*/
	clear: both;
}

a.piePaginaLink
{
	cursor: pointer;
	color: #999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.piePaginaLink:hover
{
	text-decoration: none;
	color: #69c
}

/*************************************************************************************/

#necesidades
{
	position: relative;
	float: left;
	width: 45%;
	margin: 5;
	padding: 5;
	text-align: left;
	overflow: auto;
	border-color: #ccc;
	border-style: none;
	border-width: thin;
	background-color: #d8d383;
}

#quienesSomos
{
	position: relative;
	float: right;	
	width: 45%;
	min-width: 100px;
	min-height: 100px;
	/*max-height: 200px;*/
	margin: 5;
	padding: 5;
	text-align: left;
	overflow: auto;
	border-color: #ccc;
	border-style: none;
	border-width: thin;
	background-color: #d8d383;
}

#notasInformativas
{
	position: relative;
	float: right;	
	width: 45%;
	min-width: 100px;
	min-height: 100px;
	max-height: 200px;
	margin: 5;
	padding: 5;
	text-align: left;
	overflow: auto;
	border-color: #ccc;
	border-style: none;
	border-width: thin;
	background-color: #d8d383;
}

.title
{
	margin: 5;
	padding: 5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom-color: #000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	margin: 0 auto 0 auto;
}

.titulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #663300;	/*#06f;*/
	border-bottom-style: solid;
	border-bottom-color: #A0A0A0;
	border-bottom-width: 2px;
	padding-bottom: 10px;
}

.tituloStaff {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #663300; /*#06f;*/
	/*
	border-bottom-style: solid;
	border-bottom-color: #A0A0A0;
	border-bottom-width: 2px;
	padding-bottom: 10px;
	*/
}

.nota {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: justify;
}

li.flecha
{
	position: relative;
	line-height: 20px;
	list-style-position: outside;
	list-style-image: url(../images/tilde_v2.png);
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #888;
	margin-top: 10px;
	margin-left: -10px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0px;
	line-height: normal;
}

li.flecha2
{
	position: relative;
	line-height: 20px;
	list-style-position: outside; /*inherit;*/
	list-style-image: url(../images/tilde2_v2.png);
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	margin-right: 0px;
	margin-left: -5px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
	line-height: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 10px;
}


a.masInformacion
{
	cursor: pointer;
	color: #999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a.masInformacion:hover
{
	text-decoration: none;
	color: #69c
}

.tituloPrincipal
{
	width: 750px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	color: #663300;	/*#06f;*/	/*#7a7a7a;*/
	margin-top: 20px;
	border-bottom-style: solid;
	border-bottom-color: #663300;	/*#06f;*/
	padding-left: 5px;
	padding-right: 5px;
}

html>body .tituloPrincipal 
{
	width: 98%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	color: #663300; /*#06f;*/	/*#7a7a7a;*/
	margin-top: 20px;
	display: block;
	border-bottom-style: solid;
	border-bottom-color: #663300;	/*#06f;*/
	padding-left: 5px;
	padding-right: 5px;
}

.subTitulo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bolder;
	color: #7a7a7a;
}

li.tilde
{
	position: relative;
	line-height: 20px;
	list-style-position: outside; /*inherit;*/
	/*list-style-image: url(./images/small_arrow.png);*/
	list-style-image: url(../images/tilde2.png);
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;			/*#999;*/
	margin-right: 0px;
	margin-left: -5px;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0px;
	line-height: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 10px;
}

a.enlace
{
	cursor: pointer;
	text-decoration: none;
	color: #000;
}
a.enlace:hover
{
	text-decoration: underline;
	font-style: italic;
}

/******************************** Formulario de contacto RRHH *********************************/
div.contenedorFormularioRRHH
{
	padding: 1em;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

div.campoContactoRRHH
{
	margin: .4em 0;
	text-align: left;
}

div.campoContactoRRHH label
{
	width: 30%;
	float: left;
	text-align: right;
	margin-right: .5em;
}

div.campoContactoRRHH input:focus
{
	border-width: 2px;
	border-style: solid;
	border-color: #000;
	background-color: #f3f3f3;
}

div.botonesContactoRRHH 
{
	margin-top: 1em;
	text-align: center;
}

spam.notaFomumlarioRRHH 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000;			/*#999;*/
	text-align: right;
}
/***************************** Fin formulario de contacto RRHH ******************************/

a.enlaceTexto
{
	margin: 1em 0;
	cursor: pointer;
	text-decoration: none;
	color: #000;
	padding-left: 15px;
	background: url(../images/tilde.png) no-repeat left center;
}
a.enlaceTexto:hover
{
	text-decoration: underline;
	font-style: italic;
}


/************************************* Box contacto *******************************************/
.contactoTexto
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

.contactoRazonSocial
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000;
}

.contactoTexto a
{
	cursor: pointer;
	text-decoration: none;
	color: #000;
}
.contactoTexto a:hover
{
	text-decoration: underline;
	font-style: italic;
}
/************************************* Fin box contacto ***************************************/

/************************************ Tabla Vencimientos **************************************/
#contenedorVencimientos
{
	text-align: center;
}

.tablaVencimientos 
{
	width: 680px;
	/*border: 1px solid #000;*/
	border-spacing: 0;
	border-collapse: collapse;
}
.tablaVencimientos th
{
	text-align: left;
	/*border: 1px solid #000;*/
	empty-cells: hide;	
	background-color: #eee;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000;
}

.tablaVencimientos td 
{
	/*border: 1px solid #000;*/
	empty-cells: show;
	padding-left: 5px;
	padding-right: 5px;	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000;
}

.tablaVencimientos tr
{
	background: #ddd;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000;
}

.tablaVencimientos tr:hover
{
	background: #FFFF66;
}

.celdaActiva
{
	background-color: #ff6;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #000;
}

/**********************************************************************************************/

.informacionDetallada
{
	display:none; 
	/*border-bottom-style:solid; 
	border-bottom-color: #06f; 
	border-bottom-width: thin;*/
	z-index: 1000000;
	text-align: justify;
}

.informacionDetallada p
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

.informacionDetallada p .resaltado
{
	font-weight: bolder;
}

.informacionDetallada .subTitulo
{
	color: #63A2C7;
}
