/*Amica: intranet: hoja de estilo básica */
a {
	color: blue;
}
a:hover {
	text-decoration: underline;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
body {
	background-color: white;
	border-top: 4px Solid red;
	font-family: Arial, Helvetica;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
footer {
	background: -moz-linear-gradient(top, #87CEEB 0%, #4682B4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87CEEB), color-stop(100%,#4682B4));
	background-color: #C66;
/*	display: inline-block; */
/*	float: left; */
	font-size: 0.9em;
	height: 60px;
	margin: 2px;
/*	max-width: auto;*/
	padding: 2px;
	text-align: center;
	width:auto;
}
header {
	/*	background: -moz-linear-gradient(top, #87CEEB 0%, #4682B4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87CEEB), color-stop(100%,#4682B4));*/
	background-color: white;
	border: 0px solid red;
	/*float:inherit;*/
	height: 60px;
	max-width: 1200px;
	text-align: center;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
	color: blue;
	text-align: center;
}
h5 {
	font-size: 0.8em;
	color: #990000;
}
h6 {
	font-size: 0.6em;
	font-style: normal;
	font-weight: bold;
	border: Blue;
}
iframe {
	border: none;
	margin: 0px;
}
img {
	border: 1px 1px 1px 1px;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
}
input {
	color: #000066;
}
nav {
	width: 100%;
}
nav a:hover {
	background-color: red;
}
p {
	text-indent: 0.1cm;
}
select {
	color: #000066;
}
table {
	border-width: 1px 1px 1px 1px;
	color: #000000;
	margin: 0px 0px;
	padding: 1px 1px;
	/*text-indent: 0.1pt;
*/
}
textarea {
	font-size: 1em;
}
td {
	font-size: 1em;
	text-align: left;
}
tr:hover {
	background: background-color: #CCCC33
}
ul {
	float: left;
	/*border-bottom: 2px Solid red;*/
}
ul li {
	display: block;
	float: left;
	margin-right: 5px;
	line-height: -2px;
	position: relative;
	text-align: left;
	top: 1px;
	width: 180px;
}
ul li a {
	border: 0px;
	color: black;
	display: block;
	font-size: 1em;
	height: 20px;
	width: 160px;
}
ul li a:hover {
	color: blue;
	font-size: 1em;
	text-decoration: none;
}
/*ul li a.actual {
	border-top: 0px Solid red;
	border-left: 0px Solid red;
	border-right: 0px Solid red;
	border-bottom: 4px Solid red;
	display: block;
	width: 100px;*/
}
.botond {
	padding: 0px 0px 0px 20px;
}
/*definición de: menú izqdo, encabezado*/
/*.menu {
	border-bottom-width: 0px;
	border-color: #FF0000 #00FF00;
	border-left-width: 0pxborder-right-width: 0px;
	border-style: none;
	border-top-width: 0px;
	color: red;
	font-size: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.menu a {
	border-style: none;
	text-indent: 2mm;
}
.menu a:hover {
	color: red;
	text-decoration: underline;
}
.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:link {
	color: #FFFF00;
	text-decoration: none;
}
/*130423opm.menu td {
	onmouseout="javascript: this.style.background=white;
	onmouseover="javascript: this.style.background=yellow;
	width: 100%;
}
*/
/*definición de: menú izqdo, encabezado*/
.menud {
	font-size: 0.8em;
}
.menud a {
	background: white;
	border: 1px solid red;
	border-radius: 8px;
	display: block;
	height: 40px;
	margin: 2px;
	padding: 0px 0px 0px 0px;
	width: 200px;
}
.menud a:hover, a:focus {
	background: red;
	border: 1px solid black;
	border-radius: 8px;
	box-shadow: inset 0px 0px 6px #fff;
	-webkit-box-shadow: inset 0px 0px 6px #fff;
	font-size: 0.9em;
}
.menud a:visited {
	color: grey;
}
.menud a:link {
	decoration: none;
}
/* titulos para cabeceras */
.tit1 {
	font-size: 1.6em;
}
.tit2 {
	font-size: 1.4em;
}
.tit3 {
	font-size: 1.2em;
}
.tit4 {
	font-size: 1.1em;
	text-align: center;
}
.tit5 {
	color: #990000;
	font-size: 0.9em;
}
.tit6 {
	border-color: Blue;
	font-size: 0.8em;
	font-style: normal;
	text-align: left;
}
/* fin: borrar y cambiar por h1...h6*/
.tab_area {
	border: 0px solid;
	/*background-color: #FFC;
*/
	padding: 6px;
}
ul.tabs {
	margin: 0px;
	padding: 0px;
}
ul.tabs li {
	list-style: none;
	display: inline;
}
ul.tabs li a {
	background-color: #FFF;
	color: #000;
	padding: 8px 14px 8px 14px;
	text-decoration: none;
	border: 1px solid;
}
ul.tabs li a:hover {
	background-color: #F00;
	color: #FFC;
}
ul.tabs li a.active {
	background-color: #F00;
	color: #FFF;
}
.tab_area {
	border: 0px solid;
	padding: 8px;
}
#borde_up {
	background: white;
	margin: 2px;
}
#centro {
	background: none;
	border: 2px solid grey;
	border-radius: 10px;
	float: inherit;
	margin: 2px;
	width: 50%;
}
#centro_down {
	width: 96%;
	background: none;
	float: center;
	margin-left: 8px;
	margin-bottom: 0px;
	border-top: 0px Solid blue;
	border-left: 0px Solid blue;
	border-bottom: 2px Solid blue;
	border-right: 0px Solid blue;
}
#centro_up {
	background: none;
	border: 0px Solid #000;
	float: left;
	font-size: 0.9em;
	margin: 4px;
	width: 96%;
}
#contenedor {
	background-color: white;
	border-left: 0px Solid #000;
	border-bottom: 0px Solid #000;
	border-right: 0px Solid #000;
	border-top: 0px Solid #000;
	float: inherit;
	margin: 0 auto;
	max-width: 1000px;
}
#contenido {
	background: none;
	background-color: white;
	border-left: 0px Solid #000;
	border-bottom: 0px Solid #000;
	border-right: 0px Solid #000;
	box-shadow: 10px;
	float: left;
	margin: 2 auto;
	width: 100%;
}
#cuadromenu {
	width: 200px;
	height: 90px;
	background: white;
	float: left;
	margin: 4;
	border-top: 2px Solid #99CCCC;
	border-left: 2px Solid #99CCCC;
	border-bottom: 2px Solid #99CCCC;
	border-right: 2px Solid #99CCCC;
	font-size: 1em;
	text-align: center;
	cursor: inherit;
}
#cuerpoAbajo {
}
#cuerpoArriba {
}
#cuerpoCentro {
}
#cuerpoDerecha {
	float: right;
	margin: 2px;
	width: 234px;
}
#cuerpoIzquierda {
}
#cuerpoMedio {
}
/* bloque derecho de página */
#derecho {
	background: none;
