/* CSS Document */
body
{
margin:0;
background-color:#555555;
font-size:10px;
}

#wrapper
{
width:424px;
height:auto;
margin:0 auto;
padding:0;

}
#header {
	width:776px;
	margin:0 auto;
	height:97px;
	background-image:url(../images/cabeza_ausipe.jpg);
	background-repeat:no-repeat;
}

#subheader{
width:776px;
margin:0 auto;
padding:0px;
height:58px;
}

#content {
	float: left;
	width:420px;
	text-align:left;
	height:auto;
	margin-top: 24px;
	margin-left: 15px;
}

#container{
	float:left;
	background-image:url(../images/login_repite_fondo.gif);
	background-repeat:repeat-y;
	background-position:center;
	height:450px;
	display:block;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}

#footer
{
clear: both;
background-image:url(../images/login_pie.jpg);
height:80px;
background-position:center top;
background-repeat:no-repeat;
}
#formulario{
	text-align: center;
}
form{
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
fieldset{
	border: 0px none #000;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	text-decoration: none;
	text-align: left;
	letter-spacing: 0;
	font-size:10px;
}
legend{
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: transparent;
	color: #4b4b4b;
}

div.medida1{
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 10px;
}
div.medida1 label{float:left;width:90px;line-height:23px;}
div.medida1 input{
	width:120px;
	background-color: #FFFFFF;
	border: 1px solid #737373;
}

div.medida2{margin: 10px 0 10px 10px;}
div.medida2 label{float:left;width:150px;line-height:23px;}
div.medida2 input{width:120px;}

div.medida3{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
div.medida3 label{float:left;width:90px;line-height:23px;}
/*input#cmdIngresar{
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 100px;
    background-color: transparent;
	border: 0px;
	padding: 0px;
	overflow: hidden;
    background-image: url(../images/submit-button.gif);
	background-position: left top;
	background-repeat: no-repeat;
	width: 79px;
	height: 24px;
	max-width: 79px;
	max-height: 24px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}*/
/*input#cmdIngresar:hover{
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 100px;
	background-color: transparent;
	border: 0px;
	padding: 0px;
	overflow: hidden;
    background-image: url(../images/submit-button.gif);
	background-position: right;
	background-repeat: no-repeat;
	width: 79px;
	height: 24px;
	max-width: 79px;
	max-height: 24px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}*/
/*.cmdEnviar{
	border: 1px solid #4b4b4b;
	color: #FFFFFF;
	background-color: #898989;
	width: 70px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.enviar{margin:3px 0 0 83px;}
div.button
{
	background-image: url(../images/submit-button.gif);
	height: 24px;
	width: 97px;
	margin-left: 100px;
	z-index: 1;
	position: absolute;
	background-repeat: no-repeat;
}*/
