/* Padding y margin */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	color: #0AFAB6;
}

/* Tamaños de los headers */
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}

/* Estilos de las listas */
ol, ul {
list-style: none;
}

/* Estilo y grosor de las fuentes */
address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}

/* Bordes de las tablas */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* Otros bordes */
fieldset, img {
border: 0;
}

/* Alineacón del texto */
caption, th {
text-align: left;
}

/* Comillas */
q:before, q:after {
content: ”;
}



body {
	background-color: #999;
}

.menu {
	padding: 0;
	margin: 0 0 0 0px;
	float: left;
	font-family: Georgia, serif;
	font-size: 9pt;
	font-weight: bold;
	color: #2C3E50;
	line-height: 12pt;
	letter-spacing: 0.025em
}
.menu a {
	text-decoration: none
}
.menu a:hover {
	color: #F05353;
	text-decoration: none;
	background-color: #2C3E50;
}

.submenu {
	margin: 0 0 0 0px;
	padding-left: 13px;
}

.treeview ul { 
	padding: 0;
	margin: 0;
}

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

ul {
list-style: none;
margin: 0;
padding: 0;
}


.cuadrotexto {
	color: #383636;
	border: 2px solid #2C3E50;
	background-color: #2C3E50;
	font-family: Georgia, serif;
	font-size: 9pt;
	font-weight: normal;
	text-align: left;
	padding-left: 2px
}
.boton {
	color: #000;
	background-color: #F05353;
	border: 1px solid #2C3E50;
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}
.work {
	margin-top: 2px;
	margin-right: 2px
}
