﻿/*	Hoja de estilos global intranet liberty voz - digimobil */
/*	09/02/2009	*/

@import "./calendario.css";
@import "./menus.css";


/* Generales */
*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: white;
	text-align: center; /* Centra en IE 5.x, no existe 'margin: 0 auto' */
	margin: auto;
	font: normal normal normal 100% Arial, Helvetica, sans-serif;
	color: gray;
	width: 99.7%;
}

ul.limpio
{
	list-style-type: none;	
}

ul.numromanos
{
	list-style-type: lower-roman;
}

ul.numeros
{
	list-style-type: decimal;	
}
/* Fin generales */

/* Bloques principales */
#contenedor
{
	margin: auto;
	text-align: left;
	color: #333333;
	min-width: 990px;
	width: 100%;
	display: table;
}

#cabecera
{
	color: white;
	height: 110px;
	width: 100%;
	display: table;
	position: relative;
	background: transparent url(../images/top_intranet.jpg) repeat-x top left;
	z-index: 10;
	border-bottom: solid 1px blue;
}

#cuerpo
{
	padding-top: 0.5em;
	font-size: 77%;
	width: 100%;
	position: relative;
	background: transparent url(../images/fondo.jpg) repeat-x top left;
	z-index: 20;
	color: #24436a;
}

#pie
{
	background-color: #3269c4;
	color: white;
	font-size: 70%;
	text-align: center;
	border-top: 0.2em solid #7ea3da;
	display: table;
	width: 100%;
	min-height: 15px;
}
/* Fin bloques principales */

/* Cabecera */
#cabecera h1
{
	top: 0;
	font-size: 1em;
	width: 80px;
	height: 72px;
	margin-left: 0.75em;
	background: transparent url(../images/logo_libertyvoz.gif) no-repeat top left;
}

#cabecera h2
{
	top: 0;
	left: 100px;
	position: absolute;
	font-size: 1em;
	width: 213px;
	height: 72px;
	background: transparent url(../images/logo_digimobil.gif) no-repeat top left;
}

/*#cabecera h3
{
	top: 16px;
	left: 100%;
	position: absolute;
	margin-left: -198px;
	font-size: 1em;
	width: 197px;
	height: 109px;
	background: transparent url(../../images/nuevas/top_img1.gif) no-repeat top right;
	border: 1px solid black;
	z-index: 11;	
}*/

#cabecera h3
{
	visibility: hidden;
	position: absolute;
	overflow: hidden;
	clip: rect(0,0,0,0);	
	height: 0;				
}

#cabecera h1 span, #cabecera h2 span, #cabecera h3 span
{
	visibility: hidden;
}

/* Listas superiores */
#cabecera #topbotonera
{
	width: 100%;
	margin-top: 7px;
	background: transparent url(../images/top_menu2.jpg) repeat-x top left;
	height: 30px;
}

#cabecera #topbotonerainf
{
	font-size: 77%;
	background: transparent;
	height: 30px;
	padding-left: 37%;
}

#cabecera #topbotonerainf li
{
	float: left;
	padding: 7px 12px;
	margin-right: 2px;
	border: 1px solid InactiveCaption;
}

#cabecera #topbotonerainf li a
{
	font-size: 91%;
	color: #ffeb75;
	text-decoration: none;
}

#cabecera #topbotonerainf li a:hover
{
	text-decoration: underline;
}

#cabecera #desconectar
{
	margin-left: 30px;
	border-color: teal;
}

#cabecera #desconectar a
{
	color: red;
}

#cabecera #desconectar a:hover
{
	text-decoration: none;
}

#cabecera ul
{
	margin: 0px 4px;
	list-style: none;
	float: left;
}
/* Fin listas superiores */
/* Fin cabecera */

/* Cuerpo */
/*   Espacios internos cuerpo   */
#cuerpo #subcuerpo
{
	margin: 0.5em 1em;
	line-height: 140%;
	min-width: 534px;
	background-color: transparent;
}
/*   Fin espacios internos cuerpo   */

/*   Sub espacios de publicidad   */
#cuerpo #subcuerpo img
{
	border: 1px solid #9db7d9;
	margin: 2px 0 3px;
}

