/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline;
}

div.container {
	padding: 0px;
	margin: 0px;
	width: 1024px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page 
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:100%;
	border: 1px solid #aaa;
}

div.imagen {
	margin-bottom:10px;
	background-color:#777;
	position:absolute;
	
	}
.cabecera {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight:bold;
	color: #ccc;
	text-align:left;
	margin:5px 0px 25px;
	padding:0px;
}

.labeladmin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    font-weight:bold;
	color: #FFF;
	float:center;
	text-align:center;
	width:150px;
	margin:50px 50px 0px;
	padding:0px;
	position:relative;
	z-index:3;
	display:block;
	overflow:auto;
}

select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:bold;
	font-size: 10px;
	width:100px;
	margin:20px 5px 0px;
	padding:0px;
	border: 1px solid #ccc;
	color: #FFF;
	background-color:#e8c13a;
	height:22px;
	float:left;
	position:relative;
	z-index:3;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: '';
	overflow:auto;
}

select:hover {
	border: 1px solid #ccc;
	background-color:#3399ff;
	color: #FFF;
}

select:focus {
	border: 1px solid #ccc;
	background-color:#585858;
	color: #FFF;
}

input {
	font-family: verdana;
	font-size: 10px;
	background-color:#FFFFFF;
	border: 0px solid #FFF;
	color: #FFF;
	width:113px;
	margin:2px 0px 0px;
	padding:0px;
	height:14px;
}




