/*
RETICULAS CSSFRAMEWORK: RETICULA COAGLUGO
--------------------------------------------------------
Nombre del documento:   reticula coaglugo
Fecha de creacion:      Copyright (c) 2009
Propietario/autor:      www.sond3.com
info:                   info@sond3.com

More info: http://www.fsf.org/licensing/licenses/agpl-3.0.html

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

Descripcion:
Estilos para construir el desarrollo de COAG LUGO 
relacionados con la reticula.
--------------------------------------------------------
*/

/*
Cabecera
--------------------------------------------------------
*/
/*#cabecera{
	background-image:url(../img/logo_coaglugo.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:80px;
	
}*/
#cabecera ul {
	list-style-type:none;
	margin:12px 0 8px 0;
	padding:0;
	text-align: right;
}
#cabecera ul li{
	display:inline;
	margin:0;
}

/*
Imagen de fondo
--------------------------------------------------------
*/
.imgfondo{
	height:170px;
	border:1px solid #CCCCCC;
}

/*
Buscador
--------------------------------------------------------
*/
.buscainline{
	min-height:30px;
	margin:0px 0px 0px 0;
	padding:0px 0px 0px 0px;
	width: 100%;
}

.buscainline .modulo2 { margin:0 20px 0 0;}
.rellenototal0  { padding:0px;}
/*
Menu
--------------------------------------------------------
*/
#menu ul{
	list-style-type:none;
	margin:0 0 5px 0;
	padding:0;
	font-weight:bold;
	font-size:14px;
}
#menu ul li        { display:inline;}

#menu ul li a {
	color: #333333;
	text-decoration:none;
	
	background-image:url(../img/decora/marca_menu.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding:0 10px 0 13px;
}
#menu ul li a:hover {
	color: #0099CC;
	background-image:url(../img/decora/marca_menu.gif);
	background-repeat:no-repeat;
	background-position:0 -15px;
}
#menu ul li a.salir {
	background-image:url(../img/decora/marca_menu_salir.gif);
        color:#CC0000;
}
#menu ul li a.salir:hover {
        color:#666666;
}

#menu ul li.select{
    color: #0099CC;
	background-image:url(../img/decora/marca_menu.gif);
	background-repeat:no-repeat;
	background-position:0 -15px;
    padding:0 10px 0 13px;
}
/*
Contendio
--------------------------------------------------------
*/
#contenido         { padding:0;}
#contenido h2      { font-weight:bold;}

/*
Pie pagina
--------------------------------------------------------
*/
#piepagina{
	background-image:url(../img/decora/fondo_pie.gif);
	background-repeat:no-repeat;
	min-height:97px;
	border:1px solid #CCCCCC;
}
#piepagina a        { color:#999999;}
#piepagina a:hover  { color: #000000; text-decoration:none;}



.botonconecta {
	background-image:url(../img/decora/boton_gris.jpg);
	background-repeat:no-repeat;
	width:225px;
	height:36px;
	padding:7px 0 0 5px;
}
.botonconecta h3 a{
color:#FFFFFF;
padding:10px 139px 10px 10px;
}