#cuerpo .linkpublicidad
{
	text-decoration: none;
}

#cuerpo #subcuerpo a:hover img
{
	border-color: #4971a4;
}

#cuerpo #subcuerpo
{
	text-align: center;
}
/*   Fin sub espacios de publicidad   */

#cuerpo #subcuerpo 
{
	min-height: 36em;
}

/* Imagenes centrales */
#cuerpo #subcuerpo img
{
	display: inline;
	margin: 10px 20px;
	border: 1px solid #4971a4;
	border-bottom-color: white;
	border-left-color: white;
	width: auto;
	max-width: 91%;
}

#cuerpo .posiciondcha
{
	float: right;
}

#cuerpo .posicionizq
{
	float: left;
}
/* Fin imagenes centrales */

/* Tablas */
#cuerpo table, #cuerpo .tablabordes
{
	margin: auto;
	border-collapse: collapse;	
}

#cuerpo .tablabordes
{
	border: 1px solid #4971a4;
}

#cuerpo .tablabordes th, #cuerpo .tablabordes td
{
	border-color: #4971a4;
	border-width: 1px 0;
	border-style: solid;
}

#cuerpo th
{
	background-color: white;
	color: #4971a4;
	padding: 4px 4px 4px 5px;
	text-align: left;
}

#cuerpo th a
{
	text-decoration: underline;
}

#cuerpo th a:hover
{
	color: black;
}

#cuerpo td
{
	padding: 2px;
}
/* Fin tablas */

/* Fuentes base cuerpo */
#cuerpo option, #cuerpo input, #cuerpo select, #cuerpo text, #cuerpo textarea, #cuerpo .texto
{
	font: normal normal normal 100% Arial, Helvetica, sans-serif;
}

#cuerpo input, #cuerpo select, #cuerpo textarea
{
	border: 1px solid #4971a4;
	background-color: white;
}

#cuerpo .boton
{
	margin: 0;
	padding: 4px 6px;
	/*background: #4971a4 url(../../images/nuevas/boton_menu_cuerpo.gif) repeat-x top left;*/
	background-color: #4971a4;
	border: 1px solid Background;
	color: white;
}

#cuerpo .boton:hover
{
	/*background: transparent url(../../images/nuevas/boton_menu_cuerpo_clic.gif) repeat-x top left;*/
	background-color: transparent;
   color: #24436a;
}

#cuerpo .boton[disabled], #cuerpo .boton[disabled]:hover
{
	color: gray;
	border-color: gray;
}

#cuerpo ul.normal, #cuerpo ul.limpio, #cuerpo ul.numromanos, #cuerpo ul.numeros
{
	width: auto;
	padding: 10px 0 10px 25px;
}

#cuerpo h1, #cuerpo h2, #cuerpo h3
{
	font-size: 100%;
	font-weight: bold;
	width: 100%;
	padding: 3px 0 1px;
}

#cuerpo h1
{
	font-size: 115%;
	border-bottom: 1px solid Background;
	color: white;
	background-color: #4971a4;
}

#cuerpo h2
{
	font-size: 110%;
	background-color: #e7eff1;
	text-indent: 5px;
	margin-bottom: 3px;
}

#cuerpo h3
{
	font-size: 105%;
	background-color: #F7FAFA;
	text-indent: 11px;
	font-style: italic;
	margin-bottom: 4px;
}

#cuerpo .margensup
{
	padding-top: 25px;
}

#cuerpo p
{
	padding: 10px 10px 5px;
}

#cuerpo .textodestacado, #cuerpo .textoerror
{
	font-weight: bold;
}

#cuerpo .textorojo, #cuerpo .textoerror
{
	color: #bb0000;
}

#cuerpo .textosubrayado
{
	text-decoration: underline;
}

#cuerpo .textocursiva
{
	font-style: italic;
}
/* Fin de fuentes */
/* Fin cuerpo */

/* Pie */
#pie a
{
	color: #fff;
	text-decoration: underline;
}	

#pie a:hover
{
	color: Yellow;
}	

#pie div
{
	margin: 8px 0;
}
/* Fin pie */

.clearall
{
	clear: both;
}
