@CHARSET "ISO-8859-1";

/* bloque de estilos globales por defecto */
body {
	margin: 0px;
	padding: 0px;
	color: #7e7e7e;
	font-size: 10px;
	font-family: tahoma, verdana, sans-serif;
}

#contenedor {
/*	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	width: 1000px;*/
	width: 100%;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	min-width: 1000px;
}

#encabezado {
	padding: 5px;
	position: relative;
	background: #c4c4c4 url("/ldapservices/javax.faces.resource/img/ui-bg_highlight-T-D.png.xhtml?ln=tilsor") 100% 100% repeat-x;
	background: #c4c4c4 linear-gradient(bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
	background: #c4c4c4 -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
	background: #c4c4c4 -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
	border-bottom: 1px solid #a8a8a8;
}

#contenido {
	border: none;
	margin: 0px;
	padding: 10px;
}

#pie {
  	text-align: center;
  	clear: both;
  	margin-top: 0px;
  	position: relative;
  	padding: 6px 0px 6px 0px;
  	color: #BBBBBB;
  	font-size: 11px;
  	white-space: nowrap;
  	border-top: 1px solid #a8a8a8;
	background: #c4c4c4 url("/ldapservices/javax.faces.resource/img/ui-bg_highlight-B-U.png.xhtml?ln=tilsor") 50% 50% repeat-x;
	background: #c4c4c4 linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
	background: #c4c4c4 -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
	background: #c4c4c4 -moz-linear-gradient(top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

#pie #logoProducto
{
	float: left;
	margin-left: 5px;
}

#pie #logoTilsor
{
	bottom: 0;
	right: 0;
    float: right;
    margin-right: 5px;
    text-align: left;
}

#pie #logoTilsor p
{
    color: black;
    font-family: tahoma;
    font-size: 10px;
    width: 215px;
    margin: 0;
}

#pie #logoTilsor p img
{
	float:right;
	border: 0;
}

/* bloque de estilos para el login */

#contenido_login
{
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 10px;
     width: 215px; 
}

.contentLoginBox
{
	background: #D2E5F9;
    border:solid 1px #d5d5d5;
    min-height:180px;
    min-width: 200px;
    /* box-shadow:inset 0 0 50px  #e6e6e6;*/
    padding-bottom: 18px;
}

.contentLoginBox h3
{
	font-size: 18px;
	font-weight: normal;
	color: #565656;
}


.loginTitle 
{
	float: left;
    font-size: 37px !important;
    margin-left: 25%;
    margin-top: 29px;
    width: 50%;
    text-align: center;
}

.loginSubTitle 
{
	float: left;
    font-size: 28px !important;
	color: #4d4d4d;
	font-family: Arial, Helvetica, sans-serif;
    margin-left: 25%;
    margin-top: 12px;
    width: 50%;
    text-align: center;
}

input[name=j_username] {
    width: 155px;
}

input[name=j_password] {
    width: 155px;
}

#contenido_login input.formButton {
	width: 206px;
}

#pieLogin{

	font-size: 10px;
	color: black;
	text-align: center;
}
#pieLogin a{
	font-size: 10px;
	color: black;
}

.error {
	color : #8a2626;
	font-size: 11px;
	
}