﻿
body { line-height: 1; background-color:#FFF; 
       /*background-image:url(../images/fondo_pag.jpg);*/
       /*background-image:url(../images/fondomap.jpg);*/
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333;
	/*background: #0769AD;*/
    background-image:url(../images/Elegant-BG.jpg);
	 background-repeat:repeat-x;
}
/*#div_container { width:100%; height:100%;  }*/

    #div_login { width:500px; height:300px; 
                 background: url(../images/login.png); /*border:1px solid #F0F; */ 
                 position: absolute;
                 left: 50%;
                 top: 50%;
                 margin-left: -250px;
                 margin-top: -150px;
                }

        #table_login { width:500px; height:300px;  }
        #table_login td{/* border:1px solid #0F0;  */}
            
            #div_margen_left { position:relative; height:300px; width:145px; /*border:1px solid #FF0;*/}
            
            #div_margen_text { position:relative; height:103px; width:330px; /*border:1px solid #FF0;*/}
            #div_space_text  { position:relative; height:18px; width:330px; /*border:1px solid #FF0;*/}
            
            #input_txt_user {/* text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5);*/
                            /*text-transform: uppercase;*/
                            text-align: left;
                            color: #444;
                            /*letter-spacing: 4px;*/
                            /*font: normal 26px/1 Verdana, Helvetica;*/
                            font-size:24px;
                            width:305px;
                            background:none;
                            border:none;
                            }
            #input_txt_password{ text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5);
                                /*text-transform: uppercase;*/
                                text-align: left;
                                color: #444;
                                /*letter-spacing: 4px;*/
                                font: normal 24px/1 Verdana, Helvetica;
                                width:305px;
                                background:none;
                                border:none;
                              }
            #input_btn_login {  height :30px; width:150px;
                                background-color: #00008A;
                                border: 1px solid #EC7C03;
                                -moz-box-shadow: inset 0px 0px 1px rgba(61,150,185,1);
                                -webkit-box-shadow: inset 0px 0px 1px rgba(61,150,185,1);
                                box-shadow: inset 0px 0px 1px rgba(61,150,185,1);
                                background-image: -o-linear-gradient(90deg , rgb(125,169,190) 0%, rgb(174,217,241) 100%);
                                background-image: -moz-linear-gradient(90deg , rgb(125,169,190) 0%, rgb(174,217,241) 100%);
                                background-image: -webkit-linear-gradient(90deg , rgb(125,169,190) 0%, rgb(174,217,241) 100%);
                                background-image: -ms-linear-gradient(90deg , rgb(125,169,190) 0%, rgb(174,217,241) 100%);
                                background-image: linear-gradient(90deg , rgb(125,169,190) 0%, rgb(174,217,241) 100%);
                                color: #FFF;
                                text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;}


            #input_btn_login:hover{
	                        background-color: #EC7C03;
	                        background-image: -o-linear-gradient(90deg , rgb(152,193,216) 0%, rgb(193,222,239) 100%);
	                        background-image: -moz-linear-gradient(90deg , rgb(152,193,216) 0%, rgb(193,222,239) 100%);
	                        background-image: -webkit-linear-gradient(90deg , rgb(152,193,216) 0%, rgb(193,222,239) 100%);
	                        background-image: -ms-linear-gradient(90deg , rgb(152,193,216) 0%, rgb(193,222,239) 100%);
	                        background-image: linear-gradient(90deg , rgb(152,193,216) 0%, rgb(193,222,239) 100%);
	                        cursor:pointer;
                        }

            #div_mensaje{ position:relative; height:60px; width:330px; color:#333; /*border:1px solid #FF0;*/ }
            
            
            
            
