@charset "utf-8";
/* CSS Document */

/* Mask for background, by default is not display */
#mask {
	display: none;
	background:url('/rxpress/comun/img/maskbg.png');
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	z-index: 1;
	position:absolute;
}

/* You can customize to your needs  */
.login-popup{
	display:none;
	background: #333;
	padding: 10px; 	
	border: 2px solid #ddd;
	float: left;
	font-size: 1em;
	position: absolute;
	top:50%;
	left:50%;
	z-index: 2;
	box-shadow: 0px 0px 20px #999; /* CSS3 */
    -moz-box-shadow: 0px 0px 20px #999; /* Firefox */
    -webkit-box-shadow: 0px 0px 20px #999; /* Safari, Chrome */
	border-radius:3px 3px 3px 3px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
	width:270px;
	color:#fff;
}



.login-popup input {
	width:235px;}

.login-popup a {font-size:.7em;}

img.btn_close { 
	float: right; 
	margin: -7px -6px 0 0;
}

.floatnone label {float:none;}

.floatnone  {
	text-align:left;}

.floatnone input{
	float:none;}

fieldset { 
	border:none; 
}

.textbox {
	padding-top:8px;}

.textbox label{
	float:left;}

.textbox label span {float:left;}

.textbox .entrar {
	background-image: -moz-linear-gradient(center top, #f00, #c00000);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f00), to(#c00000));
	background-image:  -o-linear-gradient(top, #f00, #c00000);-moz-box-shadow: none; background:#f00; border:none; color:#fff; margin-top:5px; margin-left:0;
    -webkit-box-shadow: none;
    box-shadow: none;}
/*
.textbox .entrar:hover {background:#380000; background-image: linear-gradient(bottom, rgb(56,0,0) 7%, rgb(148,0,0) 100%);
background-image: -o-linear-gradient(bottom, rgb(56,0,0) 7%, rgb(148,0,0) 100%);
background-image: -moz-linear-gradient(bottom, rgb(56,0,0) 7%, rgb(148,0,0) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(56,0,0) 7%, rgb(148,0,0) 100%);
background-image: -ms-linear-gradient(bottom, rgb(56,0,0) 7%, rgb(148,0,0) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.07, rgb(56,0,0)),
	color-stop(1, rgb(148,0,0))
);
}*/

form.signin .textbox label { 
	display:block; 
	padding-bottom:7px;
}

form.signin .textbox span { 
	display:block;
	float:left;
}

form.signin p, form.signin span { 
	color:#fff; 
	font-size:11px; 
	line-height:18px;
} 

form.signin .textbox input { 
	background:#666666; 
	border-bottom:1px solid #333;
	border-left:1px solid #000;
	border-right:1px solid #333;
	border-top:1px solid #000;
	color:#fff; 
        border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
        -webkit-border-radius: 3px;
	font:13px Arial, Helvetica, sans-serif;
	padding:6px 6px 4px;
	width:230px;
}

form.signin input:-moz-placeholder { color:#bbb; text-shadow:0 0 2px #000;}
form.signin input::-webkit-input-placeholder { color:#bbb; text-shadow:0 0 2px #000;  }





input[type="submit"].login-window {
	background: -moz-linear-gradient(center top, #f60, #f30);
	background: -webkit-gradient(linear, left top, left bottom, from(#f60), to(#f30));
	background:  -o-linear-gradient(top, #f60, #f30);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');
	border:none;
    border-radius:4px 4px 4px 4px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	color:#fff;
	cursor:pointer; 
	font:12px; 
	width:250px;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;

}

input[type="submit"].login-window:hover { background:#ff6600; color:#fff; 	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
	


.login-window {
	background: -moz-linear-gradient(center top, #fff, #666);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#666));
	background:  -o-linear-gradient(top, #fff, #666 );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');
	border-color:#000; 
	border-width:1px;
    border-radius:4px 4px 4px 4px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	color:#000;
	cursor:pointer;
	display:block;
	padding:6px 10px 4px;
	margin:10px 0px; 
	width:250px;
	height:17px;
	font-size:13px;
		text-align:center;
	margin-left:auto;
	margin-right:auto;
}

.login-window:hover { background:#ddd; color:#f60; }

table.Darkwidget {
	/*background:url(/rxpress/comun/img/widget.png) bottom repeat-x #231f20;*/
	background:#231f20;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	background: #231f20;
	width:350px;
	min-width:350px;
	padding:5px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	
	 -moz-box-shadow: 0px 0px 5px 0px #010;
    -webkit-box-shadow: 0px 0px 5px 0px #010;
    box-shadow: 0px 0px 5px 0px #010;
}

table.Darkwidget td {
	padding:5px 25px;}
   
table.Darkwidget tr:nth-of-type(odd) {
	 background:none;} 
   
table.Darkwidget h1{
	margin:0px;
	font-size:28px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;}

table.Darkwidget h2{
	text-align:justify;
	color:#CCC;
	font-size:1.1em}

table.Darkwidget a.inicio {
	background:url('../images/inicio.png') 1px 1px no-repeat #fff;
	display:inline-block;
	color:#f00;
	padding:1px 1px 0px 20px;
	/*text-shadow: 1px 1px 1px #777777;
        filter: dropshadow(color=#777777, offx=1, offy=1);*/}

table.Darkwidget td.header {
	background:#f00;
background-image: linear-gradient(bottom, rgb(168,0,0) 4%, rgb(230,0,0) 52%, rgb(255,0,0) 76%);
background-image: -o-linear-gradient(bottom, rgb(168,0,0) 4%, rgb(230,0,0) 52%, rgb(255,0,0) 76%);
background-image: -moz-linear-gradient(bottom, rgb(168,0,0) 4%, rgb(230,0,0) 52%, rgb(255,0,0) 76%);
background-image: -webkit-linear-gradient(bottom, rgb(168,0,0) 4%, rgb(230,0,0) 52%, rgb(255,0,0) 76%);
background-image: -ms-linear-gradient(bottom, rgb(168,0,0) 4%, rgb(230,0,0) 52%, rgb(255,0,0) 76%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.04, rgb(168,0,0)),
	color-stop(0.52, rgb(230,0,0)),
	color-stop(0.76, rgb(255,0,0))
);
text-shadow: 2px 2px 6px #000000;
        filter: dropshadow(color=#000000, offx=2, offy=2);
	-webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius:10px 10px 0 0;}