/*border: 0px Solid red;*/
	float: right;
	margin: 2px;
	width: 234px;
}
/* FIN bloqueDerecho */
#destacado {
	width: 95%;
	background: #ffcccc;
	margin: 0;
	border-top: 1px Solid #000;
	border-left: 1px Solid #000;
	border-bottom: 1px Solid #000;
	border-right: 1px Solid #000;
	font-size: 9px;
}
/* bloques encabezado, contenidos dentro de etiqueta <header> */
#encabezado {
	border: 0px solid red;
	border-radius: 2px;
	display: block;
	float: left;
	font-size: 1.1em;
	margin: 0px 2px 1px 2px;
	width: 450px;
}
#encabezado_centro {
	border: 0px solid red;
	border-radius: 6px;
	display: block;
	float: left;
	font-size: 0.6em;
	margin: 0px 2px 1px 2px;
	width: 150px;
}
#encabezado_derecha {
	border: 0px solid red;
	border-radius: 6px;
	display: block;
	float:right;
	font-size: 1em;
	margin: -4px 2px 1px 2px;
	padding: 2px;
	max-width: 550px;
}
#encabezado_izquierda {
	border: 0px solid red;
	border-radius: 6px;
	display: block;
	float: left;
	font-size: 1.1em;
	margin: -4px 2px 1px 2px;
	width: 350px;
}
/* FIN bloquesEncabezado */
#invisible {
	width: 40px;
	height: 40px;
	background: white;
	float: right;
	margin: 4;
	border-top: 0px Solid #99CCCC;
	border-left: 0px Solid #99CCCC;
	border-bottom: 0px Solid #99CCCC;
	border-right: 0px Solid #99CCCC;
	font-size: 12px;
	text-align: center;
}
#izq_up {
	width: 94%;
	background: yellow;
	float: center;
	margin: 4px;
	border-top: 1px Solid #000;
	border-left: 1px Solid #000;
	border-bottom: 1px Solid #000;
	border-right: 1px Solid #000;
}
#izq_mid {
	width: 94%;
	background: none;
	float: center;
	margin: 4px;
	border-top: 0px Solid #000;
	border-left: 0px Solid #000;
	border-bottom: 0px Solid #000;
	border-right: 0px Solid #000;
}
#izq_down {
	width: 94%;
	background: red;
	float: inherit;
	margin: 4px;
	border-top: 1px Solid #000;
	border-left: 1px Solid #000;
	border-bottom: 1px Solid #000;
	border-right: 1px Solid #000;
}
#izquierdo {
	background: none;
	border: 2px solid red;
	border-radius: 10px;
	float: left;
	margin: 2px;
	width: 216px;
}
#mapaProceso {
	border: 2px solid red;
	border-radius: 5px solid red;
	text-align:center;
	}
