/*--------------------------------------------------------------------------
 Clic 2009
 ----------------------------------------------------------------------------
 File: layout.css
 Gerardo Gonzalez Flores
gerardo AT clic DOT com DOT mx <--
 ---------------------------------------------------------------------------
 CSS Layout styles for the web site.
 Layout CSS para el sitio.
 --------------------------------------------------------------------------*/
/* Layout
 -------------------------------------------------------------------*/
body {
    font-size:14px;
    /*background:url(../images/index_01.jpg) repeat-x;*/
	 background: #FDFDFD url(../img/fondo-page.png) repeat-x  top;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#000;
    margin:0px;
  
}

#wrapper {
  width:941px;
  margin:0px auto;

}

#wrapperFoot {
    min-height: 58px;
    height: auto !important;
    height: 58px;
    position: relative;
    background: #000000;
    border-top:1px solid #ffffff;
    clear: both;
}

#header {

    height: 132px;
    width:941px;
    margin:0px;
    padding:0px;
    margin:0 0 0 0;
    position:relative;

}



#body {
    background: #ffffff url(../img/contenido-bg.jpg) repeat-y;
   /* border: 1px solid #D4E0F5;*/
    border-top: none;
    border-bottom: none;
	    
}


/* =Layout343
 -------------------------------------------------------------------*/
/* Header
 -------------------------------------------------------------------*/



/* =Header
 ------------------------------------------------------------------*/
/* Body
 ------------------------------------------------------------------*/
#contentHeader {
    min-height: 30px;
    height:auto !important;
    height: 30px;
    background:#000000;
}

#contenido, .contenido {
    /*width:60%;*/
    /*position: relative;*/
    text-align: justify;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    padding: 45px 39px 15px;
	background:  url(../img/fondo-body.jpg) no-repeat;
	
   
   
}


/* Le ponemos el fondo a la paginacion */

#paginacion {
    margin-top: 0px;
    padding-bottom: 5px;
    background: url(../img/content_bg.jpg) repeat-y top;
}
/* =Body

 ------------------------------------------------------------------*/
/* Footer
 ------------------------------------------------------------------*/

#footer {
    position:relative;
	background: #E31A2C url(../img/fondo-footer.jpg) no-repeat;
	margin:0px auto;
    position: relative;
   /* padding: 36px 10px 10px 10px;*/
  	padding-top: 27px;
    font-size: 9pt !important;
    text-align: center;
    clear: both;
    color:#6C0101;
    font-size:11px !important;
	height:25px;
}

#footer * {
    color:#6C0101;
	font-size:11px;
}

#footerContent div, #footerContent h3  {
    display: none;
}








/* =Footer
 -------------------------------------------------------------------*/


#flashMessage, #passwordMessage, .message {
    background: #FFDEDE;
    border: 1px solid #FF7F7F;
    /*height:20px;*/
    padding: 3px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom:10px;
    margin-top:5px;
    z-index:1;
	
}

 #passwordMessage {
 	font-size:12pt;
	padding: 10px;
	width: 350px;
	
 }
 
 #passwordMessage  strong{
    display:block;
	text-align:center;
	font-size:18pt;
	padding:5px 0px;
 }

.contenido .quicklinks,
#contenido .quicklinks
{
    z-index:10; 
    position:relative;
}



/***** MENU *************/

.menu {
  width:941px;
  height:42px;
  position:relative;
  background:url(../img/menu/menu-bg.jpg) repeat-x;
}


.menu1 {
  background:url(../images/index_05.jpg);
  left:0px;
  width:43px;
  height:42px;
  position:absolute;
}

.inicio {
  background: url(../img/menu/password-over.jpg) no-repeat;
  left:43px;
  height:42px;
  width:144px;
  position:absolute;
}

.usuarios {
  background: url(../img/menu/usuarios-over.jpg) no-repeat;
  left:187px;
  height:42px;
  width:144px;
  position:absolute;
}


.documentacion {
  background: url(../img/menu/documentacion-over.jpg) no-repeat;
  left:331px;
  height:42px;
  width:144px;
  position:absolute;
}

.paginas {
  background: url(../img/menu/paginas_over.jpg) no-repeat;
  left:475px;
  height:42px;
  width:144px;
  position:absolute;
}

.salir {
  background: url(../img/menu/salir_over.jpg) no-repeat;
  left:619px;
  height:42px;
  width:144px;
  position:absolute;
}


.menu8 {
  background:url(../images/index_12.jpg) no-repeat;
  left:906px;
  height:42px;
  width:34px;
  position:absolute;
}

.app .menu8 {
    left:907px;
}


/*rollover botones*/

.cssnav{
	float:left;
	position: relative;
	white-space: nowrap;
	display: block;
	margin: 0;
	padding: 0;
}

.cssnav a{
	display: block;
	color: #000000;
	font-size: 14px;
	width: 144px;
	height: 42px;
	display: block;
	color: black;
	text-decoration: none;
}

.cssnav img
{
	width: 144px;
	height: 42px;
	border: 0;
}

* html a:hover
{
    visibility:visible
}

.cssnav a:hover img
{
    visibility:hidden
}

.cssnav span
{
	position: absolute;
	left: 35px;
	top: 17px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
} 


/******** TABLAS ********/

table tr th { text-align:center;}

table tr th.descripcion { width:300px;}
table tr td.acciones,  
table tr td.categoria
{ text-align:center;}

#peiMember { top:18px;}
