#admin {
	width: 100%;
	font-size: 8pt;
	font-family: Georgia;
	padding: 5 0 5 0px;
	margin-bottom: 5px;
	background-color: #383838;
	background-image: url('../images/admin/bg_menu.png');
	background-repeat: no-repeat;
	background-position: right;
	border-bottom: 1px solid #4A4949;
	text-align: center;
}
#admin a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#admin a:hover {
	color: #EB9234;
}

*html #admin {
	position: relative;
}

.opcionMenu {
	padding: 0 5 0 5px;
	text-align: center;
}

#adicional {
	margin-top: 5px;
	font-size: 8pt;
	font-family: Georgia;
	color: #ffffff;
	text-align: center;
}

#adicional a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#adicional a:hover {
	color: #EB9234;
}

#action {
	margin-top: 5px;
	color: #FFFFFF;
	text-align: justify;
}

#action .inicioTitulo {
	display: table-cell;
	
	width: 45px;
	height: 45px;
	background-image:url('../images/action/icon_titulo.png');
}

*html #action .inicioTitulo  {
	float: left;
}

#action .textoTitulo {
	display: table-cell;
	vertical-align: middle;
	
	padding-top: 10px;

	color: #FFFFFF;
	font-size: 17pt;
	
	height: 45px;
	width: 590px;
	background-image:url('../images/action/bg_titulo.png');
}

*html #action .textoTitulo {
	float: left;
	padding-top: 13px;
	
}

#action .finalTitulo {
	display: table-cell;
	
	width: 17px;
	height: 45px;
	background-image:url('../images/action/end_titulo.png');
}

*html #action .finalTitulo {
	float: left;
}

#action .texto {
	text-align: left;
	
	width: 624px;
	
	border: 2px solid #1E1E1E;
	border-top: 0px;
	
	margin-left: 9px;
	padding: 5px;
	
	font-size: 8pt;
}

*html #action .texto {	
	width: 638px;
}

#action .titulo {
	font-weight: bold;
}

#action  a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#action a:hover {
	color: #EB9234;
}