/* menú cuadrado para seleccionar dentro del contenido de una página, texto e imagen de 48px */
#menuCuadrado {
	float: left;
}
#menuCuadrado ul {
	border: 0px Solid red;
	float: left;
}
#menuCuadrado ul li {
	border: 3px solid #4D99D6;
	border-radius: 2px;
	float: inline;
	font-size: 0.9em;
	height: 140px;
	margin: 4px;
	text-align: center;
	width: 140px;
}
#menuCuadrado ul li img {
	align: center;
	height: 48px;
	padding: 30px;
	width: 48px;
}
#menuCuadrado ul li a {
	background-color: white;
	color: #4D99D6;
	display: block;
	text-decoration: none;
	border: 0px solid;
}
#menuCuadrado ul li a:hover {
	font: 1em;
	text-decoration: underline;

}
/* FIN menuCuadrado */
/* configuración de menu principal intranet al 20/04/13 */
#menup ul {
	border-bottom: 2px Solid grey;
	display: inline;
	float: left;
	list-style: none;
	margin: 10px 0px 0px -2px;
	padding: 4px 0px 0px 0px;
	width: 850px;
}
#menup li {
	border: 2px solid red;
	border-radius: 6px 6px 0px 0px;
	width: 100px;
	display: block;
	float: left;
	text-align: center;
	margin-right: 5px;
	/*line-height: -2px;*/
	padding: 2px;
	position: relative;
	top: 1px;
}
#menup li a {
	/*background-image: url(images/_menu/tab.gif);
*/
	/*border: 0px;
*/
	color: black;
	/*display: block;
*/
	font-size: 1em;
	height: 20px;
	width: 100px;
}
#menup li a:hover {
	/*background-image: url(images/_menu/tab_over.gif);
*/
	color: blue;
	text-decoration: underline;
}
#menup li a.actual {
	/*background-image: url(images/_menu/tab_over.gif);
*/
	display: block;
	width: 100px;
}
#menuRectangulo ul li {
	border: 4px solid #4D99D6;
	border-radius: 6px;
	float: inline;
	font-size: 0.9em;
	height: 140px;
	margin: 4px;
	text-align: center;
	width: 500px;
}
#menuRectangulo ul li img {
	align: left;
	height: 48px;
	padding: 30px;
	width: 48px;
}
#menuRectangulo ul li a {
	background-color: grey;
	color: #4D99D6;
	display: block;
	text-decoration: none;
	border: 0px solid;
}
#menuRectangulo ul li a:hover {
	text-decoration: underline;
}
/* FIN configuración de menu principal intranet*/
/*#menu_up {
	background: white;
	height: 50px;
	float: left;
	margin: 0;
	border-left: 0px Solid #000;
	border-bottom: 0px Solid #000;
	border-right: 0px Solid #000;
}
*/
#navegacion ul {
	border-bottom: 2px Solid red;
	display: inline-table;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
