/*
	Hoja de estilos del sitio web de Livex
	Editado por: Juan Carlos Jiménez
f6d812 - Amarillo 
f56d20 - Naranja
293483 - Azul Obscuro
4f64fd - Azul Claro
#cdcdcd - Gris
*/

body{
	background: url(images/bg1b.gif) #ffffff repeat-x;	
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
}
h1 {
	font-size:24px;
	color:#FFF;
	font-weight:700;
	margin:0;
}

h2 {
	font-size:10px;
	color:#F90;
	margin:0;
	font-weight:700;
}

h3 {
	font-size:16px;
	color:#369;
	font-weight:700;
	margin:0;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}
p {
	
	margin-top:5px;
	padding-bottom:5px;
	padding-left: 3px;
	font-size:11px;
	line-height:1.5em;
}
img {
	border:none;
	
}

a {
	color: #293483;	
}
a:visited{
	color: #4f64fd;	
	
}

/*El marco principal del sitio..*/
#marco {
	font: 11px Arial,Helvetica,sans-serif;
	background-color:#ffffff;
	width: 1024px;	
	text-align:left;
	padding: 10px;
	height:auto;
	margin: 0 auto;	
}
#header {
	background-color:#293483;
	border: solid 1px black;
	height: 130px;
}

#header h1{
	font-size:20px;
}

#breadcrumbs {
	background: #ffd723;
	margin: 0 0 0.5em 0;		
	font-style: italic;	
}

.barra_izq {	
	width: 19%;	
	background: #293483;	
	font-weight:bold;
	height:30px;
	color:#ffffff;		
	padding-left:1em;
		
}
#pagina {
	height:1%;
}

#left_panel {
	border: solid 1px black;
	background-color: #ffffff;
	/*height:200px;*/
	width:20%;
	float:left;
	
}
#banner{
	background: white;
}
.titulos{
	margin-top: 0px;
	margin-bottom:1em;
	font-size: 14px;
	color:white;
	font-style: italic;	
	background: #293483;
	padding-left:1em;
	padding-top:0.5em;
	padding-bottom:0.5em;	
}

#right_panel {
	background-color:#ffffff;
	border: solid 1px black;
	width:20%;
	float:left;	
	
}

.contenido_panel {
	padding-left:3px;
}

#clientes_panel {
	background-color:white;

}

#contenido {
	background-color:#ffffff;
	/*height:200px;*/
	width:90%;
	float:left;
	padding: 0 20px;
	margin: 0 0.5em 0.5em 0.5em;	
}
#contenido_otros {
	background-color:#ffffff;
	/*height:200px;*/
	width:73%;
	float:left;
	padding: 0 20px;
	margin: 0 0.5em 0.5em 0.5em;	
}

.funcionalidades {
	background-color: #575d8c;	
	width:50%;
	border: solid #000000 1px;
	text-align:left;
	color:#ffffff;
	padding-left:1em;
	padding-right:1em;
}
.funcionalidades img{
	vertical-align:middle;
	margin-right:1em;
	
}

.funcionalidades a{
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
}

.flash {
	background-color: #293483;
	margin-bottom:1em;
	border: solid 1px black;
}

#clear {
	clear:both;
}
#footer {	
	text-align: center;
	padding-top:10px;
	font:italic 10px Arial,Helvetica,sans-serif ;	
}
#logout {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

#logout img{
	vertical-align:middle;
	margin-right:1em;
}	
.tabla_usuarios table{
	margin-top:1em;
	border: dashed 1px #cdcdcd;	
}
.tabla_usuarios th{	
	border-bottom: dashed 1px #cdcdcd;	
}
.tabla_usuarios td{	
	background-color: #cdcdcd;	
}
.tabla_usuarios td:hover{	
	background-color: #4f64fd;	
}

.tabla_resultados table{
	margin-top:1em;
	border: dashed 1px #cdcdcd;
	border-right:none;
}
.tabla_resultados th{	
	border-bottom: dashed 1px #cdcdcd;
	border-right:dashed 1px #cdcdcd;
	height: 35px;
	/*background-color:#4f64fd;*/
	background:#4f64fd url(images/bg_header_sortable.jpg) no-repeat scroll 0pt 0pt;
}
.tabla_resultados td{	
	
	border-right:dashed 1px #cdcdcd;
}

.tabla_resultados th a
{
	text-decoration:none;
	color: #4f64fd;	
}

th.forwardSort {
	background:#4f64fd url(images/bg_header_down.jpg) no-repeat scroll 0pt 0pt;
}
th.reverseSort {
	background:#4f64fd url(images/bg_header_up.jpg) no-repeat scroll 0pt 0pt;
}

/* CSS para el script TABBER */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}