﻿/*
  Colores:
	- Naranja: #f88b24;
	- Naranja oscuro: #e05400;
	- Naranja claro: #ffb46e;
	- Naranja semioscuro: #e77d4a;
	- Rojo texto: #990000;
*/

body
{
    font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
    margin: 0px;
    background: #fff;
    background-image: url('img/siteBackground_1000h.jpg');
    background-attachment:fixed;
    font-size: 1em;
}


.divGlobal
{
	width: 900px;
	margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

.cabecera
{
	background: url(img/cabecera.png) no-repeat;
	overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    width: 900px;
    height: 129px;
}

.cuerpo
{
    margin-right: auto;
    margin-left: auto;
    width: 896px;
    overflow: hidden;
    background-color: White;
    border-left-color: #f88b24;
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: #f88b24;
    border-right-style: solid;
    border-right-width: 2px;
}

.content
{
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	background-color: #FFF;
	overflow: hidden;
}

.footer
{
	background-color: #f88b24;
	width: 900px;
	overflow: hidden;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-right: auto;
    margin-left: auto;
    text-align: center;
    vertical-align: middle;
    color: White;
    font-family: MS Reference Sans Serif;
    font-size: 0.7em;
}

.divCentrado
{
	text-align: center;
}

/*--------------------------------------- Menu ---------------------------------------*/

.menuPrincipal
{
	background-color: #f88b24;
	/*overflow: hidden;*/
}

.menu
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: center;
	z-index: 1000;
}

.menuStaticItem
{
	text-align:center;
	/*width: 160px;*/
	font-size: 1em;
	font-weight: bold;
	color: Black;
	
	z-index: 1000;
}

.menuStaticItemHover
{
	text-align:center;
	/*width: 160px;*/
	font-size: 1em;
	font-weight: bold;
	color: White;
	
	background-color: #e05400;
	z-index: 1000;
}

.menuStaticItemHover2
{
	text-align:center;
	/*width: 160px;*/
	font-size: 1em;
	font-weight: bold;
	color: White;
	border:#ffae5e 2px solid;
	background-color: #ffd7ae;
	z-index: 1000;
}

.menuDinamico
{
	margin-left: 2px;
	margin-right: 4px;
	z-index:100;
}

.menuDinamicItem
{
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 2px, 2px, 2px, 2px;
	color: Black;
	background-color: #ffb46e;
	border-bottom-style: solid;
	border-bottom-color: Black;
	border-bottom-width: 1px;
	font-size: 0.78em;
	z-index: 1000;
	/*width: 260px;
	height: 20px;*/
}

.menuDinamicItemHover
{
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 2px, 2px, 2px, 2px;
	color: White;
	background-color: #e77d4a;
	border-bottom-style: solid;
	border-bottom-color: Black;
	border-bottom-width: 1px;
	font-size: 0.78em;
	z-index: 1000;
}
/*---------------------------------- Menu secciones ----------------------------------*/
/*.menuStaticItemSecciones
{
	background-color: #659DC0;
	padding-left: 2px;
	width: 180px;
	font-family: MS Reference Sans Serif;
	font-size: 0.9em;
	font-weight: bold;
	color: Black;
	z-index: 1000;
}

.menuStaticItemHoverSecciones
{
	padding-left: 2px;
	width: 180px;
	font-family: MS Reference Sans Serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #6098BD;
	background-color: #dddddd;
	z-index: 1000;
}

.menuDinamic
{
	margin-left: 220px;
	margin-top: -20px;
	z-index: 1000;
}


.menuDinamicItemSecciones
{
	background-color: #daf4ff;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	color: Black;
	font-size: 0.78em;
	border-style: solid;
	border: 1px Black;
	border-left: 1px Black;
	border-right: 3px Black;
	z-index: 1000;
}

.menuDinamicItemHoverSecciones
{
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 2px;
	margin-right: 2px;
	color: #6098BD;
	background-color: #dddddd;
	font-size: 0.78em;
	border-style: solid;
	border: 1px Black;
	border-left: 1px Black;
	border-right: 3px Black;
	z-index: 1000;
}*/

/*--------------------------------------- Texto --------------------------------------*/



.textoInfo
{
	font-size: 0.8em;
}

.textoInfoBold
{
	font-weight: bold;
	font-size: 0.8em;
}

.textoInfoDoc
{
	font-size: 0.8em;
}

.textoInfoTituloMG
{
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.8em;
}

.textoInfoTituloG
{
	vertical-align: middle;
	font-weight: bold;
	font-size: 1.2em;
}

.textoInfoTitulo
{
	vertical-align: middle;
	font-weight: bold;
	font-size: 0.8em;
}

.textoInfoG
{
	padding-left: 5px;
	font-size: 1em;
}

/*--------------------------------- Envoltorio texto ----------------------------------*/

.envCentrado
{
	text-align: center;
	font-size: 0.9em;
}

.envIzq
{
	font-size: 0.9em;
	text-indent: 6px;
}

.tabIzq
{
	font-size: 0.9em;
	vertical-align: text-top;
	padding-top: 3px;
	padding-bottom: 8px;
	padding-right: 0px;
	padding-left:20px;
}

.tabText
{
	padding-left: 2px;
	padding-bottom: 8px;
	font-size: 0.9em;
	text-indent: 6px;
}

.labelBuscador
{
	font-weight: bold;
	font-size: 0.8em;
	text-align: right;
	padding-right:5px;
}


