﻿@import url(http://fonts.googleapis.com/css?family=Oswald:300,400);
@import url(http://fonts.googleapis.com/css?family=Voces);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
/*@import url("reset.css");*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 13px;
	font-family: sans-serif;
	background: url(../images/logo-grupo-watermark.jpg) no-repeat 60% 100px fixed;
}
table
{
    border: 0;
}
table tr td 
{
    vertical-align: top;
}
img {
	vertical-align:bottom;
}
input[type="text"], input[type="password"], select, textarea
{
    border: 1px #DFDFDF solid;
    border-radius: 3px;
    padding: 3px;
}
input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus
{
    border: 1px #BBBBBB solid;
}


input[type="submit"], input[type="button"]
{
    border: 1px #BBBBBB solid;
    border-radius: 12px;
    padding: 3px 7px;
    color: #464646;
    background: #f2f2f2 url(../images/white-grad.png) repeat-x scroll left top;
    cursor: pointer;
}
input[type="submit"]:hover, input[type="button"]:hover
{
    border-color: #666666;
    color: #000000;
}
input[type="submit"]:active, input[type="button"]:active
{
    background:#eee url(../images/white-grad-active.png) repeat-x scroll left top;
}
p
{
    margin-bottom:10px;
}
fieldset 
{
    padding: 15px;
    border: 1px #CCCCCC solid;
	border-radius: 5px;
	margin-bottom: 10px;
}
fieldset legend
{
    padding: 0 5px;
}


#login
{
    width:100%;
    margin-top:100px;
    color: #777777;
    font-size:14px;
}
#login .login-wrapper
{
    width:325px;
    margin:0 auto 0 auto;
}
#login .login-container
{
    border: 1px #E5E5E5 solid;
    border-radius: 5px;
    padding: 15px 25px;
    box-shadow: 0 0 10px #DDDDDD;
}

#login input[type="text"], #login input[type="password"]
{
    font-size: 22px;
    padding: 3px 10px;
    width:250px;
    color: #555555;
}

#procesoStatusContainer, #operacionStatusContainer
{
    border: 1px #E6DB55 solid;
    background: #FFFFE0;
    padding: 8px;
    border-radius: 3px;
    margin-bottom: 20px;
}

#procesoStatusContainer.error, #operacionStatusContainer.error
{
    border: 1px #CC0000 solid;
    background: #FFEBE8;
    padding: 8px;
    border-radius: 3px;
    margin-bottom: 20px;
}


#login #procesoStatusContainer
{
    border: 1px #CC0000 solid;
    background: #FFEBE8;
    font-size: 12px;
    color: #000000;
}

label 
{
    padding:0 15px 0 5px;
}
a {
	text-decoration: none;
}

a img {
	border: 0;
}

#top {
	background:#464646;
	color: #CCCCCC;
	padding: 10px;
	overflow: hidden;
}
#top a {
	color: inherit;
}
#top > div {
	float: left;
}
#top .session-menu{
	float: right;
}

#contenedor-consola {
	width: 100%;
	overflow: hidden;
}

#contenedor-consola .columna-izquierda {
	width: 15%;
	float: left;
}
#contenedor-consola .columna-derecha 
{
    width: 79%;
	float:left;
	margin: 20px 3%;
	overflow: hidden;
}
#contenedor-consola .consola-blanco
{
    width: 93%;
	margin: 20px 20px;
}
#contenedor-consola .columna-derecha .p1
{
    float:left;
    margin-right:15px;
}
#contenedor-consola .columna-derecha .p2
{
    float:left;
}
#contenedor-consola .columna-derecha .titulo-contenido {
	color: #464646;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	line-height: 35px;
	margin-bottom: 10px;
}
#contenedor-consola .columna-derecha .titulo-contenido h2 {
	font-weight: normal;
	float: left;
}
#contenedor-consola .columna-derecha .titulo-contenido .icono {
	display: block;
	height: 35px;
	width: 35px;
	float: left;
	margin-right: 10px;
}
#contenedor-consola .columna-derecha .titulo-contenido a {
	display: block;
	font-size: 13px;
	float: left;
	background: #F1F1F1;
	padding: 0px 10px;
	text-align: center;
	height: 20px;
	line-height:20px;
	margin:8px 0 0 10px;
	border-radius:3px;
}

.usuario {
	background:url(../images/icons32.png) no-repeat -600px center;
}
.contenido {
	background:url(../images/icons32.png) no-repeat -550px center;
}
.mensaje {
	background:url(../images/icons32.png) no-repeat -70px center;
}
.pagina {
	background:url(../images/icons32.png) no-repeat -310px center;
}
.empleo 
{
}
.multimedia {
	background:url(../images/icons32.png) no-repeat -250px center;
}
.menu {
	background:url(../images/icons32.png) no-repeat -10px center;
}
.nodo {
	background:url(../images/tree-active.png) no-repeat;
}
.reporte {
	background:url(../images/icons32.png) no-repeat -310px center;
}



#menu-consola {
	list-style-type: none;
}
#menu-consola > li {
	margin-bottom: 15px;
}
#menu-consola h3 {
	color: #0082BC;
	font-size: 19px;
	border-bottom: 1px #29AAE1 solid;
	padding: 0 0 1px 10px;
	margin: 0 0 10px 0;
	/*background: url(../images/bg-vineta-flecha-naranja-right.png) no-repeat right center;*/
	font-family: "Oswald", "Helvetica", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
}
#menu-consola > li > ul > li {
	list-style-type:none;
}
#menu-consola > li > ul > li a {
	display: block;
	padding: 3px 0 3px 30px ;
	background: url(../images/bg-vineta-flecha-derecha-azul.png) no-repeat 17px center;
	color: #666;
	font-size: 13px;
}
#menu-consola > li > ul > li a:hover {
	background: #999;
	color:#FFF;
}







