* { margin:0px; padding:0px;}

body {
	color:#171a63;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:62.5%;
}
a {color:#171A63; text-decoration:underline;}

p {
	margin-bottom:8px;
	font-size: 1.1em;
	text-transform: uppercase;
	text-align: left;
	color: #171A63;
	line-height: 1.5em;
	font-weight: bold;
}

label {
	font-weight:bold;
	color:#171A63;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-transform: uppercase;
	text-align: left;
}
#general {
	width:531px;
	height:293px;
	background-color: #dddedf;
	margin-right: auto;
	margin-left: auto;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-220px;
	margin-left:-260px;
}

#contenedor {
	/*margin-top: 180px;*/
	width:530px;
	height:292px;
	background-color: #dddedf;
}
#img {
	position: relative;
	width: 500px;
}

#img .header {
	background-image: url(../img/logo_intranet.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 57px;
	width: 184px;
	top: 40px;
	left: 40px;
}

#img .pluma {
	background-image: url(../img/pluma_intranet.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 61px;
	width: 61px;
	position: absolute;
	left: 40px;
	top: 150px;
}
#contenido {
	text-align:left;
	width:270px;
	margin-left:250px;
	position: relative;
	padding-top: 90px;
}
#form1 table {
	position: absolute;
	top: 150px;
	right: 55px;
	text-align: left;
}
.txt {
	background:#fff;
	padding:2px;
	border:1px solid #cbccce;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.boton {
	color:#fff;
	cursor:pointer;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #999999;
	font-weight: bold;
	font-size: 0.9em;
	text-transform: uppercase;
	background-color: #CCCCCC;
	width: 70px;
	font-size:0.7em;
	font-weight:normal;
}
