* {
	margin:0;
	padding:0;
	
}

body {
	font: 100%/120% 'trebuchet ms',helvetica, verdana,arial,sans-serif;
	width: 20em;
	/*height: auto;*/
	min-height: 6em;
	color: #F4F4F4;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -3em 0 0 -10em;
	background-color: #F1F1F1;
	
}

form label {
	cursor: pointer;

}

fieldset {
	border: none;

}

input, select, textarea {
	font-size: 100%;
	font-family: inherit;

}

img a {
	border:none;
	outline:none;

}

ul, ol {
	disaplay:block;
	list-style-type:none;

}

/* titulares
---------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;

}

/* oculta accesiblemente el texto con imagen suplementaria para el logo  [3] */

h1 {
	width: 303px;
	position: relative;
	z-index: 1;
	margin: 0px auto;

}

h1 a {
	width: 303px;
	height: 67px;
	background: transparent url(../img/logo-carlos-revenga.gif) left top no-repeat;
	display: block;
	color: #033D6E;
	text-align: left;
	margin: 0;
	padding: 0;
	cursor: default;
	
}

h1 a span { 
	position: absolute; 
	z-index: -1;

}




/* links
---------------------------------------------------------- */

a {
	margin:6px 0px 0 8px;
	float:right;
	padding:0 4px;
	display:inline;
	color:#8F8585;
	font-size:0.6em;
	text-transform:uppercase;
	text-decoration:none;
	letter-spacing: 0.2em;

}

a:hover {
	background-color:#8F8585;
	color:#000;

}