/********************************** ESTILOS ESPECIFICOS ***********************************************/
.titulo-contenido-campo
{
    width: 713px;
    border-color: #CCCCCC;
    font-size: 20px;
    padding: 5px 10px !important;
    margin-bottom: 15px;
}
.widget
{
    width: 280px;
    background: url(../images/widget-head-bg.png) repeat-x #F7F7F7;
    overflow: hidden;
    border: 1px #DFDFDF solid;
    border-radius: 3px;
    padding: 5px 10px 0 10px;
    margin-bottom: 20px;
}
.p1 .widget
{
    width: 713px;
    margin-bottom: 15px;
}

.widget .head 
{
    font-size: 16px;
    height: 30px;
    margin-bottom: 10px;
}

.widget 

hr
{
    border: 0;
    background: url(../images/hr-bg.png) repeat-x;
    margin-bottom: 10px;
}

#publicaContenido
{
    padding-left: 30px;
    padding-right: 30px;
    float: right;
}

.current-page 
{
    font-weight: bold;
}

table.listado
{
    border: 1px #DFDFDF solid;
    border-radius: 5px;
    width: 100%;
    border-spacing: 0;
    margin-bottom:10px;
}

table.listado tr:last-child, table.listado tr:first-child
{
    background: url(../images/listado-head-bg.png) repeat-x;
    height: 35px !important;
    line-height: 35px !important;
}

table.listado td
{
    padding: 10px 10px;
}

table.listado tr td:first-child
{
    max-width:300px;
}

table.listado tr:last-child td, table.listado tr:first-child td
{
    padding: 0px 10px;
}

table.listado tr
{
    background: url(../images/bottom-line-bg.png) repeat-x 0 bottom #FFFFFF;
}

table.listado tr.alter
{
    background: url(../images/bottom-line-bg.png) repeat-x 0 bottom #F9F9F9;
}

table.listado ul
{
    list-style-type: none;
}

