﻿/* TEMA WINSTON ISO */

body {
	background-color: #FFFFFF;
	font: normal 62.5% "Trebuchet MS", Verdana, Helvetica, Arial,sans-serif !important;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
	
}

#header
{
	background-color	: 	#FFFFFF;
	width				:	100%;
	height	 			:   120px;
	position			:	relative;
	clear				:	left;
}

#logo_gestion
{
	background			:	url(logo_gestion.png);
	left				:	10px;
	top					:	10px;
	width				:	160px;
	height	 			:   100px;
	position			:	absolute;
}

#text_gestion
{
	left				:	180px;
	top					:	20px;
	width				:	auto;
	height	 			:   100px;
	position			:	absolute;
	color				:	#f5b637;
		
}

#logo_winston
{
	background			:	url(logo_winston.png);
	right				:	10px;
	top					:	10px;
	width				:	250px;
	height	 			:   100px;
	position			:	absolute;
}

#line
{
	background-color	: 	#70b51b;
	width				:	100%;
	height	 			:   5px;
	position			:	relative;
	clear				:	left;
}

#content
{
	background			:   #FFFFFF url(background.jpg) repeat-x;
	width				:	100%;
	height	 			:   500px;
	position			:	relative;
	clear				:	left;
}

#login
{
	position			: 	absolute;
    left				: 	50%;
    top					: 	50%;
    width				: 	800px;
    height				: 	600px;
    margin-top			: 	-170px;
    margin-left			: 	-300px;
	background-color	: 	#FFFFFF;
    overflow			: 	auto;
    border				: 	1px solid #d1d1d1;
}


#login2
{
	position			: 	absolute;
    left				: 	50%;
    top					: 	50%;
    width				: 	500px;
    height				: 	100px;
    margin-top			: 	-170px;
    margin-left			: 	-300px;
	background-color	: 	#FFFFFF;
    overflow			: 	auto;
    border				: 	1px solid #d1d1d1;
}


#panel
{
	position			: 	absolute;
    left				: 	50%;
    top					: 	50%;
    width				: 	800px;
    height				: 	600px;
    margin-top			: 	-170px;
    margin-left			: 	-400px;
	background-color	: 	#FFFFFF;
    overflow			: 	auto;
    border				: 	1px solid #d1d1d1;
}

#logo_sistema_gestion
{
	background			:	url(logo_sistema_gestion.jpg);
	left				:	140px;
	top					:	20px;
	width				:	320px;
	height	 			:   200px;
	position			:	absolute;
}

#formulario
{
	left				:	20px;
	top					:	240px;
	width				:	560px;
	height	 			:   auto;
	position			:	absolute;
}

#panel_menu
{
	left				:	20px;
	top					:	20px;
	width				:	760px;
	height	 			:   auto;
	position			:	absolute;
}


.panel_menu
{
	left				:	20px;
	top					:	20px;
	width				:	760px;
	height	 			:   auto;
	position			:	absolute;
}


.panel_div1
{
	left				:	20px;
	top					:	0px;
	width				:	760px;
	height	 			:   auto;
	position			:	absolute;
	
}

.loginbtn 
                {
                    font-weight: bold;                    
                    height:30px;
                    width:100px;                    
                    background-color: #eeeeee;            
                    border: solid 1px #c0c0c0;            
                }