@media screen{
/************************************************/  
/* CSS 2.0 login.css - pycsa                    */
/* @author: netconsulting                       */
/* @url: www.netconsulting.es                   */
/************************************************/                       
                
/**-- LOGIN --****************************************************************************/

	.login{ height:350px;}

	#form-login{
		margin:0 auto;
		width:250px;
		padding:15px 30px 15px 40px;
		border:1px solid #ddd;
		border-top:15px solid #666;
		background-color:#eee;
	}

		#form-login p{ 
			clear:both;
			margin-bottom:20px;
		}

		#form-login .label{
			display:block;
			width:100px;
			height:20px;
			font-size:110%;
			font-weight:bold;
		}

			#form-login .txt_login{ 
				width:230px !important;
				height:20px;
				float:left !important;
				display:block;
			}

		#form-login .bt_input{
			background:url(/images/publica/bg_title_table.jpg) no-repeat bottom right;
			border:0;
			color:#333;
			font-size:90%;
			font-weight:bold;
			float:right;
			text-align:center;
			padding-top:4px;
			width:89px;
			height:28px;
			cursor:pointer;
		}

		
			
}			
			
				
	