table tr .action-hidden-panel
{
    visibility: hidden;
}

table tr:hover .action-hidden-panel
{
    visibility: visible;
}

#paginadorSucursalesContainerTop, #paginadorUsuariosContainerTop, #paginadorUsuariosContainerBottom, #paginadorSucursalesContainerBottom, #paginadorNoticiasContainerTop, #paginadorNoticiasContainerBottom, #paginadorOfertasContainerTop, #paginadorOfertasContainerBottom, #paginadorCurriculasContainerTop, #paginadorCurriculasContainerBottom, #paginadorCotizacionesContainerTop, #paginadorCotizacionesContainerBottom, #paginadorContainerTop, #paginadorContainerBottom
{
    margin-bottom:10px;
    float: right;
}

a
{
    color: #0082BC;
}

a:hover
{
    color: #003C76;
}

#formularioNuevoUsuario, #usuarioActivoContainer
{
    margin:20px 20px;
}
#formularioNuevoUsuario tr td:first-child {
    width:250px;
    padding-right: 10px;
}
#formularioNuevoUsuario tr td:last-child {
    width: auto;
    padding-left: 10px;
}
#formularioNuevoUsuario input[type="text"], #formularioNuevoUsuario input[type="password"]
{
    width:325px;
    margin-bottom:10px;
}








/*************************************** ESTILO MOSTRANDO LAS CURRICULAS ********************/

#curricula
{
    border-top: 10px #464646 solid;
    border-bottom: 10px #464646 solid;
    padding: 15px 15PX;
    border-radius: 15px;
}
h2.nombre-candidato
{
    color: #0082BC;
	font-size: 19px;
	margin: 0 0 10px 0;
	font-family: "Oswald", "Helvetica", Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
}

#contenidoInformacionProfe p {
	padding: 0 0 10px 0;
}
#contenidoInformacionProfe ul {
	/*text-indent: 15px;*/
	padding-left: 30px;
	margin-bottom: 15px;
}
#contenidoInformacionProfe ul ul {
	margin-bottom: 10px;
}
#contenidoInformacionProfe ul li {
	/*text-indent: 15px;*/
	margin-bottom: 5px;
}

.num-mensajes
{
    color: #FFFFFF;
    background: #464646;
    display: inline-block;
    border-radius:10px;
    width:20px;
    height:17px;
    text-align: center;
    padding-top: 3px;
    font-size:10px;
}




/*************************************** ESTILO EDITANDO LOS MENUS ********************/
#arbolMenuContenedor {
    width: 713px;
    border: 1px #CCCCCC solid;
    padding: 5px 10px;
    margin-bottom: 15px;
    border-radius: 3px;
    overflow: hidden;
    background: #FFFFFF;
    min-height:163px;
}
#arbolMenuContenedor ul {
	padding-left: 50px;
	margin: 7px 0;
}
#arbolMenuContenedor > ul {
	padding-left: 30px !important;
}
#arbolMenuContenedor ul li {
	/*text-indent: 15px;*/
	margin: 2px 0;
	list-style-type:circle;
}

#arbolMenuContenedor ul li.Inactivo
{
    color:#888888;
}

#arbolMenuContenedor ul li > span >span
{
    color:#424242;
    visibility: hidden;
    margin-left:15px;
    font-size: 0.9em;
}

#arbolMenuContenedor ul li > span:hover > span
{
    visibility: visible;
}


#tituloMenu
{
    width: 580px !important;
}

#contenedorNodoLink
{
    width: 120px;
    float:right;
    overflow:hidden;
    height:34px;
    line-height:34px;
    
}
#contenedorNodoLink span
{
    display: block;
    width:32px;
    height:32px;
    margin:2px 5px 0 0;
    background: url(../images/tree-active.png);
    float:left;
}
#nombreNodo
{
    width: 400px;
    border-color: #CCCCCC;
    font-size: 20px;
    padding: 5px 10px !important;
    margin-bottom: 15px;
}