#navegacion ul li {
	border: 1px solid red;
	display: inline-block;
	border-radius: 5%;
	height: 50px;
	margin-right: 5px;
	margin-top: 5px;
	line-height: 5px;
	position: relative;
	text-align: center;
	top: 1px;
	width: 400px;
}
#navegacion ul li a {
	background-image: none;
	font-size: 0.9em;
	height: 20px;
	text-decoration: none;
	width: 99%;
}
#navegacion ul li a:hover {
	color: blue;
	text-decoration: underline;
}
#pie {
	background: none;
	float: left;
	margin: 0px;
	border-left: 0px Solid #000;
	border-bottom: 2px Solid #000;
	border-right: 2px Solid #000;
	text-align: center;
	font-size: 0.8em;
	max-width: 1000px;
}
#tab_box {
	margin: 0px auto 0px auto;
	border: 0px solid;
}

/* menu::base */
div#menu {
	height: 55px;
	background: url(/publico/_estilo/images/_maquetacion/menuPrincipal/nav-bg.png) repeat-x;
	_background: url(/publico/_estilo/images/_maquetacion/menuPrincipal/nav-bg.gif) repeat-x;
	float: left;
}
div#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
div#menu ul.menu {
	padding-left: 5px;
}
div#menu ul li {
	display: block;
	float: left;
	margin-right: 5px;
	line-height: -2px;
	position: relative;
	text-align: left;
	top: 1px;

}
div#menu ul li a {
	border: 0px;
	color: black;
	display: block;
	font-size: 1em;
	height: 55px;
	width: auto;
	z-index: 9;
}
div#menu ul li a:hover {
	color: blue;
	font-size: 1em;
	text-decoration: none;
}
div#menu li {
	display: block;
	float: left;
	margin: 0;
	padding: -2;
	position: relative;
	z-index: 9;
}
/* menu::level1 */
div#menu a {
	position: relative;
	z-index: 10;
	height: 55px;
	display: block;
	float: left;
	padding: 0 10px 0 10px;
	line-height: 55px;
	text-decoration: none;
}
div#menu span {
	font-size: 0.8em;
	padding-top: 8px;
	color: #787878;
	font-weight: bold;
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
}
div#menu ul a:hover span {
	color: #353535;
}
div#menu li {
	background: url(/publico/_estilo/images/_maquetacion/menuPrincipal/nav_separator.png) top left no-repeat;
}
div#menu li.last span {
	background: url(/publico/_estilo/images/_maquetacion/menuPrincipal/nav_separator.png) top right no-repeat;
	padding: 18px 10px 16px 0;
}
/* menu::level2 */
div#menu ul ul li {
	background: url(/publico/_estilo/images/_maquetacion/menuPrincipal/nav_dropdown_sep.gif) left bottom repeat-x;
	padding: 4px 0;
	z-index: 9;
}
div#menu ul ul {
	z-index: 12;
	padding: 0;
	background: rgb(226,226,226) url(/publico/_estilo/images/_maquetacion/menuPrincipal/nav_dropdown_grad.png) right top no-repeat;
	margin-top: 0px;
	margin-left: 4px;
	margin-right: 5px;
}
div#menu ul ul a {
	width: 184px;
	padding: 0px 7px 3px 8px;
	height: auto;
	float: none;
	display: block;
	background: none;
	margin-bottom: 2px;
	z-index: -1;
}
div#menu ul ul a span {
	padding: 0 10px 0px 10px;
	line-height: 20px;
	color: #454545;
	font-weight: normal;
	text-transform: none;
	background: none;
}
div#menu ul ul a:hover {
	background: url(/publico/_estilo/images/_maquetacion/menuPrincipal/submenu-selected-bottom.gif) no-repeat 8px bottom;
}
div#menu ul ul a:hover span {
	background: url(/publico/_estilo/images/_maquetacion/menuPrincipal/submenu-selected-top.gif) no-repeat 0px 0px;
	color: #fff;
}
div#menu ul ul li.last {
	background: none;
}
div#menu ul ul li {
	width: auto;
}
/* menu::level3 */
div#menu ul ul div {
	width: 208px;
	margin: -50px 0 0 190px !important;
	height: auto;
	_padding: 0 0 9px 3px;
}
div#menu ul ul ul {
	_padding-right: 1px;
}
/* lava lamp */
div#menu li.back {
}
div#menu li.back .left {
}
